โ† All skills
Tencent SkillHub ยท Developer Tools

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...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
references/quickstart.md, scripts/snapbyte_digest.py, SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

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.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Scripts
  • SKILL.md Primary doc
  • references/quickstart.md Docs
  • scripts/snapbyte_digest.py Scripts