Openakita update-user-profile
Update user profile information when user shares preferences, habits, or work details. When you need to save user preferences, remember user's work domain, or provide personalized service.
install
source · Clone the upstream repo
git clone https://github.com/openakita/openakita
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openakita/openakita "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/system/update-user-profile" ~/.claude/skills/openakita-openakita-update-user-profile && rm -rf "$T"
manifest:
skills/system/update-user-profile/SKILL.mdsource content
Update User Profile
更新用户档案信息。
Parameters
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| key | string | 是 | 档案项键名 |
| value | string | 是 | 用户提供的信息值 |
Supported Keys
- name: 称呼
- agent_role: Agent 角色
- work_field: 工作领域
- preferred_language: 编程语言偏好
- os: 操作系统
- ide: 开发工具
- detail_level: 详细程度偏好
- code_comment_lang: 代码注释语言
- work_hours: 工作时间
- timezone: 时区
- confirm_preference: 确认偏好
Related Skills
: 获取档案get-user-profile
: 跳过问题skip-profile-question