Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add ThomasMoreAI/legal-skills-open --skill wechat-query-realname-infogit clone --depth 1 https://github.com/ThomasMoreAI/legal-skills-openWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/thomasmoreai/legal-skills-open/wechat-query-realname-info)<a href="https://agentmods.dev/skills/thomasmoreai/legal-skills-open/wechat-query-realname-info"><img src="https://agentmods.dev/badge/skills/thomasmoreai/legal-skills-open/wechat-query-realname-info/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/thomasmoreai/legal-skills-open/wechat-query-realname-info"><img src="https://agentmods.dev/badge/skills/thomasmoreai/legal-skills-open/wechat-query-realname-info.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00068 | $0.01823 |
| Opus 5 | $0.00034 | $0.00911 |
| Sonnet 5 | $0.00014 | $0.00365 |
| Haiku 4.5 | $0.00007 | $0.00182 |
Grade A, and why
wechat-query-realname-info scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 220 lines — stays where its author put it; the contents beside it link to each section on GitHub.
微信实名认证信息调取技能
Overview
本技能指导律师或法院工作人员通过合法程序向财付通(微信支付运营主体)调取微信号实名认证信息,获取包含真实姓名、身份证号码、微信号等信息的权威复函,是证明微信使用者身份的最有力证据。
Background
根据调研文章,对于已实名认证的微信号,可以通过法院发协助函或律师持调查令的方式,向财付通支付科技有限公司申请调取实名认证信息。财付通的复函中会清晰显示认证者的真实姓名、身份证号码、微信号等信息,其法律效力极高。
Action
调取微信实名认证信息
通过法院或律师渠道向财付通申请调取实名认证信息。
执行路径:
| 申请人类型 | 所需文件 | 申请对象 |
|---|---|---|
| 法院 | 协助执行函/调查函 | 财付通支付科技有限公司 |
| 律师 | 律师调查令(法院签发) | 财付通支付科技有限公司 |
调取信息内容:
- 真实姓名(完整)
- 身份证号码(完整)
- 微信号
- 实名认证状态
- 认证时间等
财付通联系信息:
- 公司名称:财付通支付科技有限公司
- 地址:深圳市南山区科技园
- 注:具体联系地址和流程可能需要通过法院渠道获取最新信息
Parameters
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "WeChat Realname Info Query",
"type": "object",
"properties": {
"applicant_type": {
"type": "string",
"enum": ["court", "lawyer"],
"description": "申请人类型"
},
"case_info": {
"type": "object",
"properties": {
"case_number": {"type": "string", "description": "案号"},
"court_name": {"type": "string", "description": "受理法院"},
"case_type": {"type": "string", "description": "案件类型"}
},
"required": ["case_number", "court_name"]
},
"target_wechat_id": {
"type": "string",
"description": "目标微信号"
},
"target_user_alias": {
"type": "string",
"description": "目标用户的推测/已知姓名(如有)"
},
"application_purpose": {
"type": "string",
"description": "申请目的/证明事项"
}
},
"required": ["applicant_type", "case_info", "target_wechat_id"]
}
Output Schema
{
"query_result": {
"status": "success|pending|rejected",
"tenpay_response": {
"response_date": "ISO 8601 date",
"response_reference": "复函编号",
"realname": "真实姓名",
"id_number": "身份证号",
"wechat_id": "微信号",
"verification_status": "verified|unverified"
},
"evidence_usability": {
"has_official_seal": true,
"legal_validity": "high|medium|low",
"recommended_usage": "direct_evidence|supporting_evidence"
}
}
}
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 220 lines · 68 tokens per session scan A e6b80f313347
wechat-query-realname-info is a skill published in the GitHub repository ThomasMoreAI/legal-skills-open (72 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 68 tokens to every session and 1,823 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
pia-generator
Generate structured privacy impact assessments so Claude can organize project privacy risks, controls, and decision points into a review-ready report.
audit-scope-checklist
Generate a scoped IT audit program with controls mapped to roles and compliance frameworks. Use this skill for audit planning, control checklist generation, and auditprogram.json creation.
compliance-checker
Compare system configuration evidence against common control frameworks and produce a concise compliance assessment with gaps and remediation priorities.
compliance-controls-playbook
Guide Claude through a structured compliance audit workflow covering framework selection, evidence planning, control testing, exception handling, and reporting.
evidence-tracker
Manage audit evidence requests, collection progress, and status reporting so Claude can keep audits organized and identify overdue or blocked evidence items.
consent-checker
Review privacy policy or notice text against common privacy frameworks so Claude can explain coverage gaps, strengths, and compliance priorities.