用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/crimsonblazezero/Zero-Tools --skill agent-tool-evaluation命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
领星 ERP 数据拉取、周报/月报汇总、运营周会 Excel 表格自动填报并交王祎审核确认后自动提交运营周复盘日志(附件以钉盘链接贴正文)、六组周会纪要自动生成与推送工作流。
Use when generating, pulling, auditing, filling, or rolling monthly business review reports (月度运营复盘/月报/主管月复盘/当月销售分析) for LingXing ERP and Nanjing Europe Group (南京欧洲组KS) Amazon stores.
Use when the user wants to pull Amazon sales/ad profit data from LingXing ERP (跨境电商ERP), build a weekly/monthly business dashboard (经营周报/月报/数据看板/排名环比/父ASIN), or send the report to a DingTalk group (钉钉群). Triggers: "拉上周数据/拉上个月数据", "父ASIN销售广告利润", "经营周报看板", "BSR排名环比", "发送到钉钉/欧洲群", "lingxing周报", "lingxing看板", "月报/月度复盘/全年完成表/退款率/退货率/仓储费/库销比". Pulls order-profit reports at parent-ASIN granularity, cross-validates ads spend, enriches Chinese product names, optionally fetches BSR rank trends, builds a self-contained Chart.js HTML dashboard (monthly variant adds fee-structure/rating/refund-rate/annual-target columns), and sends it to a specified DingTalk group via the dws CLI.
正在显示 SKILL.md
基于 SOC 职业分类
| name | agent-tool-evaluation |
| description | Research and compare external AI agent skill libraries. |
Use when the user wants to:
Always fetch the README first:
curl -sL "https://raw.githubusercontent.com/<repo>/main/README.md" | head -300
Also check GitHub metadata for stars, language, license:
curl -sL "https://api.github.com/repos/<repo>" | python3 -c "
import sys,json; d=json.load(sys.stdin)
print('desc:', d.get('description'))
print('stars:', d.get('stargazers_count'))
print('lang:', d.get('language'))
print('topics:', d.get('topics'))
"
Key questions to answer:
--agent, --division) or full install + lazy-loading?Hermes: Many tools install as plugins/skills. Check if the tool supports Hermes natively or via a custom integration script.
Claude Code / Codex / Cursor: Commonly supported. Install paths vary by tool.
Selective vs Lazy Loading:
--agent slug or --division name for selective installWhen comparing tools, structure the report around:
--agent/--division flags on Hermes. Always verify by checking the install script, not just the README.convert.sh before install.sh in agency-agents).Save a reference file when:
Use skill_manage with action=create to create the skill, then action=write_file to add reference files.