# Process Clippings

> 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).

- **Type:** Skill
- **Install:** `agentstack add skill-maroffo-claude-forge-process-clippings`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [maroffo](https://agentstack.voostack.com/s/maroffo)
- **Installs:** 0
- **Category:** [Communication](https://agentstack.voostack.com/c/communication)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [maroffo](https://github.com/maroffo)
- **Source:** https://github.com/maroffo/claude-forge/tree/main/skills/process-clippings

## Install

```sh
agentstack add skill-maroffo-claude-forge-process-clippings
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## 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
```bash
obsidian files folder=Clippings ext=md
```

### Step 2: For Each Clipping

1. **Read the clipping**:
```bash
obsidian read path="Clippings/.md"
```

2. **Categorize** per `../_SECOND_BRAIN.md` routing table
3. **Decide**: Actionable (tutorials, patterns, code) -> Second Brain | Reference only -> Bookmarks
4. **Extract & integrate** per `../_SECOND_BRAIN.md` content template:
```bash
# 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:
```bash
obsidian move path="Clippings/.md" to="Clippings/Processed/.md"
```

Or if user prefers, delete:
```bash
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.

- **Author:** [maroffo](https://github.com/maroffo)
- **Source:** [maroffo/claude-forge](https://github.com/maroffo/claude-forge)
- **License:** MIT

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-maroffo-claude-forge-process-clippings
- Seller: https://agentstack.voostack.com/s/maroffo
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
