cklxx

auto-skill-creation

自动创建技能并将重复流程沉淀为技能,支持使用 Codex/Claude 等外部代理执行任务并生成技能文件。

cklxx 11 1 Updated 3mo ago

Resources

2
GitHub

Install

npx skillscat add cklxx/elephant-ai/auto-skill-creation

Install via the SkillsCat registry.

SKILL.md

auto-skill-creation

Automatically create new skills from repeated task patterns by dispatching to external agents (Codex/Claude), collecting results, and generating compliant skill directory structures. All task dispatch, status monitoring, and file generation logic are handled by run.py.

调用

python3 skills/auto-skill-creation/run.py '{"action":"create","skill_name":"my-new-skill","description":"What the skill does","agent_type":"codex"}'