article-extractor
Extract clean article content from URLs (blog posts, articles, tutorials) and save as readable text. Use when user wants to download, extract, or save an article/blog post from a URL without ads, navigation, or clutter.
Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security
Installation for Agentic Skill
View all platforms →skilz install I-Onlabs/claude-code-skills/article-extractor skilz install I-Onlabs/claude-code-skills/article-extractor --agent opencode skilz install I-Onlabs/claude-code-skills/article-extractor --agent codex skilz install I-Onlabs/claude-code-skills/article-extractor --agent gemini
First time? Install Skilz: pip install skilz
Works with 22+ AI coding agents
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/I-Onlabs/claude-code-skills cp -r claude-code-skills/article-extractor ~/.claude/skills/ Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
design-doc-mermaid
by SpillwaveSolutionsCreate Mermaid diagrams (activity, deployment, sequence, architecture) from text descriptions or source code. Use when asked to "create a diagram", "g...
nextjs
by jezweb| Build Next.js 16 apps with App Router, Server Components/Actions, Cache Components ("use cache"), and async route params. Includes proxy.ts (replace...
cc-trace
by alexfazioInteractive assistant for intercepting, debugging, analyzing and reviewing Claude Code API requests using mitmproxy. Guides setup, certificate configu...
cloudflare-browser-rendering
by jezweb| Add headless Chrome automation with Puppeteer/Playwright on Cloudflare Workers. Use when: taking screenshots, generating PDFs, web scraping, crawlin...
Agentic Skill Details
- Repository
- claude-code-skills
- Type
- Non-Technical
- Meta-Domain
- general
- Primary Domain
- general
- Sub-Domain
- react code
- Market Score
- 70.0
Agent Skill Grade
C
Score: 70/100
Click to see breakdown
Score Breakdown
Areas to Improve
- All implementation details in single file instead of overview in SKILL.md with references
- No TOC for long file despite clear section structure
Recommendations
- Focus on improving Pda (currently 13/30)
- Address 1 high-severity issues first
- Add trigger phrases to description for discoverability
Graded: 1/19/2026
Developer Feedback
I took a look at your article-extractor skill and wanted to share some thoughts.
Links:
The TL;DR
You're at 70/100, solidly in C territory. The skill's built on solid fundamentals—your Utility scores a perfect 20/20, which means this actually solves a real problem with good degrees of freedom. But Progressive Disclosure Architecture is dragging you down at 13/30. Based on Anthropic's best practices for agentic skills, this is really about structure and navigation efficiency.
What's Working Well
- Utility is chef's kiss — You've nailed the core value prop. The skill addresses a clear need (clean article extraction), handles errors properly, and includes validation steps. That's the hard part.
- Ease of Use is nearly perfect (24/25) — Your metadata, trigger phrases, and workflow clarity are all there. Developers will find and understand this easily.
- Examples and templates are solid — You've included actual code patterns and complete workflows, not just theory.
The Big One: Layer Your Content
This is what's holding you back most. Right now you've got a 370-line SKILL.md file with everything crammed in—installation, methods, error handling, examples, all inline. That works at small scale, but it burns through tokens fast and makes navigation painful.
Here's the fix: Break it into a proper reference structure:
- Keep
SKILL.mdas a ~80-100 line overview: metadata, quick description, 1-2 usage examples, and links to detailed docs - Move detailed installation to
references/installation.md - Move each method (Puppeteer, Cheerio, Playwright, etc.) to its own file:
references/method-puppeteer.md, etc. - Move error handling and edge cases to
references/troubleshooting.md
This should bump you +7 points on PDA alone because you're now token-efficient and actually navigable.
Other Things Worth Fixing
Add a table of contents — Your sections are well-structured, but a 370-line file needs a ToC with anchor links at the top. Quick win, costs almost nothing, helps navigation (+2 points).
Expand your description trigger phrases — You mention "extract articles" and "web content", but add more: "scrape text from URLs", "parse HTML", "clean article content". Better discoverability.
Fix a few metadata quirks — The grading report flagged some technical issues (Windows paths formatting, XML tags in metadata, allowed_tools as string instead of array). These are small but knock a few points off Spec Compliance.
Quick Wins (in order of bang for buck)
- Refactor into layered structure with reference files (+7 points)
- Add table of contents (+2 points)
- Expand description trigger phrases (+1-2 points)
- Clean up metadata formatting issues (+2-3 points)
You're close to B territory (80+) with about 12-15 points of work. The skill itself is genuinely useful; it just needs better packaging.
Checkout your skill here: SkillzWave.ai | SpillWave We have an agentic skill installer that install skills in 14+ coding agent platforms. Check out this guide on how to improve your agentic skills.
Browse Category
More general Agentic SkillsReport Security Issue
Found a security vulnerability in this agent skill?