save-wiki

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-wiki-jamsdoescode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: save-wiki
Source: https://github.com/jamsdoescode/Erik-s-Portfolio/tree/main/openclicky/AppResources/OpenClicky/OpenClickyBundledSkills/save-wiki
Command: npx skills add https://github.com/jamsdoescode/Erik-s-Portfolio --skill save-wiki-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 turns every save into a structured ingest that updates a persistent, interlinked markdown wiki, so knowledge compounds instead of piling up. ## Core Features & Use Cases - Structured ingest pipeline: Reads your note and screenshot, extracts only what you asked to save, and integrates it into existing wiki articles rather than appending raw dumps. - Automatic bookkeeping: Maintains the article index with aliases, rebuilds backlinks from wikilinks, logs every source to a JSONL receipt file, and captures source URLs from the browser address bar. - Contradiction and preference tracking: Flags conflicting claims between sources and stores your voice, tone, and style preferences in a dedicated directory that shapes how the agent responds. - Use Case: You screenshot a blog post about founder mode and say "save this article." The Skill creates a concepts/founder-mode.md article, links it to the author's existing page, updates the index and backlinks, and logs the source URL. ## 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-wiki

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

FAQPage Schema
How do I save a screenshot or link to a personal knowledge wiki?

Say "save", "remember", or "note this" along with the link, screenshot, or text. The Skill reads your note as the source of truth, extracts the relevant content, and integrates it into interlinked markdown articles under the wiki directory.

How does the wiki organize saved articles?

Articles are stored as lowercase hyphenated markdown files in type directories such as people, projects, concepts, references, ideas, and preferences. Each article has YAML frontmatter with title, type, dates, and source count, plus wikilinks connecting it to related pages.

Does the skill capture the URL of the page I am saving?

Yes, when content is URL-derived the active browser tab URL is captured into the article frontmatter, a Sources section, and the raw sources log. If the URL is truncated, it attempts recovery through the Computer Use path and never guesses missing parts.

What happens when a new source contradicts existing wiki content?

The Skill adds a contradiction callout noting both claims and their source dates instead of silently overwriting. This preserves the audit trail so conflicts can be resolved later.

Where is the wiki stored and can I read it back?

The wiki lives at ~/Library/Application Support/OpenClicky/wiki/ with raw immutable snapshots and a living wiki directory. Reading and querying the wiki is handled by the companion read-wiki skill.