← Back to Skills Marketplace
mylillo926

zzheng

by mylillo926 · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ Security Clean
196
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install zzheng
Description
自动抓取当天法律热点,结合法律知识生成个人及企业两篇原创微信公众号文章,支持一键复制发布。
Usage Guidance
This skill appears to do what it claims, but before running it: 1) Review the script yourself (you have the source). 2) Change the default output directory from the hardcoded D:\... to a location you control (especially on non-Windows systems). 3) Be aware it will make outbound HTTP requests to public news endpoints (your machine's IP and timing will be visible to those services). If you need to avoid network access, run it offline or audit the code further. 4) Run in a sandbox or isolated environment if you have sensitive data on the host. 5) If you plan to publish generated content automatically, inspect and test the generated text for legal accuracy and compliance before posting.
Capability Analysis
Type: OpenClaw Skill Name: zzheng Version: 1.0.3 The skill bundle is a legitimate tool designed to generate legal-themed articles for WeChat public accounts by fetching trending topics from major Chinese platforms (Weibo, Zhihu, Baidu, and Tencent). The Python script `scripts/generate_articles.py` performs standard HTTP requests to public news APIs and saves generated text files to a local directory, with all behaviors strictly aligned with the stated purpose in `SKILL.md`. There is no evidence of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description say: fetch legal hot topics and generate two WeChat articles. The included script fetches from Weibo, Zhihu, Baidu, Tencent, classifies topics, generates personal and enterprise articles, and saves them—this is coherent with the stated purpose.
Instruction Scope
SKILL.md instructs running the provided script and installing requests/beautifulsoup4. The script performs outbound HTTP GET requests to public endpoints to collect trending items and writes generated articles and progress JSON files to disk (default output folder is a Windows path D:\其它工具\文章). This behavior is expected for the skill but you should be aware it will make network requests and create/modify files in the output directory.
Install Mechanism
No install spec; it's instruction-only with an included Python script. That is low-risk—nothing is downloaded during install and the runtime only requires standard Python libraries (requests, bs4).
Credentials
The skill declares no required environment variables or credentials and the script does not read secret env vars or config paths. The requested resources (HTTP access and local file write) are proportional to the stated functionality.
Persistence & Privilege
The skill is not always-enabled and does not modify other skills. It does, however, persist progress and articles to a local directory (creates v4_personal.json / v4_enterprise.json and text files). This is expected but you should confirm the output directory is acceptable for your environment.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install zzheng
  3. After installation, invoke the skill by name or use /zzheng
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Version 1.0.3 (No file changes) - No changes detected in this release. - Functionality and documentation remain unchanged from previous version.
v1.0.2
Version 1.0.2 - No file changes detected in this version. - All features and documentation remain unchanged.
v1.0.1
- No user-facing changes in this version. - All files remain unchanged.
v1.0.0
zZheng 1.0.0 - 初始版本发布 - 推出专为法律工作者设计的微信公众号文章生成工具 - 实时抓取法律热点新闻,结合法律知识自动生成原创内容 - 支持话题分类与自动系列循环,保证内容连贯 - 一键生成两篇独立文章:个人篇与企业篇 - 明确依赖与使用说明,支持自定义文章保存目录
Metadata
Slug zzheng
Version 1.0.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is zzheng?

自动抓取当天法律热点,结合法律知识生成个人及企业两篇原创微信公众号文章,支持一键复制发布。 It is an AI Agent Skill for Claude Code / OpenClaw, with 196 downloads so far.

How do I install zzheng?

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

Is zzheng free?

Yes, zzheng is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does zzheng support?

zzheng is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created zzheng?

It is built and maintained by mylillo926 (@mylillo926); the current version is v1.0.3.

💬 Comments