Access Cellosaurus database for cell line information and release data. Invoke when user asks to search cell lines, get cell line details by accession, or check database release info.
60
71%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./scientific-skills/Evidence Insight/cellosaurus-api/SKILL.mdscripts/client.py plus 1 additional script(s).Python: 3.10+. Repository baseline for current packaged skills.Third-party packages: not explicitly version-pinned in this skill package. Add pinned versions if this skill needs stricter environment control.See ## Usage above for related details.
cd "20260316/scientific-skills/Evidence Insight/cellosaurus-api"
python -m py_compile scripts/client.py
python scripts/client.py --helpExample run plan:
CONFIG block or documented parameters if the script uses fixed settings.python scripts/client.py with the validated inputs.scripts/client.py with additional helper scripts under scripts/.Run this minimal command first to verify the supported execution path:
python scripts/validate_skill.py --helpThis skill allows querying the Cellosaurus database for cell line information.
python .trae/skills/cellosaurus-api/scripts/client.py infoGet details for HeLa (CVCL_0030):
python .trae/skills/cellosaurus-api/scripts/client.py get CVCL_0030With specific fields:
python .trae/skills/cellosaurus-api/scripts/client.py get CVCL_0030 --fields id,ac,sySearch for 'HeLa':
python .trae/skills/cellosaurus-api/scripts/client.py search "id:HeLa"Search with limit:
python .trae/skills/cellosaurus-api/scripts/client.py search "id:HeLa" --rows 5cellosaurus_api_result.md unless the skill documentation defines a better convention.Run this minimal verification path before full execution when possible:
python scripts/client.py --helpExpected output format:
Result file: cellosaurus_api_result.md
Validation summary: PASS/FAIL with brief notes
Assumptions: explicit list if any63c61d3
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.