feat: 新增 account 和 plan 目录
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"zh": {
|
||||
"name": "工具详情",
|
||||
"description": "获取系统工具的详细参数定义,了解工具的使用方法和参数说明。"
|
||||
}
|
||||
}
|
||||
28
account/admin/skills/system/get-tool-info/SKILL.md
Normal file
28
account/admin/skills/system/get-tool-info/SKILL.md
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
name: get-tool-info
|
||||
description: Get system tool detailed parameter definition (Level 2 disclosure). When you need to understand unfamiliar tool usage, check tool parameters, or learn tool examples. Call before using unfamiliar tools.
|
||||
system: true
|
||||
handler: system
|
||||
tool-name: get_tool_info
|
||||
category: System
|
||||
---
|
||||
|
||||
# Get Tool Info
|
||||
|
||||
获取系统工具的详细参数定义(Level 2 披露)。
|
||||
|
||||
## Parameters
|
||||
|
||||
| 参数 | 类型 | 必填 | 说明 |
|
||||
|-----|------|-----|------|
|
||||
| tool_name | string | 是 | 工具名称 |
|
||||
|
||||
## When to Use
|
||||
|
||||
- 了解不熟悉的工具用法
|
||||
- 查看工具参数
|
||||
- 学习工具示例
|
||||
|
||||
## Tip
|
||||
|
||||
在调用不熟悉的工具前,先用此工具了解其完整用法、参数说明和示例。
|
||||
Reference in New Issue
Block a user