Agent Skills
› tanweai/pua
› pua-survey
pua-survey
GitHubCodex CLI别名,引导用户完成PUA调查并将结果保存至本地JSON文件。严禁网络传输,确保数据仅本地存储。
触发场景
执行 pua-survey 命令
需要收集 PUA 调查反馈
安装
npx skills add tanweai/pua --skill pua-survey -g -y
SKILL.md
Frontmatter
{
"name": "pua-survey",
"license": "MIT",
"description": "PUA survey alias for Codex. Codex subcommand mapping for Claude Code \/pua:survey style usage; invoke with $pua-survey."
}
pua-survey
This is a Codex CLI alias for the Claude Code /pua:survey command.
Guide the user through the PUA survey and save the response to ~/.pua/survey-response.json. Local file only — never POST it anywhere; PUA has no collection endpoint.
When this alias changes ~/.pua/config.json, preserve unknown fields and create ~/.pua/ if missing. Do not claim completion without command/output evidence.
版本历史
-
ac50267
当前 2026-09-09 13:02
移除所有数据收集功能(上传通道、心跳遥测等),改为纯本地操作,并增加防遥测测试脚本。
- 3fd4e5a 2026-07-25 11:32


