AgentStack
SKILL verified MIT Self-run

Process Clippings

skill-maroffo-claude-forge-process-clippings · by maroffo

Process web clippings into Second Brain. Use when user mentions clippings, asks to process articles, or wants to integrate saved content. Not for newsletters (use newsletter-digest) or email bookmarks (use process-email-bookmarks).

No reviews yet
0 installs
18 views
0.0% view→install

Install

$ agentstack add skill-maroffo-claude-forge-process-clippings

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Process Clippings? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

ABOUTME: Process web clippings from Obsidian vault into Second Brain via CLI

ABOUTME: Reads clippings, categorizes, extracts knowledge, integrates, archives

Process Clippings Skill

Process web clippings from the Clippings folder and integrate them into the Second Brain.

Obsidian CLI: See ../_OBSIDIAN.md | Integration: See ../_SECOND_BRAIN.md

Vault Structure

Documents/                        (vault)
├── Clippings/                    ← Inbox (unprocessed)
│   └── Processed/                ← Archive
├── Second Brain/                 ← Destination for actionable knowledge
│   ├── Second Brain - AI Agents and Tools.md
│   ├── Second Brain - Claude Code.md
│   ├── Second Brain - Development.md
│   ├── Second Brain - DevOps and Cloud.md
│   └── Second Brain - Engineering Management.md
└── Bookmarks/                    ← Reference links only

Processing Workflow

Step 1: Find Clippings

obsidian files folder=Clippings ext=md

Step 2: For Each Clipping

  1. Read the clipping:
obsidian read path="Clippings/.md"
  1. Categorize per ../_SECOND_BRAIN.md routing table
  2. Decide: Actionable (tutorials, patterns, code) -> Second Brain | Reference only -> Bookmarks
  3. Extract & integrate per ../_SECOND_BRAIN.md content template:
# Append to destination
obsidian append file="Second Brain - " content=""
# Update timeline
obsidian append file="Second Brain - Timeline" content="- **YYYY-MM-DD** | [Topic] | Source: Clipping | -> Second Brain - .md"

Step 3: Archive Clipping

After successful integration:

obsidian move path="Clippings/.md" to="Clippings/Processed/.md"

Or if user prefers, delete:

obsidian delete path="Clippings/.md"

Output Format

After processing each clipping, report:

Processed: [Clipping Title]
  -> Added to: Second Brain - [File].md
  -> Type: [Actionable/Reference]
  -> Key insight: [1-line summary]

Rules

See ../_SECOND_BRAIN.md for shared rules. Additional:

  • Code examples: only if genuinely useful, keep minimal

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.