A specialized skill for fetching and formatting user-scoped developer news digests from the Snapbyte API into high-signal markdown.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install snapbyte-digest-api
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install snapbyte-digest-api using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Snapbyte Digest API skill is designed to bridge the gap between developer news platforms and your AI agent workflow. By leveraging the Snapbyte backend, it allows users to retrieve personalized content from sources like Hacker News, Reddit, Lobsters, and DEV.to. This skill is a vital addition to the Openclaw Skills library for users who need to stay updated on technical trends without manual browsing.
It prioritizes high-signal information by transforming raw API responses into readable, formatted markdown. Whether you are tracking specific topics or looking for a daily summary, this skill automates the retrieval process through a secure, API-driven interface.
To use this skill within Openclaw Skills, ensure you have Python 3 and curl installed. You must also configure your authentication key:
# Set your API key
export SNAPBYTE_API_KEY='your_api_key_here'
# Verify installation by listing configurations
python3 scripts/snapbyte_digest.py configurations
The skill organizes data into the following structures:
| Object | Fields | Purpose |
|---|---|---|
| Configuration | ID, Name, Sources | Defines where news is pulled from |
| Digest | ID, Date, Summary | Represents a single periodic news bundle |
| Digest Item | Title, URL, Source | Individual news entries within a digest |
| Metadata | Page, Limit, Raw | Controls pagination and output verbosity |
Loading
A high-performance, ultra-lightweight SQLite database management skill designed for efficient local data persistence in AI agents.

A deterministic rule-based engine that classifies clarified user input into task categories while assessing complexity and risk for AI agents.

A privacy-focused web search skill that enables AI agents to retrieve real-time data, news, and multimedia without an API key.

A privacy-focused web search skill that enables AI agents to retrieve real-time information, news, and images without user tracking.

A high-performance news aggregation skill that tracks real-time trending topics across 54 social, tech, and media platforms.

A comprehensive toolkit for AI agents to manage TickTick tasks and projects with automated OAuth2 token handling and typed API access.








































