Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Generate standardized figure legends for scientific charts and graphs. Trigger when user uploads/requesting legend for research figures, academic papers, or...
Generate standardized figure legends for scientific charts and graphs. Trigger when user uploads/requesting legend for research figures, academic papers, or...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Generate publication-quality figure legends for scientific research charts and images.
Chart TypeDescriptionBar ChartCompare values across categoriesLine GraphShow trends over time or continuous dataScatter PlotDisplay relationships between variablesBox PlotShow distribution and outliersHeatmapDisplay matrix data intensityMicroscopyFluorescence/confocal imagesFlow CytometryFACS plots and histogramsWestern BlotProtein expression bands
python scripts/main.py --input <image_path> --type <chart_type> [--output <output_path>]
ParameterRequiredDescription--inputYesPath to chart image--typeYesChart type (bar/line/scatter/box/heatmap/microscopy/flow/western)--outputNoOutput path for legend text (default: stdout)--formatNoOutput format (text/markdown/latex), default: markdown--languageNoLanguage (en/zh), default: en
# Generate legend for bar chart python scripts/main.py --input figure1.png --type bar # Save to file python scripts/main.py --input plot.jpg --type line --output legend.md # Chinese output python scripts/main.py --image.png --type scatter --language zh
Generated legends follow academic standards: Figure Number - Sequential numbering Brief Title - Concise description Main Description - What the figure shows Data Details - Key statistics/measurements Methodology - Brief experimental context Statistics - P-values, significance markers Scale Bars - For microscopy images
Difficulty: Low Dependencies: PIL, pytesseract (optional OCR) Processing: Vision analysis for chart type detection Output: Structured markdown by default
references/legend_templates.md - Templates by chart type references/academic_style_guide.md - Formatting guidelines
Risk IndicatorAssessmentLevelCode ExecutionPython scripts with toolsHighNetwork AccessExternal API callsHighFile System AccessRead/write dataMediumInstruction TamperingStandard prompt guidelinesLowData ExposureData handled securelyMedium
No hardcoded credentials or API keys No unauthorized file system access (../) Output does not expose sensitive information Prompt injection protections in place API requests use HTTPS only Input validated against allowed patterns API timeout and retry mechanisms implemented Output directory restricted to workspace Script execution in sandboxed environment Error messages sanitized (no internal paths exposed) Dependencies audited No exposure of internal service architecture
# Python dependencies pip install -r requirements.txt
Successfully executes main functionality Output meets quality standards Handles edge cases gracefully Performance is acceptable
Basic Functionality: Standard input โ Expected output Edge Case: Invalid input โ Graceful error handling Performance: Large dataset โ Acceptable processing time
Current Stage: Draft Next Review Date: 2026-03-06 Known Issues: None Planned Improvements: Performance optimization Additional feature support
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.