feat: 新增 account 和 plan 目录
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
29
account/admin/skills/system/list-exportable-agents/SKILL.md
Normal file
29
account/admin/skills/system/list-exportable-agents/SKILL.md
Normal 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
|
||||
Reference in New Issue
Block a user