← 返回 Skills 市场
breynol01

Substack

作者 Benjamin Reynolds · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
151
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install substack
功能描述
Publish, edit, and manage Substack posts for the Alternative Partners publication (alternativepartners.substack.com) via the internal REST API. Use this skil...
安全使用建议
Do not install or enable this skill without validating the environment it expects. Key checks: 1) The SKILL.md expects local code (publishers/substack.py, publish_runner.py, research_gate.py) and a pipeline directory — confirm those files exist and inspect their source before use. 2) The skill needs a browser session cookie (named inconsistently as connect.sid / substack.sid) in SUBSTACK_SID; storing a long-lived session cookie in env/secrets is sensitive—consider using an official API token or OAuth if available. 3) The skill metadata does not declare required env vars or dependencies — ask the publisher to update metadata to list SUBSTACK_SID and any search API key, and provide the code or a clear install spec. 4) Verify the pipeline code does not change send_email behavior, exfiltrate content, or call unexpected external endpoints. If you control the AP content pipeline and the referenced modules are legitimate and auditable, this skill may be usable; if not, treat it as incomplete and potentially risky.
功能分析
Type: OpenClaw Skill Name: substack Version: 1.0.0 The skill bundle provides instructions and code snippets for automating Substack post management via internal REST APIs using a session cookie (SUBSTACK_SID). While it requires handling sensitive credentials and utilizes shell commands (curl) for API interaction, the logic is transparent and strictly aligned with the stated purpose of managing the 'Alternative Partners' publication. No evidence of data exfiltration, malicious prompt injection, or unauthorized execution was found in SKILL.md or the metadata.
能力评估
Purpose & Capability
The name/description (Substack publishing for alternativepartners.substack.com) matches the instructions. However the runtime instructions assume the existence of local modules (publishers/substack.py, publish_runner.py, research_gate.py) and a content pipeline at ~/Documents/Codex/Content/ap-content-pipeline/, none of which are present in this skill bundle or declared as dependencies. That makes the skill unusable as packaged and is an incoherence.
Instruction Scope
SKILL.md instructs the agent to read a browser cookie from Chrome DevTools, set a SUBSTACK_SID env var, call local Python modules, run curl commands with the cookie, and rely on an internal 'publisher' implementation. It also mentions a search API key for the pipeline. These instructions reference local files, secrets, and operational steps outside the skill's package and the declared metadata — granting the agent broad filesystem and secret access in order to operate.
Install Mechanism
No install spec and no code files (instruction-only). That is low install risk, but it also means the skill by itself contains no implementation; it merely documents how to use other local tools.
Credentials
The instructions explicitly require a session cookie (SUBSTACK_SID) and mention a search API key, but the registry metadata lists no required environment variables or primary credential. There is also an internal inconsistency: the document refers both to a 'connect.sid' session cookie and to 'substack.sid' as the cookie name. Requesting a long-lived browser session cookie is plausible for Substack automation, but the missing declaration and cookie-name mismatch are red flags.
Persistence & Privilege
The skill does not request always:true and does not install persistent components. Autonomous invocation is allowed by platform default (disable-model-invocation: false) — this is normal and not by itself a red flag. The bigger issue is that the skill instructs use of local scripts and secrets, which may give an agent access to sensitive data if present on the host.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install substack
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /substack 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release. Publish, edit, and manage Substack posts via the internal REST API — no browser required.
元数据
Slug substack
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Substack 是什么?

Publish, edit, and manage Substack posts for the Alternative Partners publication (alternativepartners.substack.com) via the internal REST API. Use this skil... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 151 次。

如何安装 Substack?

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

Substack 是免费的吗?

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

Substack 支持哪些平台?

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

谁开发了 Substack?

由 Benjamin Reynolds(@breynol01)开发并维护,当前版本 v1.0.0。

💬 留言讨论