Files
X-Agents/account/admin/skills/system/import-agent/SKILL.md
2026-03-11 16:26:22 +08:00

890 B
Raw Blame History

name, description, system, handler, tool-name, category
name description system handler tool-name category
import-agent Import an Agent from a .akita-agent package file. Installs the Agent profile and any bundled skills to the local system. true agent_package import_agent Agent Package

Import Agent

.akita-agent 包文件导入 Agent安装 Agent 配置和捆绑技能到本地。

Parameters

参数 类型 必填 说明
package_path string .akita-agent 包文件路径
force boolean 如果 ID 冲突是否强制覆盖(默认 false

Import Behavior

  1. 校验包格式和安全性
  2. 安装捆绑技能到 skills/custom/ 目录
  3. 创建 Agent Profiletype 强制为 custom
  4. 如果 ID 冲突且未 force自动追加后缀
  • export-agent: 导出 Agent 包
  • inspect-agent-package: 导入前预览包内容