- Home
- /
- Categories
- /
- Embeddings
Embeddings
Vector embeddings and similarity
gemini-search
by takuan-osho
Web search using Google Gemini CLI. This skill should be used when performing web searches through the Gemini CLI tool instead of the built-in WebSearch tool. Requires the Gemini CLI to be installed and configured.
shareful-search
by shareful-ai
Helps users discover and apply shared coding solutions when they ask "has anyone solved this", "search for a fix", "find a workaround", or want proven patterns before debugging from scratch. Uses npx shareful-ai search to find relevant shares, compare options, and recommend the best match.
deep-research
by Baphomet480
Conduct comprehensive, multi-round research that produces rich visual reports. Use when asked for "deep research", "comprehensive analysis", "compare frameworks", "evaluate options", "research the state of X", or any task requiring investigation across 10+ sources. NOT for quick lookups — this is a 5-15 minute deep dive that produces a briefing-quality artifact with screenshots, diagrams, tables, and cited findings.
qveris
by hqman
Search and execute dynamic tools via QVeris API. Use when needing to find and call external APIs/tools dynamically (weather, search, data retrieval, stock trading analysis, etc.). Requires QVERIS_API_KEY environment variable.
supabase
by leonaaardob
Complete Supabase platform documentation. Use when working with Supabase - covers authentication (email, OAuth, magic links, phone, SSO), database (PostgreSQL, RLS, migrations), storage (file uploads, CDN), edge functions, realtime subscriptions, AI/embeddings, cron jobs, queues, and platform management. Includes framework integrations (Next.js, React, SvelteKit, etc.).
semantic-video-clipper
by seefreed
AI analyzes subtitles to identify optimal split points, then clips video segments using FFmpeg based on AI-provided cue indices. Use when asked to segment videos (e.g., .mp4) based on .vtt/.srt subtitles.
codebase-search
by zhongjis
Search and navigate codebases — both local and remote. Use when finding specific code patterns, tracing function calls, understanding code structure, locating bugs, or searching GitHub repositories for implementations and examples. Handles semantic search, grep patterns, AST analysis, and remote code search via GitHub CLI and API. Also use when the user asks "how do other projects do X", "find examples of Y on GitHub", "search repo Z for", or wants to explore code in repositories they haven't cloned.
hence-search
by hence-sh
Browse and search the Hence gallery (hence.sh) to discover projects built with AI coding agents. Use when the user wants inspiration, wants to see what others have built, asks about projects on Hence, or mentions searching for AI-built projects. Triggers on queries like "show me cool projects", "search Hence", "find CLI tools on Hence", or "what are people building with Claude Code".
codex-docs
by adamelliotfields
Get OpenAI Codex documentation pages in Markdown. Use when you need to reference Codex CLI features, configuration options, or any other Codex functionality.
flutter-searchfield
by maheshj01
Implement and customize the SearchField widget for Flutter autocomplete functionality. Use when implementing search/autocomplete features, dropdown searches, or when the user mentions SearchField, autocomplete, or suggestion lists in Flutter.
github-search
by brixtonpham
"Search GitHub for repos, code, and usage examples using gh CLI. Capabilities: repo discovery, code search, finding library usage patterns, issue/PR search. Actions: search, find, discover repos/code/examples. Keywords: gh, github, search repos, search code, find examples, how to use library, stars, language filter. Use when: finding repositories, searching code patterns, discovering how libraries are used, exploring open source."
convex-agents
by aaronvanston
Building AI agents and assistants with Convex. Use when implementing chat interfaces, AI assistants, tool-calling agents, RAG (retrieval-augmented generation), conversation threads, or integrating LLMs like OpenAI/Anthropic.
ogt-docs-define-feature
by OpenDNDApps
Create feature definition documents with phased delivery, MVP scope, and definition of done. Use when specifying new product features, user-facing capabilities, or system enhancements that require planning and incremental delivery.
chromadb-integration-skills
by kimasplund
Universal ChromaDB integration patterns for semantic search, persistent storage, and pattern matching across all agent types. Use when agents need to store/search large datasets, build knowledge bases, perform semantic analysis, or maintain persistent memory across sessions.
web_retrieve
by HowardKao-1130
Fetch and ingest web sources relevant to the research topic.
advanced-agentdb-vector-search-implementation
by slurpyb
Master advanced AgentDB features including QUIC synchronization, multi-database management, custom distance metrics, and hybrid search for distributed AI systems.
ark-embedding
by jneless
skill of vole engine ark model platform embedding api
web-search-browser
by coopergwrenn
Search the web, browse pages, take screenshots, scrape data, and automate web interactions. Use when the user asks to search the web, look something up, visit a website, take a screenshot, or scrape a page.
google-places
by moldable-ai
Search and fetch place details via Google Places API (New) through aivault (no API key in skill runtime).
astkit-tooling
by ClaudiuCeia
Use when a TypeScript/JavaScript task needs symbol navigation (nav declarations definition references), structural pattern search (search), structural rewrites (patch), or reference-based blast-radius estimation (code-rank). Prefer for compact, scoped repository analysis and migration work; do not use for runtime-path proofs, correctness guarantees, or replacing compiler/tests.
forvm
by pompeii-labs
Connect to the collective intelligence network for AI agents. Share knowledge and query what others have learned.
ai-ml
by ncdevshiv
"AI and machine learning workflow covering LLM application development, RAG implementation, agent architecture, ML pipelines, and AI-powered features."
american-airlines
by CodeDraig
Book flights, manage AAdvantage miles, check flight status, and access American Airlines services
opencode-crane
by AugustChaoTW
CRANE — Autonomous research assistant MCP server with 124 tools covering the full academic research lifecycle. Key trigger phrases: "paper trace" / "do paper trace" → trace_paper; "evaluate paper" / "score paper" → evaluate_paper_v2; "review paper" / "detect defects" → crane_review_full; "diagnose paper" / "diagnose section" → crane_diagnose; "submission check" / "投稿前檢查" → run_submission_check; "simulate submission" / "acceptance probability" → simulate_submission_outcome; "review pipeline" / "full review" → run_review_pipeline; "build index" / "scan paper" → build_paper_index; "semantic search" / "find similar" → semantic_search; "ask library" / "rag" → ask_library; "match journal" → match_journal_v2; "citation graph" → visualize_citations; "karpathy review" / "code review" → karpathy_review; "literature review" / "search papers" → run_pipeline(pipeline="literature-review"); "init project" / "setup" → run_pipeline(pipeline="full-setup"); "what can crane do" / "help" → crane_help(topic=...) or list_workflows().