← Back to Skills Marketplace
hellllll0world

weixin-xlog-analyzer

by hellllll0world · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
393
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install weixin-xlog-analyzer
Description
解析和分析微信Xlog日志文件,提取关键信息并生成诊断报告;当用户需要分析微信日志、排查故障或统计日志数据时使用
Usage Guidance
This skill appears internally consistent and only processes local log files. Before using it: (1) review the two Python scripts yourself or run them in a sandbox to confirm behavior; (2) ensure any Xlog files are legitimately obtained and decrypted with your chosen tool (the skill does not perform decryption); (3) avoid running on systems containing highly sensitive PII unless you have policies to redact logs, since parsed output may include user data; (4) for very large logs, run on a machine with sufficient memory or process the logs in batches as the documentation suggests; (5) if you need networked/automated analysis, confirm you are comfortable extending the scripts — as provided they do not exfiltrate data or make network calls.
Capability Analysis
Type: OpenClaw Skill Name: weixin-xlog-analyzer Version: 1.0.0 The skill bundle's `SKILL.md` instructions and `references/analysis_guide.md` examples direct the AI agent to execute Python scripts (`scripts/xlog_parser.py`, `scripts/log_analyzer.py`) via shell commands, passing file paths as arguments. This creates a shell injection vulnerability if the AI agent does not properly sanitize or quote user-provided input before constructing and executing these commands. While the Python scripts themselves are benign and perform their stated log analysis functions, they do not implement input sanitization for their command-line arguments, thus relying on the calling agent to prevent injection.
Capability Assessment
Purpose & Capability
Name/description match the included artifacts: two Python scripts implement parsing and analysis, and reference docs describe Xlog formats and analysis guidance. There are no unrelated requirements (no cloud credentials, no unrelated binaries).
Instruction Scope
SKILL.md instructs the agent to read user-provided Xlog files (after the user decrypts them if necessary), run local scripts to parse and analyze, and produce reports. The instructions do not ask the agent to read other system files, environment secrets, or transmit data to external endpoints.
Install Mechanism
No install spec; this is instruction-only with bundled Python scripts that rely only on the Python standard library. Nothing is downloaded or written by an installer.
Credentials
The skill declares no required environment variables, credentials, or config paths. The scripts operate on files provided by the user and do not access other system configuration or secrets.
Persistence & Privilege
always is false; the skill does not request persistent/system-wide presence or modify other skills. Scripts are standalone command-line tools invoked on demand.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install weixin-xlog-analyzer
  3. After installation, invoke the skill by name or use /weixin-xlog-analyzer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of weixin-xlog-analyzer. - Provides tools to parse and analyze WeChat Xlog log files. - Supports extraction of key information, error filtering, and generation of diagnostic reports. - Includes scripts for parsing logs and performing statistical analysis using Python standard library only. - Requires users to decrypt Xlog files externally if encrypted. - Offers customizable analysis by log level or module.
Metadata
Slug weixin-xlog-analyzer
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is weixin-xlog-analyzer?

解析和分析微信Xlog日志文件,提取关键信息并生成诊断报告;当用户需要分析微信日志、排查故障或统计日志数据时使用. It is an AI Agent Skill for Claude Code / OpenClaw, with 393 downloads so far.

How do I install weixin-xlog-analyzer?

Run "/install weixin-xlog-analyzer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is weixin-xlog-analyzer free?

Yes, weixin-xlog-analyzer is completely free (open-source). You can download, install and use it at no cost.

Which platforms does weixin-xlog-analyzer support?

weixin-xlog-analyzer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created weixin-xlog-analyzer?

It is built and maintained by hellllll0world (@hellllll0world); the current version is v1.0.0.

💬 Comments