Syncore Wiki for Claude, Cursor, ChatGPT & agents

The user's persistent cross-session memory — plain markdown + git at ~/.syncore/wiki/<name>/

Install in one command.
curl -fsSL https://syncorelabs.ai/install.sh | sh

macOS / Linux. Windows + manual install.

What it does

The user's persistent cross-session memory — plain markdown + git at ~/.syncore/wiki/<name>/. Obsidian-compatible, no lock-in. CORE PRINCIPLE — wiki is GROUND TRUTH. When the user mentions a person / company / project / topic, CHECK WIKI FIRST — before inferring from chat history, before asking clarifying questions. Empty result IS information ('no prior notes on X') and the user should hear it verbatim. One unnecessary search costs one round-trip; skipping a needed one costs trust. READ-SIDE TRIGGERS (the often-skipped half — actively reach for these): 'prep for my meeting with X' / 'background on X' / 'what do I know about Y' / 'have I read about Z' / 'what did we say about' / 'remind me what we discussed' / 'find that note about' / 'who is X' / 'what's the deal with Y' / '我之前跟X聊过什么' / '上次聊到Y' / '记得X吗' / 'X的背景' → wiki__search (BM25 page-level ranked) or wiki__grep (line-level, every match, no ranking) → read_page() the top hits in full before composing. Snippets are retrieval excerpts, not answers. WRITE-SIDE TRIGGERS: 'save this' / 'remember this' / 'store this' / 'add to my notes' / 'archive this' / '记下来' / '保存到 wiki' / '存到笔记' / '记录一下' / '放到知识库' → wiki__write_page on raw/<type>/ for immutable sources, on wiki/{concepts,entities,analyses}/ for LLM-distilled synthesis. Every raw write returns a synthesis_next_step pointing at the matching entity page — execute it; that's how raw/ becomes wiki/. LAYERED LAYOUT — 4 canonical wikis auto-bootstrap on first call: `default` (catch-all) / `work` (jobs, clients, projects, colleagues) / `personal` (health, finance, family, journal) / `hobbies` (recipes, practice, gear). Each is fully isolated (own .git, Obsidian vault, FTS index) so personal content never bleeds into work. Pick the `name` arg deliberately per call; '*' on read-side tools when the question doesn't hint at which life-context the answer lives in. WITHIN each wiki: raw/ = immutable sources (meetings/papers/web/books/videos/podcasts/docs/messages/code/media), wiki/ = LLM-distilled synthesis (concepts/entities/analyses). Call wiki_rules() once per conversation for the full maintenance contract.

The Syncore Wiki skill is one of 75+ pre-wired Syncore integrations that any MCP-compatible client — Claude Desktop, Claude Code, Cursor, Windsurf, Codex CLI, and ChatGPT desktop — can call out of the box. You don't configure MCP servers or copy API keys into a JSON file; the Syncore daemon discovers the skill at startup and exposes its tools to whichever AI client is running.

Sample prompts

Once Syncore is installed and Syncore Wiki is connected, ask your agent something like:

Tools available (24)

How to connect

Syncore Wiki is a no-auth skill — there's nothing to connect. Once Syncore is installed, your agent can call its tools immediately.

  1. Run curl -fsSL https://syncorelabs.ai/install.sh | sh on macOS / Linux (or the PowerShell command on Windows).
  2. Run syncore login to create your account and a device-bound encryption key.
  3. Run syncore update to sync the skill + credentials to every installed AI client.

Pricing

Free at every Syncore tier. Connect your account once at /connect; the OAuth or API-key credential stays encrypted on your machine and syncs to your other devices via the Syncore vault.

See the full Syncore pricing breakdown — Free $0/mo, Pro $29/mo, Ultra $99/mo — on the homepage.

Related

Looking at Syncore Wiki? You may also want:

  • Airtable list bases, read / query records with filter formulas, create new rows, and update fields on existing records via Airtable REST API
  • Apple Calendar list calendars, today's events, upcoming events, search by free-text, create / update / delete events with attendees, location, all-day flag
  • Apple Reminders list reminder lists with incomplete counts, list reminders inside a list, surface today's due + overdue items, create / update / complete / del...
  • Asana list workspaces and projects, list / create tasks, set due dates, and mark tasks complete
  • Cal.com list and manage bookings, event types, availability schedules; create / cancel / reschedule meetings on the user's Cal.com account

Or browse all 75 skills in the Syncore catalog.

Loading skill details…