← 返回 Skills 市场
goog

substack AI news SEARCH

作者 Jay · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
104
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install substack-search
功能描述
Scrape AI-related articles from Substack search using browser automation. Uses agent-browser to render Substack's JS-dependent search page, extract titles, a...
安全使用建议
This skill appears to do what it says: open a Substack search page in the agent's browser, snapshot results, and return a list. Before installing, ensure agent-browser is available in your environment and consider which browser profile the agent will use — if that profile contains cookies or logins, visits to Substack will include those credentials. Test with innocuous queries first. Note: the Python script builds the URL safely (URL-quoting the query) and does not inject shell commands, but you may encounter a functional issue because subprocess.run is called with a single string while shell=False (this may require passing a list of args or using shell=True depending on platform). If you want stricter privacy, run the skill with an ephemeral/clean browser profile or isolate it from authenticated sessions.
功能分析
Type: OpenClaw Skill Name: substack-search Version: 1.0.0 The skill is designed to scrape Substack search results using browser automation via the 'agent-browser' CLI. The Python script (scripts/scrape_substack.py) and the instructions (SKILL.md) align with the stated purpose of collecting article titles and summaries. While the Python script contains a likely functional bug (passing a full command string to subprocess.run with shell=False), there is no evidence of malicious intent, data exfiltration, or prompt injection. All network activity is directed at the legitimate substack.com domain.
能力评估
Purpose & Capability
Name/description claim browser-rendered Substack search scraping; the SKILL.md and scripts/scrape_substack.py implement exactly that using the agent-browser CLI and Substack search URLs. No unrelated services, binaries, or credentials are requested.
Instruction Scope
Instructions only drive agent-browser to open the Substack search URL, wait, snapshot, optionally scroll, and close. The script parses snapshot output for '- link' lines to extract article text. This stays within the stated scraping task, but note the snapshot output can include any visible page text (including headers, banners, or user-specific content if the browser is authenticated), so results may surface extra page content.
Install Mechanism
No install spec — instruction-only plus a small helper script. Nothing is downloaded or written to disk by an installer, which is low risk.
Credentials
The skill requests no environment variables or credentials (proportional). However, because it drives the agent-browser, it will use whatever browser profile the agent has access to; that can expose cookies, session tokens, or authenticated pages to Substack during browsing. The skill itself does not request secret env vars or external endpoints beyond substack.com.
Persistence & Privilege
always is false and the skill does not request persistent system-wide changes or access to other skills' configs. Autonomous invocation is allowed (platform default) but not combined with elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install substack-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /substack-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Substack News Skill 1.0.0 — Initial Release - Adds the ability to scrape and summarize AI-related articles from Substack search using browser automation. - Includes a Python script for automated extraction of titles, authors, and summaries from JS-rendered content. - Supports search by keyword with optional time filters (day, week, month). - Provides detailed output formatting and manual fallback instructions via browser automation. - Not intended for one-off post retrieval or general web searches.
元数据
Slug substack-search
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

substack AI news SEARCH 是什么?

Scrape AI-related articles from Substack search using browser automation. Uses agent-browser to render Substack's JS-dependent search page, extract titles, a... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 104 次。

如何安装 substack AI news SEARCH?

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

substack AI news SEARCH 是免费的吗?

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

substack AI news SEARCH 支持哪些平台?

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

谁开发了 substack AI news SEARCH?

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

💬 留言讨论