with one click
skill-manager
核心技能中心。负责列出、搜索、安装、创建、修改和删除技能。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
核心技能中心。负责列出、搜索、安装、创建、修改和删除技能。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
生成长文或图文发布稿,也支持直接基于本地 md/txt 素材写作;可自动搜索资料、生成配图,并支持多渠道发布,当前已支持微信公众号和小红书发布通道。支持按阶段(search/write/illustrate/publish)单独执行或全流程编排。
**自选股助手**。通过内置股票服务管理当前用户的自选股,并查询实时行情。
管理周期性定时任务(Cron),支持添加、查看、删除任务。
提供日常基础查询能力,支持天气、时间、加密货币价格和法币汇率。
**文生图**。根据提示词生成图片并返回图片文件。
Ikaros-side unfinished-task tracker for listing open tasks, inspecting closure contracts, updating task follow-up state, and explicitly closing tasks (completed/failed).
| api_version | v3 |
| name | skill_manager |
| description | 核心技能中心。负责列出、搜索、安装、创建、修改和删除技能。 |
| allowed_roles | ["ikaros"] |
| policy_groups | ["skill-admin"] |
| platform_handlers | false |
| triggers | ["搜索技能","修改技能","安装技能","删除技能","列出技能","创建技能"] |
| input_schema | {"type":"object","properties":{}} |
| permissions | {"filesystem":"workspace","shell":true,"network":"limited"} |
| entrypoint | scripts/execute.py |
通过 bash 调用 CLI。创建和修改技能时,本 skill 会直接在本地技能目录驱动 ikaros 的 coding_session,不再依赖 software_delivery。如果编码代理中途提出澄清问题,应直接回答并继续当前 coding session。
python scripts/execute.py listpython scripts/execute.py search "<query>"python scripts/execute.py install <url_or_owner/repo>python scripts/execute.py create "<requirement>" [--skill-name <name>] [--backend codex|gemini-cli|opencode]python scripts/execute.py modify <skill_name> "<instruction>" [--backend codex|gemini-cli|opencode]python scripts/execute.py delete <skill_name>search,避免重复造轮子。