← Back to Skills Marketplace
agasding

WeWe RSS 文章读取

by Kai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
83
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wewe-rss-articles
Description
读取指定微信公众号文章列表或正文,需本地WeWe RSS服务运行并支持文章内容HTML解析为纯文本。
Usage Guidance
This skill is mostly what it says — it expects a local WeWe RSS service and will read local workspace files and a sqlite DB. Before installing: (1) confirm you run/trust the local http://localhost:4000 WeWe RSS service and understand where its DB resides, (2) ensure you have no sensitive secrets (AUTH_CODE or others) in ~/.openclaw/workspace or a .env that you don't want read, (3) review the separate wewe-rss-deploy skill before allowing deployment, and (4) be aware the SKILL.md mixes Windows and POSIX paths and uses netstat; test in a safe environment first. If possible, ask the publisher to declare required config paths and any env vars (like AUTH_CODE) in the registry metadata.
Capability Analysis
Type: OpenClaw Skill Name: wewe-rss-articles Version: 1.0.0 The skill bundle provides instructions and Python code for an AI agent to interact with a locally deployed WeWe RSS service. It uses standard methods to check service status (netstat), retrieve configuration from a local file, and query a local SQLite database (wewe-rss.db) using parameterized queries. The logic is transparent, lacks obfuscation, and is strictly aligned with the stated purpose of fetching and parsing WeChat articles without any indicators of malicious intent or data exfiltration.
Capability Assessment
Purpose & Capability
The skill claims to read WeChat public account article lists and content from a local WeWe RSS service and a local sqlite DB; requiring local service and DB access is coherent with that purpose. However the SKILL.md expects specific project paths under ~/.openclaw/workspace and a tools config file, which the registry metadata did not declare — this assumption about local workspace layout should be confirmed.
Instruction Scope
The runtime instructions explicitly tell the agent to inspect local files (tools\wewe-rss-config.txt, ~/.openclaw/workspace paths), open a sqlite DB, run netstat, and call a deploy skill. They also reference reading .env AUTH_CODE if API returns 401. Those file reads and DB queries are beyond simple remote API calls and will access local data; the skill did not declare it would read .env or local DB files. The instructions also mix Windows-style and POSIX paths and use platform-specific commands (PowerShell netstat), which is inconsistent and could cause unexpected behavior on some hosts.
Install Mechanism
This is instruction-only with no install spec or code to download, so it does not perform any automatic installations. That reduces supply-chain risk, though it relies on an external local service (wewe-rss) which may itself require installation (via the separate wewe-rss-deploy skill).
Credentials
The skill declares no required environment variables but the documentation references an AUTH_CODE in a .env and uses ~/.openclaw workspace files. Accessing a .env or other local config with credentials is disproportionate without explicit declaration. The skill may read local secrets (AUTH_CODE) and a local sqlite DB; the registry should list any required credentials or config paths.
Persistence & Privilege
always is false and the skill does not request elevated or persistent platform-wide privileges. It does instruct invoking another skill (wewe-rss-deploy) to install the service if missing, which is normal but means you should also review that deploy skill before allowing autonomous actions.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wewe-rss-articles
  3. After installation, invoke the skill by name or use /wewe-rss-articles
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
首次发布:读取微信公众号文章内容
Metadata
Slug wewe-rss-articles
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is WeWe RSS 文章读取?

读取指定微信公众号文章列表或正文,需本地WeWe RSS服务运行并支持文章内容HTML解析为纯文本。 It is an AI Agent Skill for Claude Code / OpenClaw, with 83 downloads so far.

How do I install WeWe RSS 文章读取?

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

Is WeWe RSS 文章读取 free?

Yes, WeWe RSS 文章读取 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does WeWe RSS 文章读取 support?

WeWe RSS 文章读取 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created WeWe RSS 文章读取?

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

💬 Comments