← Back to Skills Marketplace
113
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install metagenomic-krona-chart
Description
Analyze data with `metagenomic-krona-chart` using a reproducible workflow, explicit validation, and structured outputs for review-ready interpretation.
Usage Guidance
This skill appears to do exactly what it claims: parse local Kraken2/TSV reports and produce an interactive HTML sunburst. Before installing or running: (1) inspect scripts/main.py yourself (already included) and confirm no network calls or unexpected file writes (none detected in this review); (2) run the smoke check: python -m py_compile scripts/main.py; (3) run the script on non-sensitive sample data first and in a sandbox if you have any concern about inputs; (4) install dependencies from the official PyPI packages (pip install pandas plotly). If you need the agent to run this skill autonomously, be aware autonomous execution is allowed by default — only grant that if you trust the agent's decision-making for handling your local files.
Capability Assessment
Purpose & Capability
Name/description match the included artefacts: SKILL.md documents chart generation and scripts/main.py implements parsing and HTML sunburst output using pandas/plotly. Required capabilities (Python + pandas/plotly) are proportional to the stated purpose.
Instruction Scope
SKILL.md instructs running the packaged script and validating inputs; instructions are scoped to parsing input files, producing an HTML output, and running a non-destructive smoke check (python -m py_compile). It does not instruct reading unrelated system files or exfiltrating data.
Install Mechanism
No install spec is provided (instruction-only skill with a packaged script). Dependencies are typical Python packages (plotly, pandas) listed in requirements.txt; there are no downloads from arbitrary URLs or archive extraction steps.
Credentials
The skill requests no environment variables or credentials. All file and parameter inputs are supplied by the user at runtime (input/output paths, thresholds), which is appropriate for a local data-processing tool.
Persistence & Privilege
always:false and no special agent privileges are requested. The skill does not modify agent/system-wide settings or persist credentials. Autonomous invocation is allowed by platform default but is not combined with other red flags.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install metagenomic-krona-chart - After installation, invoke the skill by name or use
/metagenomic-krona-chart - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
metagenomic-krona-chart 1.0.0 – Initial release
- Provides a reproducible workflow to generate interactive Krona (sunburst) charts for taxonomic abundance in metagenomic samples.
- Validates inputs explicitly and supports fallback/error reporting pathways for incomplete requests.
- Accepts data in common formats (Kraken2, Bracken, or custom TSV) and outputs interactive HTML visualizations.
- Implements structured outputs with clear handling of inputs, assumptions, and results for review-ready usage.
- Includes audit-ready, self-contained commands and detailed documentation for setup, execution, and risk assessment.
Metadata
Frequently Asked Questions
What is Metagenomic Krona Chart?
Analyze data with `metagenomic-krona-chart` using a reproducible workflow, explicit validation, and structured outputs for review-ready interpretation. It is an AI Agent Skill for Claude Code / OpenClaw, with 113 downloads so far.
How do I install Metagenomic Krona Chart?
Run "/install metagenomic-krona-chart" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Metagenomic Krona Chart free?
Yes, Metagenomic Krona Chart is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Metagenomic Krona Chart support?
Metagenomic Krona Chart is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Metagenomic Krona Chart?
It is built and maintained by AIpoch (@aipoch-ai); the current version is v1.0.0.
More Skills