evidence-wechat-profile-handler

Extract structured evidence data from WeChat profile images into JSON.

Updated Jul 20, 2025
One-click install
npx skills add https://github.com/sungaoxiang-backend/intelligent-evidence-platform --skill evidence-wechat-profile-handler
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: evidence-wechat-profile-handler
Source: https://github.com/sungaoxiang-backend/intelligent-evidence-platform/tree/main/app/agentic/skills/evidence-wechat-profile-handler
Command: npx skills add https://github.com/sungaoxiang-backend/intelligent-evidence-platform --skill evidence-wechat-profile-handler

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the extraction of basic identity and location details from a single WeChat profile image and outputs a flat card_features list for evidence workflows.

Core Features & Use Cases

  • Preset slot extraction: retrieve 微信备注名, 微信号, 昵称 (optional), and 地区 from the profile image.
  • Two extraction modes: rule mode for only preset slots; enhanced mode for additional in-depth info.
  • Use Case: in digital forensic investigations, produce an evidence card for a target from a screenshot.

Quick Start

Use the WeChat profile handler to process a sample profile image.

Frequently Asked Questions about evidence-wechat-profile-handler

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract WeChat profile data for digital forensics?

WeChat profile data extraction automates the capture of identity and location details from a single profile image and outputs a standardized flat JSON list for forensic workflows. It processes evidence materials to generate structured slot names, values, types, and reasoning.

What information can I extract from a WeChat profile screenshot?

From a WeChat profile screenshot, you can extract preset slots including WeChat remark name, WeChat ID, nickname, and region. Enhanced mode provides additional in-depth identity and location insights beyond the standard rule mode slots.

How do I generate an evidence card from a WeChat profile image?

To generate an evidence card, input the profile image as evidence materials into the handler. It extracts structured data and produces a flat card_features JSON list containing slot_name, slot_value, slot_value_type, and reasoning for legal workflows.

What is the difference between rule mode and enhanced mode for WeChat data extraction?

Rule mode restricts WeChat data extraction to only preset slots like WeChat ID and region. Enhanced mode expands the extraction scope to capture additional in-depth insights from the profile image for more comprehensive forensic analysis.

Can I use WeChat forensics automation for legal compliance workflows?

WeChat forensics automation is designed specifically for legal compliance workflows. It standardizes extracted profile data into a flat card_features JSON list, ensuring evidence is structured consistently for legal and forensic investigations.

What format does WeChat profile extraction output for evidence workflows?

WeChat profile extraction outputs a flat card_features JSON list. Each entry contains structured fields including slot_name, slot_value, slot_value_type, and reasoning, providing a standardized format for evidence card generation.