Install
$ agentstack add skill-maroffo-claude-forge-process-clippings ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
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
- Read the clipping:
obsidian read path="Clippings/.md"
- Categorize per
../_SECOND_BRAIN.mdrouting table - Decide: Actionable (tutorials, patterns, code) -> Second Brain | Reference only -> Bookmarks
- Extract & integrate per
../_SECOND_BRAIN.mdcontent 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.
- Author: maroffo
- Source: maroffo/claude-forge
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.