← Back to Skills Marketplace
jayphen

Readeck

by Jayphen · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
1881
Downloads
1
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install readeck
Description
Readeck 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.
Usage Guidance
This instruction-only skill appears to implement legitimate Readeck API calls, but the package metadata omits the READECK_URL/READECK_API_KEY declaration and the skill has no listed source or homepage. Before installing or providing credentials: (1) verify the skill publisher and request source code or a homepage; (2) avoid putting a production API key in a global environment variable—prefer per-request keys or a limited-scope/ephemeral key; (3) ensure READECK_URL points to a trusted Readeck instance (attacker-controlled URLs could receive your API key and saved content); and (4) if you need stronger assurance, ask the publisher to update the registry metadata to declare READECK_URL and READECK_API_KEY as required/primary credentials and provide a link to audited source code. If you cannot verify the author, treat the skill as untrusted and do not supply sensitive credentials.
Capability Analysis
Type: OpenClaw Skill Name: readeck Version: 0.1.0 The skill bundle provides a straightforward integration with the Readeck API, as described in SKILL.md. It uses `curl` commands to perform standard API operations like adding, listing, and managing bookmarks, authenticating via `READECK_API_KEY` and targeting `$READECK_URL`. All actions are consistent with the stated purpose, and there is no evidence of prompt injection against the agent, data exfiltration, malicious execution, or other high-risk behaviors beyond the legitimate scope of an API integration.
Capability Assessment
Purpose & Capability
The SKILL.md describes Readeck bookmark operations (add/list/get/delete/mark read) and the required HTTP calls are consistent with that purpose. However, the registry metadata does not declare the READECK_URL or READECK_API_KEY as required/primary credentials, which is an omission and reduces transparency.
Instruction Scope
Runtime instructions explicitly instruct the agent to run curl commands that use $READECK_URL and $READECK_API_KEY. The instructions reference environment variables that are not declared in the skill metadata; this mismatch should be clarified because the agent will attempt outbound HTTP requests to whatever URL and key are provided.
Install Mechanism
No install spec or code files are present (instruction-only). This is low risk from installation perspective — nothing is written to disk by the registry/install step.
Credentials
The only sensitive artifacts the skill needs are a Readeck base URL and API key, which are proportionate to the described functionality. That said, those credentials are not listed in the registry's required env fields and no primary credential is declared — and the skill author/source is unknown, so providing a long-lived key without verification is risky.
Persistence & Privilege
The skill is not always-enabled and does not request system-level persistence. Normal autonomous invocation is allowed by platform defaults; there is no evidence it modifies other skills or system config.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install readeck
  3. After installation, invoke the skill by name or use /readeck
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of Readeck integration for article management. - Supports adding articles by URL, listing, retrieving, and deleting entries via Readeck API. - Allows marking entries as read and organizing with tags or collections. - Configuration via request parameters or environment variables (READECK_URL, READECK_API_KEY). - Includes usage examples and error handling for common API responses.
Metadata
Slug readeck
Version 0.1.0
License
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is Readeck?

Readeck 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1881 downloads so far.

How do I install Readeck?

Run "/install readeck" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Readeck free?

Yes, Readeck is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Readeck support?

Readeck is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Readeck?

It is built and maintained by Jayphen (@jayphen); the current version is v0.1.0.

💬 Comments