Agent Plugins Marketplace
← All plugins

readwise-reader

v1.2.1

Search, save, and surface your Readwise Reader library. Turn your read-it-later archive into an active knowledge base.

Claude Code3 Skills1 MCP serverStreamable HTTP

By fblissjr2 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
4 skill or MCP entries
Source updated
Sep 24, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install readwise-reader for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install readwise-reader@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/fblissjr/fb-claude-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is apps/readwise-reader/.

Plugin files

apps/readwise-reader/
├── .claude-plugin/plugin.json
├── skills/content-triage/SKILL.md
├── skills/knowledge-retrieval/SKILL.md
├── skills/library-search/SKILL.md
└── .mcp.json

Included Skills3

content-triageskills/content-triage/SKILL.md

Manages the read-it-later lifecycle with decision frameworks for inbox triage. Use when the user wants to process their reading inbox, batch-triage saved items, or assess inbox health metrics.

knowledge-retrievalskills/knowledge-retrieval/SKILL.md

Synthesizes knowledge from your Readwise Reader library by prioritizing highlights and annotations across documents. Use when the user asks for references from their reading, wants to surface saved knowledge, or needs cross-document synthesis.

library-searchskills/library-search/SKILL.md

Decomposes natural language queries into targeted searches across Readwise Reader documents, highlights, and tags. Use when the user searches their reading library, asks what they saved about a topic, or wants to find specific highlights.

MCP servers1

readwise-readerStreamable HTTP
url
https://localhost:8787/mcp

Plugin manifests1

apps/readwise-reader/.claude-plugin/plugin.json
{
  "name": "readwise-reader",
  "version": "1.2.1",
  "description": "Search, save, and surface your Readwise Reader library. Turn your read-it-later archive into an active knowledge base.",
  "author": {
    "name": "fblissjr"
  },
  "repository": "https://github.com/fblissjr/fb-claude-skills"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[readwise-reader on Agent Plugins Marketplace](https://pluginsmp.com/plugins/readwise-reader)