← 返回 Skills 市场
weixin-xlog-analyzer
作者
hellllll0world
· GitHub ↗
· v1.0.0
393
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install weixin-xlog-analyzer
功能描述
解析和分析微信Xlog日志文件,提取关键信息并生成诊断报告;当用户需要分析微信日志、排查故障或统计日志数据时使用
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install weixin-xlog-analyzer - 安装完成后,直接呼叫该 Skill 的名称或使用
/weixin-xlog-analyzer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
weixin-xlog-analyzer 是什么?
解析和分析微信Xlog日志文件,提取关键信息并生成诊断报告;当用户需要分析微信日志、排查故障或统计日志数据时使用. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 393 次。
如何安装 weixin-xlog-analyzer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install weixin-xlog-analyzer」即可一键安装,无需额外配置。
weixin-xlog-analyzer 是免费的吗?
是的,weixin-xlog-analyzer 完全免费(开源免费),可自由下载、安装和使用。
weixin-xlog-analyzer 支持哪些平台?
weixin-xlog-analyzer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 weixin-xlog-analyzer?
由 hellllll0world(@hellllll0world)开发并维护,当前版本 v1.0.0。
推荐 Skills