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.to digest workflows.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "snapbyte-digest-api" with this command: npx skills add onatm/snapbyte-digest-api

Snapbyte Digest API

Use this skill to fetch user-scoped digests from Snapbyte and present them as clean, high-signal markdown.

When to use

  • User asks for their latest digest.
  • User asks for digest history.
  • User asks for a digest's items or summary from Snapbyte API.
  • User asks for a developer news digest API workflow in OpenClaw.

Auth

  • Requires SNAPBYTE_API_KEY.
  • Send Authorization: Bearer <SNAPBYTE_API_KEY> to Snapbyte API.

Base URL

  • https://api.snapbyte.dev

Command patterns

Run the helper script from this skill folder:

python3 scripts/snapbyte_digest.py configurations
python3 scripts/snapbyte_digest.py latest
python3 scripts/snapbyte_digest.py latest --configuration-id 12
python3 scripts/snapbyte_digest.py history --configuration-id 12 --page 1 --limit 10
python3 scripts/snapbyte_digest.py digest --id dst_abc123
python3 scripts/snapbyte_digest.py items --digest-id dst_abc123 --page 1 --limit 10

Output rules

  • Prefer formatted markdown output from script by default.
  • If user asks for raw payload, pass --raw.
  • Keep links intact and do not invent fields not returned by API.

Failure handling

  • 401: tell user key is missing/invalid/revoked/expired and ask them to update SNAPBYTE_API_KEY.
  • 404: tell user digest/configuration was not found.
  • Validation errors: show a short fix and rerun with corrected arguments.

References

  • See references/quickstart.md for setup and examples.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Power Automate Debug

Debug failing Power Automate cloud flows using the FlowStudio MCP server. The Graph API only shows top-level status codes. This skill gives your agent action...

Registry SourceRecently Updated
Coding

Power Automate Mcp

Foundation skill for Power Automate via FlowStudio MCP — auth setup, the reusable MCP helper (Python + Node.js), tool discovery via `list_skills` / `tool_sea...

Registry SourceRecently Updated
Coding

AI Short Film Producer

低成本AI短剧/短片全流程制作技能。使用速创API(wuyinkeji.com)的Grok Imagine生成视频镜头、TTS生成配音,配合FFmpeg+Python本地合成,WorkBuddy编排全流程。适用于用户需要从零制作AI短片、短视频、短剧EP、预告片等场景。包含完整的分镜脚本创作、视频生成、配音生成、...

Registry SourceRecently Updated
Coding

Ebook Search

Search and download ebooks from jbiaojerry.github.io/ebook-treasure-chest. Use when the user wants to find ebooks, search for books by title/author/category,...

Registry SourceRecently Updated