Bioinformatics

v1.0.0

Analyze DNA, RNA, and protein sequences with alignment, variant calling, and expression analysis pipelines.

0· 989·10 current·10 all-time
byIván@ivangdavila
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (sequence alignment, variant calling, expression analysis) match the declared required binaries (samtools, bcftools, bedtools, bwa, fastqc, fastp) and the config path (~/bioinformatics/) used to store project context; nothing requested appears unrelated to the stated purpose.
Instruction Scope
SKILL.md is an instruction-only runtime guide that stays within scope: it instructs QC, alignment, variant calling, and local file operations, asks for user consent before creating ~/bioinformatics/, and explicitly states it will only read files the user supplies and will not upload data. It does not instruct reading unrelated system files or contacting hidden endpoints.
Install Mechanism
There is no install spec (instruction-only), and the included tool-install guidance uses standard channels (conda/bioconda, Homebrew). No downloads from untrusted URLs or extract/install steps are present in the skill files.
Credentials
The skill requests no environment variables or external credentials and only a config path in the user's home for optional persistence. That storage request is proportionate to maintaining project context for pipelines.
Persistence & Privilege
always is false and the skill explicitly asks for user consent before creating ~/bioinformatics/ or saving memory; it does not request elevated/system-wide privileges or modify other skills. Autonomous invocation is allowed (platform default) but not combined with other red flags.
Assessment
This skill appears coherent for local bioinformatics work, but review and consider the following before installing: - You (or the agent) must install and trust the listed binaries (samtools, bcftools, bedtools, bwa, fastqc, fastp); install them from official channels (bioconda, Homebrew) to avoid malicious packages. - The skill will ask to create ~/bioinformatics/ to store project context; only allow this if you’re comfortable the agent will save project metadata locally. It states it will ask for consent first. - Genomic data is highly sensitive: avoid uploading sequence files to external services and double-check that any downloads (reference genomes, tool installers) are user-initiated and from trusted sources. - The skill has no code files (instruction-only), so its behavior depends on the agent following the provided commands; review any commands you run and the outputs before sharing them. - If you plan to let the agent run pipelines autonomously, be aware those commands can consume large CPU, memory, and disk; verify resource availability and confirm long-running or large downloads before allowing them. If you want a deeper check, provide the agent's runtime environment details (what binaries are already installed, whether the agent has network access, and expected storage location contents) so you can validate where files will be written and what external downloads might occur.

Like a lobster shell, security has layers — review code before you run it.

latestvk97crvfdwnjgc4m9dejy4bxz5n81mw4e

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🧬 Clawdis
OSLinux · macOS
Binssamtools, bcftools, bedtools, bwa, fastqc, fastp
Config~/bioinformatics/

Comments