← 返回 Skills 市场
Snapbyte Digest API
作者
Onat Yiğit Mercan
· GitHub ↗
· v1.0.0
631
总下载
2
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install snapbyte-digest-api
功能描述
Fetch personalized developer news digests from Snapbyte External API with API-key auth. Use for Hacker News digest, Reddit digest, Lobsters digest, and DEV.t...
安全使用建议
This skill appears to do what it claims: it uses a single Snapbyte API key to fetch digests and format them. Before installing: (1) Confirm you trust api.snapbyte.dev and the Snapbyte service; the skill will send your SNAPBYTE_API_KEY to the configured base URL. (2) Be cautious with the undocumented SNAPBYTE_BASE_URL environment variable — if you set it to a non-official URL you could expose your API key. (3) The metadata lists 'curl' though the script uses only python3; this is harmless but inconsistent. (4) If you enable scheduled/automated runs (cron or agent automation), review which channels or recipients would receive digest content to avoid accidentally publishing sensitive items. If you need stronger assurance, ask the publisher to document SNAPBYTE_BASE_URL and remove unused binary requirements (curl).
功能分析
Type: OpenClaw Skill
Name: snapbyte-digest-api
Version: 1.0.0
The skill bundle is designed to interact with the Snapbyte API to fetch developer news digests. The `SKILL.md` and `references/quickstart.md` files contain clear, benign instructions for the AI agent and user, without any evidence of prompt injection attempts to subvert the agent's behavior. The `scripts/snapbyte_digest.py` script correctly uses `SNAPBYTE_API_KEY` for authentication and `urllib.request` for network calls to `https://api.snapbyte.dev` (or an optionally overridden `SNAPBYTE_BASE_URL`). There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or obfuscation. The script's functionality is aligned with its stated purpose.
能力评估
Purpose & Capability
Name/description, required binaries (python3) and the included helper script align with fetching digests from Snapbyte. One minor mismatch: the metadata/README list 'curl' as a required binary but the bundled script never invokes curl; curl appears unnecessary for the stated purpose.
Instruction Scope
SKILL.md documents how to call the Snapbyte API and the included python helper follows that, but the script reads an additional environment variable (SNAPBYTE_BASE_URL) to override the base URL. SNAPBYTE_BASE_URL is not declared in requires.env or documented in SKILL.md; if set to an attacker-controlled URL it could cause the skill to send the SNAPBYTE_API_KEY to an unexpected endpoint. Otherwise the script only issues GET requests to the API and formats output.
Install Mechanism
This is an instruction-only skill with no install spec and one small Python helper script. No downloads or archive extraction are performed by the skill itself. The quickstart suggests installing an external CLI (clawhub) but that is user guidance, not an install step performed by the skill.
Credentials
The skill requests a single API credential (SNAPBYTE_API_KEY) which is proportional to its function. Minor issues: SNAPBYTE_BASE_URL exists as an optional override in the script but is not declared in requires.env or documented; that optional env var could be misused if set to a malicious endpoint. No other unrelated credentials or config paths are requested.
Persistence & Privilege
The skill is not 'always' enabled and does not request permanent system-level presence. It does not modify other skills or system-wide settings. Autonomous invocation is allowed (the default), which is normal for skills; combine this with your agent's normal autonomy policies if you plan to schedule or auto-run it.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install snapbyte-digest-api - 安装完成后,直接呼叫该 Skill 的名称或使用
/snapbyte-digest-api触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial public release of Snapbyte Digest API skill for OpenClaw.
- Add API-key authenticated digest access via SNAPBYTE_API_KEY
- Support latest, history, digest, and digest item retrieval commands
- Add quickstart docs and daily cron automation examples
If validation still complains:
- Make sure you uploaded the skill folder itself, not openclaw/ root.
- Confirm the file is named exactly SKILL.md (uppercase).
- Recheck display name is not empty.
元数据
常见问题
Snapbyte Digest API 是什么?
Fetch personalized developer news digests from Snapbyte External API with API-key auth. Use for Hacker News digest, Reddit digest, Lobsters digest, and DEV.t... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 631 次。
如何安装 Snapbyte Digest API?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install snapbyte-digest-api」即可一键安装,无需额外配置。
Snapbyte Digest API 是免费的吗?
是的,Snapbyte Digest API 完全免费(开源免费),可自由下载、安装和使用。
Snapbyte Digest API 支持哪些平台?
Snapbyte Digest API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Snapbyte Digest API?
由 Onat Yiğit Mercan(@onatm)开发并维护,当前版本 v1.0.0。
推荐 Skills