원클릭으로
read-later
Save articles with AI-generated summaries and category tags
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Save articles with AI-generated summaries and category tags
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Midday progress check — compare morning plan to actual work, surface pivots, refocus the afternoon
Multi-persona code review with Architect and Nitpicker perspectives
Review your day, compare plan to outcomes, identify carry-forwards, and prep tomorrow
Quick journal entries with mood detection, tagged and linked to your daily page
Gather docs, previous notes, related tickets, and context for an upcoming meeting
Create your daily page with calendar events, task priorities, and yesterday's carry-forwards
| name | read-later |
| description | Save articles with AI-generated summaries and category tags |
Save articles to your reading list with a short summary and category tag. Never lose an interesting link again.
Parse the URL from the user's message. If no URL is provided, ask for one.
Fetch the page content and extract the article body, title, author, and publication date. Strip navigation, ads, and boilerplate.
If fetching fails (paywall, 404, timeout), save with just the URL and title from the link text. Note: "Could not fetch full content."
Write a 3-4 sentence summary of the article. Focus on:
Keep the summary factual. Don't editorialize.
Assign one category tag based on the content:
| Category | Signals |
|---|---|
| AI | Machine learning, LLMs, AI tools, agents |
| Web Dev | Frontend, backend, frameworks, APIs |
| DevOps | Infrastructure, CI/CD, deployment, monitoring |
| Career | Growth, management, interviewing, culture |
| General | Everything else |
Add to the reading list.
Using {{notes}}: Create an entry with fields: Title, URL, Summary, Category, Date Saved, Status (Unread).
Markdown fallback: Append to ~/.ai-workflow/reading-list.md:
## [Article Title](https://example.com/article)
- **Saved**: 2026-03-19
- **Category**: AI
- **Status**: Unread
Summary text here.
---
Respond with a brief confirmation:
Saved: "Building Agents That Actually Work" (AI)
> 3-sentence summary here.
Save from URL:
read later: https://example.com/great-article
Saved: "Great Article Title" (Web Dev)
> The article covers new patterns for server components in React 19.
> Key insight: streaming SSR reduces TTFB by 40% in benchmarks.
> Useful for frontend engineers migrating from client-side rendering.
Quick save:
interesting: https://example.com/ai-agents-2026
Saved: "AI Agents in 2026: What Changed" (AI)
> Overview of how agent architectures evolved over the past year.
> Main argument: tool-use reliability matters more than model size.
> Good context for anyone building or evaluating AI tooling.