← Back to Skills Marketplace
Plotlake
by
eggyrooch-blip
· GitHub ↗
· v1.3.0
· MIT-0
181
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install plotlake
Description
订阅微信公众号等信源,获取原始文章内容用于整合日报
Usage Guidance
This skill behaves as a thin client that talks to https://api.plotlake.com using curl. Before installing, confirm you trust that service: any feed URLs and retrieved article content will be transmitted to that endpoint (there is no auth described). Avoid submitting private/internal URLs or confidential content. If you require stronger privacy guarantees, ask whether the project supports authentication, encryption beyond HTTPS, or a self-hosted instance; verify the GitHub homepage and the API domain match an official project and review its privacy documentation. If unsure, test with non-sensitive public feeds first and monitor network traffic (or use a proxy) to confirm what is sent/received.
Capability Analysis
Type: OpenClaw Skill
Name: plotlake
Version: 1.3.0
The skill is a legitimate integration for the Plotlake API (api.plotlake.com), designed to help an AI agent manage RSS-style subscriptions and fetch article content for summarization. It uses standard system utilities (curl, jq) to interact with its own documented endpoints and lacks any indicators of data exfiltration, malicious execution, or prompt injection attacks.
Capability Assessment
Purpose & Capability
Name/description (subscribe to public account feeds and fetch raw articles for daily digests) match the instructions: all examples call a documented API to create channels, subscribe bundles, add sources, and fetch articles. Required binaries (curl, jq) are appropriate for the shown commands.
Instruction Scope
SKILL.md contains only HTTP curl examples against the stated API and no steps that read local files, environment secrets, or other system state. It instructs posting feed URLs and fetching article lists — behavior aligns with the stated purpose.
Install Mechanism
This is an instruction-only skill with no install spec or code files. No files will be written to disk and nothing is downloaded or executed beyond using curl/jq at runtime.
Credentials
The skill requires no credentials (no env vars). This is coherent, but also means requests (including posted feed URLs and retrieved article content) will go to api.plotlake.com without explicit authentication — users should understand that feed URLs and article content will be transmitted to that third party.
Persistence & Privilege
The skill does not request always:true, does not alter other skills, and contains no installation steps that modify agent/system configuration. Autonomous invocation is allowed by default (platform behavior) but there is no additional privilege escalation requested.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install plotlake - After installation, invoke the skill by name or use
/plotlake - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.3.0
Add curated source catalog: 24 bundles across 10 categories. One-click subscribe. Hardcoded API URL.
v1.2.0
Hardcode default API URL https://api.plotlake.com - no env var needed
v1.1.0
Production URLs: api.plotlake.com with HTTPS
v1.0.0
Initial release: Open Channel API for AI agents to consume raw article data from WeChat and RSS sources
Metadata
Frequently Asked Questions
What is Plotlake?
订阅微信公众号等信源,获取原始文章内容用于整合日报. It is an AI Agent Skill for Claude Code / OpenClaw, with 181 downloads so far.
How do I install Plotlake?
Run "/install plotlake" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Plotlake free?
Yes, Plotlake is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Plotlake support?
Plotlake is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Plotlake?
It is built and maintained by eggyrooch-blip (@eggyrooch-blip); the current version is v1.3.0.
More Skills