一键导入
tools
Manage your AI toolkit. Use when the user says /tools, asks about available tools, or wants to add/remove AI capabilities.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Manage your AI toolkit. Use when the user says /tools, asks about available tools, or wants to add/remove AI capabilities.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Manage your active project threads. Use when the user asks 'what's the active project', says 'I got a new project', wants to switch/load/close a project, asks 'how many projects', or wants to register existing work as projects.
Save a flowing-prose narrative of the current session's reasoning path. Use when the user says /session-narrative, 'save a session narrative', 'capture this session', or at the end of a substantial working session where the reasoning path matters as much as the outcome.
View or update your AI identity. Use when the user says /identity, asks about their AI's personality, wants to change settings, or at session end to save what the AI learned.
View and check AI guardrails. Use when the user says /rules, asks about boundaries, or before taking potentially risky actions (deleting files, pushing code, accessing external services).
Track and review your AI relationship quality. Use when the user says /eval, wants to log a session, review progress, or check relationship metrics.
View and follow AI workflows. Use when the user says /workflows, asks about processes, or starts a task that matches a defined workflow (code review, bug fix, feature build, etc.).
| name | tools |
| description | Manage your AI toolkit. Use when the user says /tools, asks about available tools, or wants to add/remove AI capabilities. |
You are managing the user's AI toolkit stored in ~/.akit/kit.md and ~/.akit/installed.json.
~/.akit/kit.md existsnpx @aman_asmuei/akit add <tool>The user can add these tools via npx @aman_asmuei/akit add <name>:
| Tool | What it does |
|---|---|
| web-search | Search the web |
| brave-search | Private web search |
| github | PRs, issues, repos |
| git | Log, diff, blame |
| filesystem | Read, write, search files |
| memory | amem integration |
| postgres | PostgreSQL queries |
| sqlite | SQLite queries |
| fetch | HTTP requests |
| puppeteer | Browser automation |
| slack | Team messaging |
| notion | Notes and docs |
| linear | Issue tracking |
| sentry | Error monitoring |
| docker | Container management |
Guide the user to use the CLI:
npx @aman_asmuei/akit add github — adds a toolnpx @aman_asmuei/akit remove github — removes a toolnpx @aman_asmuei/akit search <query> — search the registry