zzheng
v1.0.3自动抓取当天法律热点,结合法律知识生成个人及企业两篇原创微信公众号文章,支持一键复制发布。
⭐ 0· 117·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk97cdqb4mpkqfhfvr3bv5mr2th843x9n
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
