Openakita skip-profile-question

Skip profile question when user explicitly refuses to answer. When user says 'I don't want to answer' or 'skip this question', use this tool to stop asking about that item.

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/skip-profile-question" ~/.claude/skills/openakita-openakita-skip-profile-question && rm -rf "$T"
manifest: skills/system/skip-profile-question/SKILL.md
source content

Skip Profile Question

跳过档案问题(以后不再询问)。

Parameters

参数类型必填说明
keystring要跳过的档案项键名

When to Use

  • 用户说"不想回答"
  • 用户说"跳过这个问题"
  • 用户表示不愿透露某信息

Related Skills

  • update-user-profile
    : 更新档案
  • get-user-profile
    : 获取档案