Agent skill
article-analysis
Analyze blog posts and web articles by fetching content from URLs. Use when the user mentions blog post, article, Substack, Medium, web page, newsletter, or provides a URL to analyze.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/article-analysis
SKILL.md
Web Article Analysis
Analyze blog posts, newsletters, and web articles to generate structured reports with summaries, key points, and insights.
When to Use
Activate this skill when the user:
- Mentions "blog", "article", "post", "Substack", "Medium", "newsletter"
- Provides a URL they want analyzed
- Asks to summarize or analyze a web page
- Wants to extract insights from online content
Instructions
- Get the URL - Ask the user for the URL if not provided
- Fetch the webpage content using WebFetch
- If fetch fails:
- Inform user: "Could not fetch content from [url]"
- Suggest: "Try copying the content manually to inbox/ and use /analyze"
- Stop here
- Read the analysis prompt from
prompts/article.md - Extract the article title from the page content
- Generate analysis following the prompt structure exactly
- Save the report to
reports/articles/YYYY-MM-DD_sanitized-title.mdwhere:- YYYY-MM-DD is today's date
- sanitized-title is the title in lowercase, spaces replaced with hyphens, special chars removed
- Update the activity log at
logs/YYYY-MM-DD.md:- Create file if it doesn't exist
- Add entry under "## Articles Read" section
- Format:
- [Title](../reports/articles/filename.md) - HH:MM
- Confirm to user what was saved and where
Report Format
Include this header in the report:
# [Article Title]
**Source**: [URL]
**Date**: YYYY-MM-DD
**Type**: Article
---
[Analysis content following prompts/article.md structure]
---
## My Notes
[Empty space for user notes]
Error Handling
- If URL is invalid: Ask user for correct URL
- If WebFetch fails: Suggest manual copy to inbox/
- If prompts/article.md missing: Use prompts/default.md or basic structure
Related
- Slash command equivalent:
/read <url> - Prompt file:
prompts/article.md - Output location:
reports/articles/
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?