← Back to Skills Marketplace
136
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install zsxq-fetch-subscription
Description
Use this skill when the user wants OpenClaw to query synced Zhishi Xingqiu content, inspect recent posts, search downloaded documents, summarize updates, or...
Usage Guidance
This skill is mostly coherent: it queries a local ZSXQ API using curl and builds answers from local data. Before installing, confirm two things: (1) whether you are comfortable allowing the agent to start a local server process — the SKILL.md suggests running `uvicorn app.main:app` from the project root, which will execute code from your filesystem and should be done only with explicit consent; (2) the author should declare `uvicorn` (or otherwise document how the server is started) in the required binaries or remove the instruction to start the server. If you don't want the agent to run processes on your host, either run the API server yourself beforehand or disable autonomous invocation / require explicit user permission for actions that start local processes. If possible, inspect the project code that would be run by uvicorn (app.main) to ensure it is trustworthy and that the local API endpoints do not expose sensitive data to the agent.
Capability Analysis
Type: OpenClaw Skill
Name: zsxq-fetch-subscription
Version: 1.0.0
The skill bundle provides instructions and metadata for an AI agent to interact with a local Zhishi Xingqiu (ZSXQ) data synchronization service. All network interactions are directed at a local API (127.0.0.1:8000) using standard curl commands as described in SKILL.md. While the documentation suggests binding the server to all interfaces (0.0.0.0), which is a minor security misconfiguration, there is no evidence of malicious intent, data exfiltration, or unauthorized execution.
Capability Assessment
Purpose & Capability
Name and description align with the instructions: the skill queries a local ZSXQ DB (127.0.0.1:8000) for topics, documents, search, and sync. Declared requirement includes curl (used throughout). However, the SKILL.md also instructs starting the API with `uvicorn app.main:app` if the server isn't running, but `uvicorn` is not listed in the declared required binaries — an inconsistency between claimed requirements and runtime instructions.
Instruction Scope
Instructions are narrowly scoped to local endpoints (health, topics, documents, search, sync) and to building answers from retrieved records only. That is appropriate for the stated purpose. The reason for concern: the doc instructs the agent to start a local server from the project root using `uvicorn`, which implies executing local project code and accessing the filesystem. Starting a server is a higher-privilege action than issuing curl requests and should be explicitly declared and consented to.
Install Mechanism
No install spec and no code files means this is instruction-only, which is low-risk. Nothing is downloaded or written to disk by the skill itself. (Note: the runtime step that starts uvicorn would execute local code, but that's not an install action defined by the skill.)
Credentials
The skill declares no required environment variables, credentials, or config paths. The SKILL.md does not attempt to access external credentials. This is proportionate to its stated purpose of querying a local service.
Persistence & Privilege
always:false and default model invocation settings are used. The skill does not request permanent inclusion or cross-skill config modification, so its privilege level is appropriate. Note that autonomous invocation is enabled by default (normal), so the agent could call this skill without explicit user action when relevant.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install zsxq-fetch-subscription - After installation, invoke the skill by name or use
/zsxq-fetch-subscription - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
v1.0.0 (2026-03-19)
- 支持知识星球(ZSXQ)话题数据抓取与增量同步
- 支持文档自动导入与存储
- 后台自动同步,可配置同步间隔
- SQLite 本地数据存储
- OpenClaw Skill 集成(含依赖声明)
Metadata
Frequently Asked Questions
What is zsxq-fetch-subscription?
Use this skill when the user wants OpenClaw to query synced Zhishi Xingqiu content, inspect recent posts, search downloaded documents, summarize updates, or... It is an AI Agent Skill for Claude Code / OpenClaw, with 136 downloads so far.
How do I install zsxq-fetch-subscription?
Run "/install zsxq-fetch-subscription" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is zsxq-fetch-subscription free?
Yes, zsxq-fetch-subscription is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does zsxq-fetch-subscription support?
zsxq-fetch-subscription is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created zsxq-fetch-subscription?
It is built and maintained by Alex (@hashedalex); the current version is v1.0.0.
More Skills