From instaparser
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/instaparser:articleThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Extract the body text, title, author, and metadata from a web article using the Instaparser Article API.
Extract the body text, title, author, and metadata from a web article using the Instaparser Article API.
curl -s -X POST https://www.instaparser.com/api/1/article \
-H "Authorization: Bearer ${user_config.INSTAPARSER_API_KEY}" \
-H "Content-Type: application/json" \
-d '{"url": "<URL>"}'
Only include "output" in the request body if the user explicitly requests a format. Valid values are text, html, or markdown.
The Article API uses 1 credit per call.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub instapaper/instaparser-claude-plugin --plugin instaparser