Readwise Official
Analysis
Review before installing: this is mostly a coherent Readwise CLI guide, but it asks for account access and includes broad read/export plus bulk or destructive library-management commands without clear confirmation safeguards.
Findings (5)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
readwise reader-bulk-edit-document-metadata ...; readwise readwise-delete-highlight --highlight-id <id>; "Triage the inbox: ... decide what's worth the user's time, and move to the right place."
The skill exposes bulk account edits, document moves, and highlight deletion, and one workflow encourages agent judgment followed by moving documents, but the artifact does not require explicit user confirmation, preview, or rollback for these account-changing actions.
If `readwise` is not installed: npm install -g @readwise/cli
The skill relies on a globally installed external npm CLI. This is central to the stated purpose, but the artifact does not pin a version or provide an install spec.
Name: Readwise Official; Source: unknown; Homepage: none
The skill name presents an official affiliation, but the provided metadata does not include a source or homepage to substantiate provenance.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
If not authenticated, ask the user for their Readwise access token ... readwise login-with-token <token>
The skill needs a Readwise access token to operate on the user's account. This is purpose-aligned, but it is sensitive account authority and should be handled deliberately.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Semantic search across all saved documents; Get full document details including Markdown content; Export all documents as Markdown ZIP
The skill can retrieve broad private reading content and full document Markdown into the agent's context, and can export the library. This is expected for Readwise access but may expose sensitive personal material to the agent session.
