بنقرة واحدة
tavily-search
Web search via Tavily API for research and fact-finding.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Web search via Tavily API for research and fact-finding.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Meta-skill for @tmnl/effect-sui development: Effect v4/effect-smol patterns, Sui ontology, PTB/Flow/Query/package modules, localnet testing, Move publishing, diagnostics, and Nix mission-control tooling.
Effect v4 Atom patterns — reactive state management with effect-atom. Atom.make, Atom.family, Registry, runtime atoms, and React integration via useAtomValue.
Effect v4 Schema patterns — defining, validating, transforming, and serializing data with Schema. Covers v4 API, v3→v4 migration, classes, structs, unions, collections, transformations.
Effect v4 Service patterns — Context.Service, Layer composition, ManagedRuntime, dependency injection, and service testing with @effect/vitest.
GetByShell desktop shell — niri WM integration, panel system, calendar widget, popover components, modal patterns, and Nix-based configuration.
Skill governance codemod — create, inspect, update, delete, adopt, and dogfood skills. The meta-skill that governs all skills with CRUD protocols, verification utils, and self-referential governance.
| name | tavily-search |
| description | Web search via Tavily API for research and fact-finding. |
Web search, content extraction, and deep research via Tavily MCP.
| Tool | Purpose |
|---|---|
tavily-search | Web search with filtering, domain scoping, depth control |
tavily-extract | Extract readable content from one or more URLs |
| Param | Type | Default | Notes |
|---|---|---|---|
query | string | required | Search query |
search_depth | "basic" | "advanced" | "basic" | Advanced = deeper crawl, slower |
topic | "general" | "news" | "finance" | "general" | Topic category |
max_results | number | 5 | Max results (1-20) |
include_domains | string[] | — | Restrict to these domains |
exclude_domains | string[] | — | Exclude these domains |
include_raw_content | boolean | false | Include full page content |
include_images | boolean | false | Include image URLs |
days | number | — | Recency filter (last N days) |
| Param | Type | Notes |
|---|---|---|
urls | string[] | URLs to extract content from |
tavily-search({ query: "Effect-TS Schema.TaggedStruct examples" })
tavily-search({ query: "AI agent frameworks", topic: "news", days: 7 })
tavily-search({
query: "useEffect cleanup",
include_domains: ["react.dev", "github.com"],
search_depth: "advanced"
})
tavily-extract({ urls: ["https://effect.website/docs/schema/classes"] })
| Need | Primary | Fallback |
|---|---|---|
| General web search | tavily-search | firecrawl_search, web_search |
| Code examples | exa_get_code_context | tavily-search with domain filter |
| Company research | exa_company_research | tavily-search with topic |
| Deep research | nia_research | tavily-search advanced depth |
| GitHub repo docs | deepwiki | nia_tracer |
| Library API docs | context7, effect-docs | tavily-extract on docs URL |
| Scrape specific page | firecrawl_scrape | tavily-extract |