feat: 新增 account 和 plan 目录

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-11 16:26:22 +08:00
parent 243a190124
commit 0cab33b16b
694 changed files with 161549 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
---
name: list-exportable-agents
description: List all Agent profiles that can be exported as .akita-agent packages. Shows both system and custom agents.
system: true
handler: agent_package
tool-name: list_exportable_agents
category: Agent Package
---
# List Exportable Agents
列出所有可导出的 Agent包括系统预设和自定义 Agent。
## Parameters
无参数。
## Returns
返回 Agent 列表,每项包含:
- `id`: Agent ID
- `name`: 显示名称
- `type`: 类型system/custom
- `category`: 分类
- `skills_count`: 技能数量
## Related Skills
- `export-agent`: 导出指定 Agent