Resources
2Install
npx skillscat add cklxx/elephant-ai/artifact-management Install via the SkillsCat registry.
SKILL.md
artifact-management
管理持久化工件:创建、列表、读取、删除。
调用
python3 skills/artifact-management/run.py '{"action":"create","name":"report.md","content":"# Report"}'
python3 skills/artifact-management/run.py '{"action":"list"}'
python3 skills/artifact-management/run.py '{"action":"read","name":"report.md"}'
python3 skills/artifact-management/run.py '{"action":"delete","name":"report.md"}'