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.
Do not use Memex for general web search or facts outside the user's saved library.
search_content with the user's query.limit: 20.llm response shape by omitting raw or setting raw: false.raw: true only when the task needs richer machine-readable references.result.structuredContent.url is present.list_sharing_links when the user asks what is already shared.create_sharing_link when the user asks to share saved content.access: "view" or access: "collaborate".list_subscribed_feeds to fetch feed IDs.search_content with feedIds.search_content with feedScope: "all".feedIds and feedScope.search_content with viewIds.raw: false or omit raw for normal answer-writing.POST /create-view to create views.POST /list-views to list views.POST /execute-view-search only when full/raw output is acceptable or when searching a public shared view token.POST /checkout with the user's Memex bearer token and token.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