← Back to Skills Marketplace
133
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install scrna-cell-type-annotator
Description
Auto-annotate cell clusters from single-cell RNA data using marker genes.
Usage Guidance
This package appears non-malicious but incomplete or inconsistent. Before installing or using it: (1) Inspect and run the script in a sandboxed environment (python -m py_compile scripts/main.py; python scripts/main.py --demo) to confirm behavior. (2) Note that --markers is accepted by the CLI but not implemented — expect to add CSV parsing and input validation if you need real-file support. (3) Verify any future changes properly sanitize input paths (prevent ../ traversal) and explicitly write outputs to a workspace directory. (4) Consider contacting the author/source (unknown here) or prefer a vetted tool if you need production annotation pipelines. If you decide to extend this skill yourself, add robust file I/O, path sanitization, and unit tests; keep execution confined to a safe environment while developing.
Capability Analysis
Type: OpenClaw Skill
Name: scrna-cell-type-annotator
Version: 1.0.0
The skill is a straightforward tool for biological data analysis, specifically for annotating cell types in scRNA-seq data. The Python script `scripts/main.py` contains simple scoring logic using a hardcoded marker database and lacks any network calls, shell execution, or sensitive file access. The `SKILL.md` instructions are consistent with the code's functionality and do not contain any prompt injection attempts or malicious directives.
Capability Assessment
Purpose & Capability
Name/description and SKILL.md describe a tool that reads cluster marker inputs and writes annotated outputs, but the included script only implements a --demo mode and does not parse the --markers CSV or produce files as documented. requirements.txt lists pandas (imported) but the script does not actually use pandas for any I/O. This mismatch suggests the package is incomplete or poorly maintained.
Instruction Scope
SKILL.md instructs validating input file paths, running the script against real inputs, and writing outputs; however, scripts/main.py does not implement reading input files, validation, path sanitization, or output writing — it only prints a demo. The instructions therefore grant broader runtime scope than the code actually exercises (or expect missing functionality).
Install Mechanism
No install spec; this is an instruction-only skill with a small Python script and a single dependency (pandas) declared in requirements.txt. No external downloads or obscure installers are used.
Credentials
The skill requests no environment variables or credentials. It does require Python and pandas, which are proportional to the claimed purpose. No secrets or unrelated env access are requested.
Persistence & Privilege
always is false and there are no indications the skill modifies other skills or system-wide settings. It runs locally if invoked; no elevated persistence or privileged behavior is requested.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install scrna-cell-type-annotator - After installation, invoke the skill by name or use
/scrna-cell-type-annotator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of scrna-cell-type-annotator.
- Supports automatic annotation of cell clusters from single-cell RNA data using marker genes.
- Provides a scope-focused, reproducible workflow with structured output and documented error handling.
- Primary script entry point: scripts/main.py, with example commands and audit-ready usage.
- Includes input validation, risk assessment, and security checklist.
- Returns cell type predictions, marker gene support, confidence levels, and alternative suggestions.
- Handles fallback paths for incomplete inputs or script failures.
Metadata
Frequently Asked Questions
What is Sc-RNA Cell Type Annotator?
Auto-annotate cell clusters from single-cell RNA data using marker genes. It is an AI Agent Skill for Claude Code / OpenClaw, with 133 downloads so far.
How do I install Sc-RNA Cell Type Annotator?
Run "/install scrna-cell-type-annotator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Sc-RNA Cell Type Annotator free?
Yes, Sc-RNA Cell Type Annotator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Sc-RNA Cell Type Annotator support?
Sc-RNA Cell Type Annotator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Sc-RNA Cell Type Annotator?
It is built and maintained by AIpoch (@aipoch-ai); the current version is v1.0.0.
More Skills