By instapaper
Parse articles, extract PDF content, and generate AI-powered summaries from any URL using the Instaparser API.
Extract article content from a URL using the Instaparser Article API. Use when the user wants to parse, extract, or pull the main text from a web article.
Extract text content from a PDF using the Instaparser PDF API. Use when the user wants to parse or extract text from a PDF URL or file.
Generate an AI-powered summary of a web article using the Instaparser Summary API. Use when the user wants a summary or key points from a URL.
A Claude plugin that enables article parsing, PDF extraction, and content summarization via the Instaparser API.
This plugin teaches Claude how to use the Instaparser API to:
Sign up at instaparser.com and grab your API key.
Claude Code CLI:
claude plugin add instapaper/instaparser-claude-plugin
During installation, you'll be prompted to enter your INSTAPARSER_API_KEY.
Manual install:
Clone or copy this repository, then load it as a local plugin:
claude --plugin-dir ./instaparser-claude-plugin
Once installed, use the skill via its namespaced command (/instaparser:instaparser-api) or just ask Claude naturally:
| You say | What happens |
|---|---|
| "Parse this article: https://example.com/post" | Extracts title, author, body text, images |
| "Get the text from this PDF: https://example.com/report.pdf" | Extracts text content from the PDF |
| "Summarize this article: https://example.com/post" | Returns a summary and key sentences |
| "What does this page say? https://example.com/page" | Parses and presents the article content |
You: Can you parse this article and give me the key points?
https://www.example.com/blog/interesting-post
Claude: I'll parse that article using Instaparser...
"Interesting Post Title"
By Author Name | Published Jan 15, 2026
1,247 words
Here are the key points:
- Point one from the article...
- Point two from the article...
- Point three from the article...
| Endpoint | Method | Credits | Description |
|---|---|---|---|
/api/1/article | POST | 1 | Parse an article from a URL |
/api/1/pdf | GET/POST | 5/page | Parse a PDF from URL or file upload |
/api/1/summary | POST | 10 | Generate an AI summary of an article |
instaparser-claude-plugin/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest
├── skills/
│ └── instaparser-api/
│ └── SKILL.md # Skill definition
├── README.md # This file
├── LICENSE # MIT License
├── CONTRIBUTING.md # Contribution guidelines
├── CODE_OF_CONDUCT.md # Community standards
└── CHANGELOG.md # Version history
INSTAPARSER_API_KEY configured via plugin settings or environment variableEach API call consumes credits from your Instaparser account:
| API | Credits per Call |
|---|---|
| Article | 1 credit |
| 5 credits per page | |
| Summary | 10 credits |
Visit instaparser.com for pricing details.
Contributions are welcome! Please see CONTRIBUTING.md for guidelines.
This project is licensed under the MIT License — see the LICENSE file for details.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub instapaper/instaparser-claude-plugin --plugin instaparserA plugin for studying research papers with automated material generation and code demos
Tavily web search and content extraction MCP with hooks and skills for optimal tool selection.
Give Claude eyes — screenshot any URL with pixelshot and read it visually
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns