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

35 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
name: export-agent
description: Export a local Agent profile as a portable .akita-agent package file. Use when user wants to share, backup, or distribute an Agent with its skills and configuration.
system: true
handler: agent_package
tool-name: export_agent
category: Agent Package
---
# Export Agent
将本地 Agent 导出为 `.akita-agent` 包文件,包含 Agent 配置、提示词和捆绑技能。
## Parameters
| 参数 | 类型 | 必填 | 说明 |
|-----|------|-----|------|
| profile_id | string | 是 | 要导出的 Agent Profile ID |
| author_name | string | 否 | 作者名称 |
| version | string | 否 | 版本号(默认 1.0.0 |
| include_skills | array | 否 | 要打包的技能列表(默认为 Agent 配置中的本地技能) |
## Usage
导出后的 `.akita-agent` 文件可以:
- 发送给其他用户导入使用
- 上传到 Agent Store 分享
- 作为 Agent 备份
## Related Skills
- `import-agent`: 导入 Agent 包
- `list-exportable-agents`: 列出可导出的 Agent
- `inspect-agent-package`: 预览包内容