BD ai-persona-check
AI 拟人化互动服务合规检查 — 基于《人工智能拟人化互动服务管理暂行办法》(国家网信办等五部门令第21号,2026-07-15 施行),覆盖 10 项核心检查,快速评估合规状态并生成专业报告。 本 skill 免费安装、免费使用。检查评分由「complianceHub 引擎」完成: 首次使用前需在 compliancehub.cn 免费注册获取 API Key(网页注册后复制 Key, 设置环境变量 COMPLIANCEHUB_API_KEY,或保存为 ~/.config/compliancehub/ai-persona-check.key,权限 0600), 每个 Key 含 100 次免费额度,无需付费。 预览模式(--non-interactive / --non-interactive-json)完全离线,不读取 Key、不发起任何网络请求。 评分时检查项实时从合规 Hub 云端规则库 API 拉取(单一数据源,后端更新即生效);离线预览使用内置检查项,不发起任何网络请求。 ⚠️ 本检查结果基于你提交的自报信息生成,非监管/审计结论,仅供参考,不构成法律意见。 Use when: 用户显式要求运行 ai-persona-check(如"运行 ai-persona-check"、"做AI 拟人化互动服务合规检查")。 普通对话中提及相关合规词不自动触发——本 skill 会向第三方云端发送答题内容,必须由用户按名显式调用。 Trigger (explicit opt-in only):ai-persona-check, run ai-persona-check, use ai-persona-check skill, AI 拟人化互动服务合规检查 Pricing: Free skill; cloud scoring is free (anonymous trial 5 runs, then register for a free API Key with 100 calls) ⚠️ Cloud scoring sends your answers to compliancehub.cn; use --non-interactive for a fully offline preview. Without a Key the skill runs an anonymous trial (up to 5 scored runs) using a local random anon_id; registering gives a free Key with 100 calls. 🔐 Account & free API Key are created on the website (compliancehub.cn) — not in the terminal. Open https://compliancehub.cn/account.html?skill=ai-persona-check to register and get a Key instantly, then provide it via env `COMPLIANCEHUB_API_KEY` or save to ~/.config/compliancehub/ai-persona-check.key (mode 0600). 💡 Free preview: --non-interactive lists the 10 items without a Key
AI 拟人化互动服务合规检查 — 基于《人工智能拟人化互动服务管理暂行办法》(国家网信办等五部门令第21号,2026-07-15 施行),覆盖 10 项核心检查,快速评估合规状态并生成专业报告。 本 skill 免费安装、免费使用。检查评分由「complianceHub 引擎」完成: 首次使用前需在…
As a process D 46/100 · Unfinished process — weak spots: result and completion, when it triggers, inputs and preconditions
How to improve
- Shorten the description to 1024 characters.
- Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
- A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.
Guard findings · 0
✓ No critical or high findings
Files scanned: 5. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- error
description-longdescription is 1498 chars, limit 1024 - note
frontmatter-keyunknown frontmatter key "permissions"
Process rating: all ten parameters 46/100
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 0Failures and branches. Linear process with no failure handling
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 60Tools and files. Uses tools (bash, web) that frontmatter does not declare
- 100Steps. 11 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 799 tokens
- 100Running it twice. No mutating operations
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.
Quality signals
- +4Description does not say when NOT to use the skill (false activations)
- +3Description length 1497: 120–800 characters recommended
- +3Output format is not stated: the model decides each time
- +1No license
- +2Single-language instructions
- +5Description quotes 2 example trigger phrases
- +4Structure: 13 headings
- +3Step-by-step instructions: 11 items
- +4Has examples (3 code blocks)
- +3All 1 scripts are documented
Quality base 70; lint remarks subtract, signals add up to 100. Result: 63.