save

Ingest links, screenshots, and notes into a persistent markdown knowledge wiki.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/jamsdoescode/Erik-s-Portfolio --skill save-jamsdoescode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: save
Source: https://github.com/jamsdoescode/Erik-s-Portfolio/tree/main/openclicky/AppResources/OpenClicky/OpenClickyBundledSkills/save
Command: npx skills add https://github.com/jamsdoescode/Erik-s-Portfolio --skill save-jamsdoescode

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Capturing information for later usually means scattered bookmarks, forgotten screenshots, and notes that never connect to each other. This Skill maintains a structured, interlinked markdown wiki that compounds with every save, handling all the bookkeeping of cross-references, indexes, and backlinks automatically. ## Core Features & Use Cases - Structured Ingest: Saves URLs, screenshots, and text notes as immutable raw sources, then integrates the content into living wiki articles organized by people, projects, concepts, references, and ideas. - Automatic Bookkeeping: Maintains an article index with aliases, rebuilds backlink maps from wikilinks, logs every ingest to a JSONL source ledger, and flags contradictions between sources. - Use Case: You screenshot an essay about founder mode and say "save this article." The Skill extracts the argument, creates or updates articles for the concept and its author, links them together, updates the index and backlinks, and logs the source. ## Quick Start Say "save this" with a link, screenshot, or note and the Skill will ingest it into your personal wiki.

Frequently Asked Questions about save

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I save screenshots and links into a personal knowledge base?

Invoke the save command with a URL, screenshot path, or text note. The Skill reads your note for intent, extracts the relevant content, and integrates it into markdown wiki articles while logging the raw source to sources.jsonl.

What is the LLM wiki pattern for note taking?

The LLM wiki pattern keeps immutable raw source snapshots separate from a living markdown wiki of interlinked articles. Each new ingest updates entity pages, adds cross-references, and flags contradictions so the knowledge base compounds over time.

Where does the save skill store wiki files?

The wiki lives at ~/Library/Application Support/OpenClicky/wiki/ with two layers: raw/ for immutable source snapshots and sources.jsonl, and wiki/ for the compiled articles, index, backlinks, and media.

Does the save skill use OCR to read screenshots?

No. The Skill uses the model's built-in vision to read images directly and explicitly prohibits running OCR tools, Swift scripts, or external programs. It only extracts information relevant to the user's note, not everything visible on screen.

What are the limitations of the save skill?

It only includes information explicitly present in the input and never guesses URLs, names, or details. Articles require at least three meaningful sentences of substance, so thin captures get folded into existing pages instead of creating stubs.