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": "获取当前用户的画像摘要,了解用户偏好和上下文信息。"
|
||||
}
|
||||
}
|
||||
27
account/admin/skills/system/get-user-profile/SKILL.md
Normal file
27
account/admin/skills/system/get-user-profile/SKILL.md
Normal file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
name: get-user-profile
|
||||
description: Get current user profile summary to understand user's preferences and context. When you need to check known user info or personalize responses.
|
||||
system: true
|
||||
handler: profile
|
||||
tool-name: get_user_profile
|
||||
category: User Profile
|
||||
---
|
||||
|
||||
# Get User Profile
|
||||
|
||||
获取当前用户档案信息摘要。
|
||||
|
||||
## Parameters
|
||||
|
||||
无参数。
|
||||
|
||||
## Returns
|
||||
|
||||
- 已填写的档案项
|
||||
- 用户偏好设置
|
||||
- 工作相关信息
|
||||
|
||||
## Related Skills
|
||||
|
||||
- `update-user-profile`: 更新档案
|
||||
- `skip-profile-question`: 跳过问题
|
||||
Reference in New Issue
Block a user