readeckReadeck integration for saving and managing articles. Supports adding URLs, listing entries, and managing bookmarks via Readeck's API. Configure custom URL and API key per request or via environment variables READECK_URL and READECK_API_KEY.
Install via ClawdBot CLI:
clawdbot install Jayphen/readeckConfigure Readeck access via:
url and apiKeyREADECK_URL and READECK_API_KEYAdd a URL to Readeck for parsing and saving:
curl -X POST "$READECK_URL/api/bookmarks" \
-H "Authorization: Bearer $READECK_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com/article"}'
Response includes id, url, and title.
Fetch saved articles:
curl "$READECK_URL/api/bookmarks?limit=20" \
-H "Authorization: Bearer $READECK_API_KEY"
Query parameters: page, limit, status, search.
curl "$READECK_URL/api/bookmarks/$ID" \
-H "Authorization: Bearer $READECK_API_KEY"
curl -X DELETE "$READECK_URL/api/bookmarks/$ID" \
-H "Authorization: Bearer $READECK_API_KEY"
curl -X PUT "$READECK_URL/api/bookmarks/$ID/status" \
-H "Authorization: Bearer $READECK_API_KEY" \
-H "Content-Type: application/json" \
-d '{"status": "read"}'
Save with tags:
{"url": "https://example.com", "tags": ["tech", "readlater"]}
Save to specific collection:
{"url": "https://example.com", "collection": "my-collection"}
Filter by status: unread, read, archived
401: Invalid API key404: Entry not found422: Invalid URL or request bodyGenerated Mar 1, 2026
Research teams can use Readeck to save and organize articles from various sources, enabling collaborative reading and knowledge management. By tagging entries and filtering by status, teams can track progress and share insights efficiently, enhancing productivity in academic or corporate research environments.
Marketing agencies can integrate Readeck to monitor industry news and competitor content by saving URLs and using search filters. This helps in gathering market intelligence, curating content for campaigns, and staying updated on trends, supporting data-driven marketing strategies.
Individuals such as consultants or freelancers can use Readeck to save articles for later reading, organize them into collections, and mark them as read or unread. This aids in building a personal knowledge base, improving learning efficiency, and managing information overload in fast-paced work environments.
Legal or compliance departments can utilize Readeck to archive web articles and documents by adding URLs and managing entries with statuses like archived. This ensures easy retrieval and audit trails, helping meet regulatory requirements for information retention in industries like finance or healthcare.
Offer Readeck as a cloud-based service with tiered pricing based on features like API limits, storage, and team collaboration tools. Revenue is generated through monthly or annual subscriptions, targeting small businesses and enterprises seeking scalable content management solutions.
License the Readeck API to third-party developers or companies for integration into their own applications, such as productivity tools or news aggregators. Revenue comes from licensing fees based on usage volume or enterprise agreements, enabling broader adoption and customization.
Provide a free basic version of Readeck with limited features to attract individual users, while offering premium plans with advanced capabilities like custom collections, analytics, and priority support. Revenue is generated from upgrades and add-ons, encouraging user growth and retention.
💬 Integration Tip
Ensure API keys and URLs are securely stored in environment variables to avoid exposure in code, and handle common errors like 401 or 404 with user-friendly messages for better reliability.
Automatically update Clawdbot and all installed skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of what changed.
Full desktop computer use for headless Linux servers. Xvfb + XFCE virtual desktop with xdotool automation. 17 actions (click, type, scroll, screenshot, drag,...
Essential Docker commands and workflows for container management, image operations, and debugging.
Tool discovery and shell one-liner reference for sysadmin, DevOps, and security tasks. AUTO-CONSULT this skill when the user is: troubleshooting network issues, debugging processes, analyzing logs, working with SSL/TLS, managing DNS, testing HTTP endpoints, auditing security, working with containers, writing shell scripts, or asks 'what tool should I use for X'. Source: github.com/trimstray/the-book-of-secret-knowledge
Deploy applications and manage projects with complete CLI reference. Commands for deployments, projects, domains, environment variables, and live documentation access.
Monitor topics of interest and proactively alert when important developments occur. Use when user wants automated monitoring of specific subjects (e.g., product releases, price changes, news topics, technology updates). Supports scheduled web searches, AI-powered importance scoring, smart alerts vs weekly digests, and memory-aware contextual summaries.