akm

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

akm — Agent Kit Manager

akm — Agent Kit Manager

A package manager for AI agent capabilities. Use
akm
to search, install, and manage skills, commands, agents, knowledge, scripts, and memories from local stashes, registries, and community sources.
一款AI Agent能力的包管理器。使用
akm
可以从本地存储库、注册中心和社区来源搜索、安装并管理技能、命令、Agent、知识、脚本与记忆。

When to use this skill

何时使用akm

Use
akm
when you need to:
  • 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
undefined
sh
undefined

Setup (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
undefined
akm clone skill:code-review --dest ./.claude/skills
undefined

Integration

集成方法

Add this to your
AGENTS.md
,
CLAUDE.md
, or system prompt so any AI agent can use
akm
:
markdown
undefined
将以下内容添加到你的
AGENTS.md
CLAUDE.md
或系统提示词中,让任意AI Agent都能使用
akm
markdown
undefined

Resources & Capabilities

Resources & Capabilities

You have access to a searchable library of scripts, skills, commands, agents, knowledge, and memories via the
akm
CLI. Use
akm -h
for details.

No plugins, SDKs, or integration code required.
You have access to a searchable library of scripts, skills, commands, agents, knowledge, and memories via the
akm
CLI. Use
akm -h
for details.

无需插件、SDK或集成代码。

Install

安装方式

sh
undefined
sh
undefined

via Bun

via Bun

bun install -g akm-cli
undefined
bun install -g akm-cli
undefined

Links

相关链接