Agent Skills: artifact-management

When you need to persist files (reports, docs, evidence) beyond the session → create/query/delete durable artifacts.

UncategorizedID: cklxx/elephant.ai/artifact-management

Install this agent skill to your local

pnpm dlx add-skill https://github.com/cklxx/elephant.ai/tree/HEAD/skills/artifact-management

Skill Files

Browse the full folder contents for artifact-management.

Download Skill

Loading file tree…

skills/artifact-management/SKILL.md

Skill Metadata

Name
artifact-management
Description
When you need to persist files (reports, docs, evidence) beyond the session → create/query/delete durable artifacts.

artifact-management

管理持久化工件:创建、列表、读取、删除。

调用

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