Readwise Reader
v0.2.3Interact with Readwise Reader library to list, create, update, and delete documents. Use when the user wants to manage their saved articles, reading lists, o...
⭐ 1· 76·0 current·0 all-time
byYingxin Wu@xinthink
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (Readwise Reader) align with required binaries (python, pip), the single required env var (READWISE_ACCESS_TOKEN), and the scripts which call Readwise's API (BASE_URL = https://readwise.io). All requested resources are appropriate for the stated functionality.
Instruction Scope
SKILL.md and the scripts only reference Readwise API endpoints, local payload files, and optional .env usage. The instructions do not attempt to read unrelated system files, other environment variables, or transmit data to unexpected endpoints. Scripts read user-provided payloads and may write output files as documented (expected behavior).
Install Mechanism
There is no formal install spec (instruction-only in registry) but the package includes runnable Python scripts and a requirements.txt (httpx, python-dotenv). Users must run pip install -r scripts/requirements.txt manually; this is low-risk but the absence of an automated install step means callers should inspect/verify dependencies before running.
Credentials
The single required env var is READWISE_ACCESS_TOKEN (declared as primaryEnv) and is used exclusively for authentication to the Readwise API. No unrelated secrets or config paths are requested.
Persistence & Privilege
The skill is not always-enabled, does not request elevated system persistence, and does not modify other skills or system-wide agent settings. Autonomous invocation (default) is allowed but not combined with other concerning privileges.
Assessment
This skill is coherent with its purpose, but before installing: (1) verify the READWISE_ACCESS_TOKEN you provide is limited to the Readwise account you intend to use, (2) inspect the included scripts yourself (they are plain Python) and only run pip install for the listed dependencies in a controlled environment (virtualenv/container), and (3) be aware that listing/printing operations will output your library data (which could be written to files if you use --output).Like a lobster shell, security has layers — review code before you run it.
latestvk97cebff6c51jrjcev0qqp3w3h83myzrv0.2.3vk97cebff6c51jrjcev0qqp3w3h83myzr
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
📚 Clawdis
Binspip, python
EnvREADWISE_ACCESS_TOKEN
Primary envREADWISE_ACCESS_TOKEN
