← 返回 Skills 市场
hashedalex

zsxq-fetch-subscription

作者 Alex · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
136
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install zsxq-fetch-subscription
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /zsxq-fetch-subscription 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
v1.0.0 (2026-03-19) - 支持知识星球(ZSXQ)话题数据抓取与增量同步 - 支持文档自动导入与存储 - 后台自动同步,可配置同步间隔 - SQLite 本地数据存储 - OpenClaw Skill 集成(含依赖声明)
元数据
Slug zsxq-fetch-subscription
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 136 次。

如何安装 zsxq-fetch-subscription?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install zsxq-fetch-subscription」即可一键安装,无需额外配置。

zsxq-fetch-subscription 是免费的吗?

是的,zsxq-fetch-subscription 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

zsxq-fetch-subscription 支持哪些平台?

zsxq-fetch-subscription 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 zsxq-fetch-subscription?

由 Alex(@hashedalex)开发并维护,当前版本 v1.0.0。

💬 留言讨论