wechat-query-realname-info

wechat-query-realname-info is a skill for Claude Code, Codex from ThomasMoreAI/legal-skills-open. It costs 68 tokens per session (1,823 once invoked), scanned A, original, Apache-2.0.

A legal procedure guide for obtaining the verified identity details behind a WeChat account from WeChat Pay's operating company. It covers requests made by courts or lawyers with a court-issued investigation order.

In plain words
What is it for?
It is for preparing requests for a person's real name, national ID number, WeChat ID, verification status, and verification time in a legal case.
Why use it?
It helps identify the real person behind a verified WeChat account when the account name alone is not enough. The information must be requested through a lawful court or lawyer process.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It is for preparing requests for a person's real name, national ID number, WeChat ID, verification status, and verification time in a legal case.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/thomasmoreai/legal-skills-open/wechat-query-realname-info
Install

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.

Any agent
npx skills add ThomasMoreAI/legal-skills-open --skill wechat-query-realname-info
Clone the repo
git clone --depth 1 https://github.com/ThomasMoreAI/legal-skills-open

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for wechat-query-realname-info

README.md
[![agentmods](https://agentmods.dev/badge/skills/thomasmoreai/legal-skills-open/wechat-query-realname-info/github.svg)](https://agentmods.dev/skills/thomasmoreai/legal-skills-open/wechat-query-realname-info)
Your own site
<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.

agentmods 80×15 button for wechat-query-realname-info

Your own site · 80×15
<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>
Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,823 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 9d ago against content hash e6b80f313347, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

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.

cn/litigation/skills/wechat-query-realname-info/SKILL.md · 220 lines

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"
    }
  }
}

Read the full file on GitHub · 220 lines

Changes

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.

  1. 9d ago First seen · 220 lines · 68 tokens per session scan A e6b80f313347

Subscribe to this mod's changes

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.