akm
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chineseakm — Agent Kit Manager
akm — Agent Kit Manager
A package manager for AI agent capabilities. Use to search, install, and
manage skills, commands, agents, knowledge, scripts, and memories from local
stashes, registries, and community sources.
akm一款AI Agent能力的包管理器。使用可以从本地存储库、注册中心和社区来源搜索、安装并管理技能、命令、Agent、知识、脚本与记忆。
akmWhen to use this skill
何时使用akm
Use when you need to:
akm- Find a capability you don't already have (a deployment script, a code review skill, a debugging agent)
- Install a kit of assets from npm, GitHub, or a private registry
- Search across sources — local stash, official registry, and community skills in one query
- Manage installed kits — list, update, or remove
当你需要以下操作时,使用:
akm- 查找缺失的能力(例如部署脚本、代码审查skill、调试Agent)
- 安装工具包:从npm、GitHub或私有注册中心获取资产套件
- 跨源搜索:一次查询即可覆盖本地存储库、官方注册中心和社区skill
- 管理已安装工具包:列出、更新或移除
Usage
使用方法
sh
undefinedsh
undefinedSetup (first time only)
Setup (first time only)
akm setup
akm setup
Search for assets across all sources
Search for assets across all sources
akm search "deploy"
akm search "code review" --source registry
akm search "deploy"
akm search "code review" --source registry
Install a kit
Install a kit
akm add github:owner/repo
akm add @scope/my-kit
akm add github:owner/repo
akm add @scope/my-kit
Show asset details
Show asset details
akm show skill:code-review
akm show script:deploy.sh
akm show skill:code-review
akm show script:deploy.sh
List and manage installed kits
List and manage installed kits
akm list
akm update --all
akm remove my-kit
akm list
akm update --all
akm remove my-kit
Clone an asset to your project
Clone an asset to your project
akm clone skill:code-review --dest ./.claude/skills
undefinedakm clone skill:code-review --dest ./.claude/skills
undefinedIntegration
集成方法
Add this to your , , or system prompt so any AI agent
can use :
AGENTS.mdCLAUDE.mdakmmarkdown
undefined将以下内容添加到你的、或系统提示词中,让任意AI Agent都能使用:
AGENTS.mdCLAUDE.mdakmmarkdown
undefinedResources & Capabilities
Resources & Capabilities
You have access to a searchable library of scripts, skills, commands, agents,
knowledge, and memories via the CLI. Use for details.
akmakm -h
No plugins, SDKs, or integration code required.You have access to a searchable library of scripts, skills, commands, agents,
knowledge, and memories via the CLI. Use for details.
akmakm -h
无需插件、SDK或集成代码。Install
安装方式
sh
undefinedsh
undefinedvia Bun
via Bun
bun install -g akm-cli
undefinedbun install -g akm-cli
undefinedLinks
相关链接
- GitHub - Binary releases, source code, and documentation
- npm
- Documentation
- GitHub - 二进制发行版、源代码及文档
- npm
- Documentation - 入门文档