{
  "markdown": "# Context Link Plugin\n\nConnect Claude to your [Context Link](https://context-link.ai) knowledge base and retrieve just the right context from your connected sources: Notion, Google Drive and any websites. Context Link also has a memory layer where you can save conversation insights, documents and anything else you want to persist directly from an AI interaction.\n\n## What it does\n\n- **Get Context** — Pull relevant knowledge from your Context Link when you reference internal topics\n- **Ask Question** — Get a concise, cited answer grounded in your Context Link (Pro plan)\n- **Save Memory** — Save conversation content to Context Link for later retrieval\n- **Update Memory** — Retrieve existing saved content, merge in new information, and save it back\n\n## Components\n\n### Skills (auto-triggered)\n\n| Skill | Triggers when you... |\n|-------|---------------------|\n| `get-context` | Semantic search which returns the most relevant content for any topic, no exact matches required. Just ask for 'context' on whatever you need. |\n| `ask-question` | Say \"ask my context\", \"ask Context Link what…\", or ask a direct question to be answered from your knowledge base with citations (Pro plan) |\n| `save-memory` | Say \"save to Context Link under /topic_123\", \"save this chat to Context Link\", or ask to store information |\n| `update-memory` | Say \"update this memory in Context Link under /topic_456\" |\n\n### Commands (manual)\n\n| Command | Usage |\n|---------|-------|\n| `/get-context [topic]` | Retrieve knowledge about a specific topic |\n| `/ask-question [question]` | Get a short, cited answer grounded in your Context Link (Pro plan) |\n| `/save-memory [slug]` | Save something under a specific name, or a summary of the chat to an auto generated name (chat-session-{YYYY-MM-DD-HHMM}) |\n| `/update-memory [slug]` | Update existing saved content with new info |\n\n## Setup\n\nAfter installing the plugin, you'll need to customize it with your personal Context Link URL:\n\n1. Sign in at [context-link.ai](https://context-link.ai)\n2. Your URL is shown at the top of every screen — it looks like `https://yourname.context-link.ai/TOPIC_HERE?p=xyz`\n3. Copy and paste it exactly as shown — no editing needed\n4. The plugin customizer will ask you to replace `~~context link url~~` with your URL\n\n## How it works\n\nContext Link is a knowledge base that indexes your content (websites, Google Drive, Notion) into searchable embeddings. This plugin lets Claude query that knowledge and save new content back, using Context Link's REST API.\n\n- **GET** `{your-url}/{topic}` — retrieves content matching the topic\n- **GET** `{your-url}/q/{question}` — returns a grounded, cited answer to the question\n- **POST** `{your-url}/{slug}` — saves markdown content under a named slug\n",
  "bytes": 2751,
  "sha": "031931b56ef87a333cf31cb695ee9fceecf766f7f09be1f31056c39ba6b6e656",
  "repo_slug": "context-link/context-link-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_context_link_context_link_plugin_context_38ceecc6/readme"
}