TradeLoop Wiki for Claude, Cursor, ChatGPT & agents

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

Install in one command.
curl -fsSL https://tradeloop.top/install.sh | sh

macOS / Linux. Windows + manual install.

What it does

The user's persistent cross-session memory — plain markdown + git at ~/.tradeloop/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 TradeLoop Wiki skill is one of 25+ pre-wired TradeLoop 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 TradeLoop daemon discovers the skill at startup and exposes its tools to whichever AI client is running.

Sample prompts

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

Tools available (24)

How to connect

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

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

Pricing

Free at every TradeLoop 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 TradeLoop vault.

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

Related

Looking at TradeLoop Wiki? You may also want:

  • Google Sheets read cell values from a spreadsheet range, write 2D arrays of values, create new spreadsheets, and list tabs / sheet metadata
  • Notion search across pages and databases, read page content, create new pages in a workspace, parent page, or data source, update page properties or append Markdown content, query databases with...

Or browse all 25 skills in the TradeLoop catalog.

Loading skill details…