一键导入
artifact-management
When you need to persist files (reports, docs, evidence) beyond the session → create/query/delete durable artifacts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
When you need to persist files (reports, docs, evidence) beyond the session → create/query/delete durable artifacts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
When prompt, tool, or agent logic changes need regression testing → run eval benchmarks to detect regressions or improvements.
When a task can be parallelized (bulk code review, multi-module refactor, batch analysis) → split into subtasks running in isolated git worktrees via multiple workers.
When the user wants to research academic papers → search ArXiv, extract PDFs, summarize/review/Q&A, generate experiment code.
When you need to interact with web pages using the user's logged-in browser → control Chrome via @playwright/cli daemon, reusing cookies/session with persistent tabs.
When user needs AnyGenIO content generation → unified CLI for task execution with progressive disclosure.
When the user wants text-to-speech audio → generate voice files locally (macOS say + afconvert, outputs m4a).
| name | artifact-management |
| description | When you need to persist files (reports, docs, evidence) beyond the session → create/query/delete durable artifacts. |
| triggers | {"intent_patterns":["artifact|工件|产物|报告保存|deliverable|attachment","保存.*报告|save.*report|存.*文件|persist.*file","之前.*生成的|previously.*generated|找.*产物|find.*output","导出.*结果|export.*result|下载.*文件|download.*file","删除.*工件|delete.*artifact|清理.*产物|cleanup","列出.*工件|list.*artifacts|看看.*保存了.*什么|what.*saved"],"context_signals":{"keywords":["artifact","工件","产物","报告","deliverable","保存","导出","下载","persist","export","文件"]},"confidence_threshold":0.6} |
| priority | 5 |
| requires_tools | ["bash"] |
| max_tokens | 200 |
| cooldown | 30 |
管理持久化工件:创建、列表、读取、删除。
python3 skills/artifact-management/run.py create --name report.md --content '# Report'
python3 skills/artifact-management/run.py list
python3 skills/artifact-management/run.py read --name report.md
python3 skills/artifact-management/run.py delete --name report.md