From memex-garden
Index new URLs into Memex and search saved websites, annotations, tweets, YouTube videos, images, and related library content.
How this skill is triggered — by the user, by Claude, or both
Slash command
/memex-garden:memex-agent-skillThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use Memex only for tasks involving the user's Memex library or when the user explicitly wants to save new public content into Memex.
Use Memex only for tasks involving the user's Memex library or when the user explicitly wants to save new public content into Memex.
POST /checkout with the user's Memex bearer token and the token. For subscription plans, send the user to https://memex.garden/pricing.result.structuredContent as the parsed payload.create_sharing_link to create or update a public link and list_sharing_links to inspect existing links. Both use access: "view" | "collaborate" for API-facing access names.list_subscribed_feeds to fetch feed IDs. To search specific feeds with search_content, pass feedIds. To search all subscribed feeds only, pass feedScope: "all". Omit both feedIds and feedScope to search the full library.search_content and viewIds. Use raw: false or omit raw for the llm response option. Use raw: true for the full response option.POST /create-view and POST /list-views. Use REST POST /execute-view-search only when the full/raw shape is acceptable or when searching a public shared view token.search_content, default to limit: 20 and the llm/compact response shape. Use llm by omitting raw or passing raw: false; use full by passing raw: true only when you need the richer machine-readable payload.user_notes. Raw search responses preserve referencesByResultId, referencedEntities, and nested annotation references.url, use that URL as the default citation/reference in your answer.Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub worldbrain/memex-claude