
Article Study
- Updated July 2, 2026
- kim-jeonghyun/jh-claude-plugins
A study skill that turns blog posts and web articles into notes with summaries, key insights, translation, and quizzes. It accelerates comprehension of written material. Useful for learners and researchers digesting web reading.
Key points
- Article summaries
- Insights and translation
- Comprehension quizzes
Article Study by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add kim-jeonghyun/jh-claude-plugins/plugin install article-study@jh-claude-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | July 2, 2026 |
|---|---|
| Repository | kim-jeonghyun/jh-claude-plugins ↗ |
What it does
Convert blog posts and web articles into study notes with summaries, insights, and quizzes.
README.md
Article Study
Blog and web article study notes with summaries, insights, translation, and comprehension quizzes.
Installation
# 1. Add marketplace (if not already added)
claude plugin marketplace add kim-jeonghyun/jh-claude-plugins
# 2. Install plugin
claude plugin install article-study@jh-claude-plugins
Migrating from blog-digest
If you previously used the legacy blog-digest plugin name:
- Uninstall the legacy plugin:
claude plugin uninstall blog-digest - Install the new plugin:
claude plugin install article-study@jh-claude-plugins - Update your MEMORY.md config heading:
## Blog Digest Settings->## Article Study Settings - Verify migration: run
claude plugin listand confirm onlyarticle-study@jh-claude-pluginsis active.
Usage
블로그 정리해줘 https://example.com/article
Also: "article study", "블로그 요약", or any blog/article URL.
First Run
On first use, the plugin asks you to configure:
- Save path — where to save study notes
article-notes/in current project (default)- Custom absolute path
- Obsidian vault (see Obsidian Integration below)
- Notion (see Notion Integration below)
- Categories — folder categories for organizing notes (e.g.,
tech, business, investing) - Language — output language (Korean, English, Japanese, or custom)
- Scope — apply settings globally (all projects) or to the current project only
Settings are stored in MEMORY.md (project-level or global ~/.claude/memory/MEMORY.md).
Features
- No dependencies — WebFetch-based content extraction, no external tools needed
- Structured summary with key points and insights
- Full translation to your configured language for foreign-language articles
- 3-level comprehension quiz (9 questions)
- Deep Research follow-up option
- Output flexibility: Obsidian / Notion / local file save
- Configurable save path, language, and categories
Obsidian Integration (Optional)
To save study notes directly into your Obsidian vault:
During first run, choose "Obsidian vault" as save path
Enter the absolute path to your vault folder (replace the
<…>placeholders with your own):# macOS (local) /Users/<you>/Documents/<YourVault> # macOS (iCloud sync) /Users/<you>/Library/Mobile Documents/iCloud~md~obsidian/Documents/<YourVault> # macOS (Google Drive) /Users/<you>/Library/CloudStorage/GoogleDrive-<you>@gmail.com/My Drive/<YourVault> # macOS (Dropbox) /Users/<you>/Dropbox/<YourVault> # Linux (local) /home/<you>/<YourVault> # Windows (local) C:\Users\<you>\Documents\<YourVault> # Windows (OneDrive) C:\Users\<you>\OneDrive\<YourVault>Tip: Not sure where your vault is? Open Obsidian → Settings → Files and links → check "Vault path" at the top.
Set up your categories (these become subfolders in the vault)
Study notes are saved as standard Markdown with YAML frontmatter, fully compatible with Obsidian:
YourVault/
tech/
2026-03-08-article-title.md
investing/
2026-03-07-another-article.md
Notion Integration (Optional)
Two options for saving to Notion:
Option A: Direct save via MCP (recommended)
Create a Notion Integration at https://www.notion.so/profile/integrations
- Enable: Read content, Insert content, Update content
- Copy the generated token (
ntn_...orsecret_...)
Connect your Notion pages: Open target page →
···→ Connections → Add your integrationInstall the MCP server:
claude mcp add notion -- npx -y @notionhq/notion-mcp-server # When prompted, enter your NOTION_TOKENDuring first run, choose "Notion" as save target. The plugin auto-detects the MCP server and saves directly.
Option B: Copy-paste (no setup needed)
If you skip MCP setup, the plugin generates the document and displays it for you to copy-paste into Notion manually.
Workflow
- Config check (first run: setup wizard)
- Content extraction (WebFetch)
- Context gathering (WebSearch)
- Document generation (summary + insights + full text)
- Category & file save
- Study quiz (3 levels x 3 questions)
- Follow-up (re-quiz / deep research / done)