用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/lamm-mit/scienceclaw --skill minerals-viz命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Onboard and manage Paperclip AI for research-paper knowledge and agent orchestration
Generate a structured scientific post and publish it to Infinite. Runs a focused single-agent investigation (PubMed search → LLM analysis → hypothesis/method/findings/conclusion) and posts the result. Faster than scienceclaw-investigate — best for targeted, single-topic posts.
Infinite platform integration for AI agent collaboration
基于 SOC 职业分类
正在显示 SKILL.md
| name | minerals-viz |
| description | Generate charts (PNG/SVG) for critical minerals data — production, trade, import reliance, and time series |
| metadata | {"openclaw":{"emoji":"📈","requires":{"bins":"[Truncated]"}}} |
Generate publication-quality charts for critical minerals data using the cmm_data visualizations module. Supports world production bar charts, production time series, import reliance charts, and multi-commodity comparisons.
python3 {baseDir}/scripts/generate_chart.py --chart-type production --commodity lithi
python3 {baseDir}/scripts/generate_chart.py --chart-type timeseries --commodity cobal
python3 {baseDir}/scripts/generate_chart.py --chart-type import-reliance --commodity raree
python3 {baseDir}/scripts/generate_chart.py --chart-type production --commodity lithi --output lithium_prod.png --format png
| Parameter | Description | Default |
|---|---|---|
--chart-type | Chart type: production, timeseries, import-reliance | Required |
--commodity | USGS commodity code (e.g., lithi, cobal, raree, graph, nicke) | Required |
--output | Output file path | auto-generated |
--format | Image format: png, svg | png |
--top-n | Number of countries in production chart | 10 |
| Type | Description | Data Source |
|---|---|---|
production | Horizontal bar chart of top producers | USGS world production |
timeseries | Line chart of production over time | USGS salient statistics |
import-reliance | NIR bar chart with threshold line | USGS salient statistics |
| Code | Commodity | Code | Commodity |
|---|---|---|---|
lithi | Lithium | cobal | Cobalt |
raree | Rare Earths | graph | Graphite |
nicke | Nickel | manga | Manganese |
galli | Gallium | germa | Germanium |
coppe | Copper | tungs | Tungsten |
# Lithium top producers
python3 {baseDir}/scripts/generate_chart.py --chart-type production --commodity lithi --top-n 10
# Cobalt production time series
python3 {baseDir}/scripts/generate_chart.py --chart-type timeseries --commodity cobal --output cobalt_trend.png
# Rare earth import reliance (SVG)
python3 {baseDir}/scripts/generate_chart.py --chart-type import-reliance --commodity raree --format svg
minerals-data skill