{"id":47358711,"url":"https://github.com/tavily-ai/skills","last_synced_at":"2026-04-03T20:29:20.205Z","repository":{"id":334279248,"uuid":"1140169825","full_name":"tavily-ai/skills","owner":"tavily-ai","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-31T20:34:07.000Z","size":343,"stargazers_count":172,"open_issues_count":1,"forks_count":16,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-31T22:25:12.500Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://skills.sh/tavily-ai/skills","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tavily-ai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-22T23:13:25.000Z","updated_at":"2026-03-31T21:36:21.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/tavily-ai/skills","commit_stats":null,"previous_names":["tavily-ai/skills"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tavily-ai/skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tavily-ai%2Fskills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tavily-ai%2Fskills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tavily-ai%2Fskills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tavily-ai%2Fskills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tavily-ai","download_url":"https://codeload.github.com/tavily-ai/skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tavily-ai%2Fskills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31375767,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-03T17:53:18.093Z","status":"ssl_error","status_checked_at":"2026-04-03T17:53:17.617Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-03-18T11:00:40.979Z","updated_at":"2026-04-03T20:29:20.170Z","avatar_url":"https://github.com/tavily-ai.png","language":"Python","funding_links":[],"categories":["Skills Catalog"],"sub_categories":["Workflow (110)"],"readme":"# Tavily Agent Skills\n\nWeb search, content extraction, site crawling, URL discovery, and deep research — powered by the Tavily CLI.\n\n## Installation\n\n### Install skills\n\n```bash\n# Agent skills (Claude Code, Cursor, etc.)\nnpx skills add https://github.com/tavily-ai/skills\n```\n\n### Install the Tavily CLI\n\nThe skills require the Tavily CLI (`tvly`) to be installed:\n\n```bash\ncurl -fsSL https://cli.tavily.com/install.sh | bash\n```\n\nOr install manually:\n\n```bash\nuv tool install tavily-cli   # or: pip install tavily-cli\n```\n\n### Authenticate\n\n```bash\ntvly login --api-key tvly-YOUR_KEY\n# or: tvly login                      (opens browser for OAuth)\n# or: export TAVILY_API_KEY=tvly-...\n```\n\nGet an API key at [tavily.com](https://tavily.com).\n\n## Available Skills\n\n| Skill | Description |\n|-------|-------------|\n| **[tavily-search](skills/tavily-search/SKILL.md)** | Search the web with LLM-optimized results. Supports domain filtering, time ranges, and multiple search depths. |\n| **[tavily-extract](skills/tavily-extract/SKILL.md)** | Extract clean markdown/text content from specific URLs. Handles JS-rendered pages. |\n| **[tavily-crawl](skills/tavily-crawl/SKILL.md)** | Crawl websites and extract content from multiple pages. Save as local markdown files. |\n| **[tavily-map](skills/tavily-map/SKILL.md)** | Discover all URLs on a website without extracting content. Faster than crawling. |\n| **[tavily-research](skills/tavily-research/SKILL.md)** | Comprehensive AI-powered research with citations. Multi-source synthesis in 30-120s. |\n| **[tavily-cli](skills/tavily-cli/SKILL.md)** | Overview skill with workflow guide, install/auth instructions. |\n| **[tavily-best-practices](skills/tavily-best-practices/SKILL.md)** | Reference docs for building production-ready Tavily integrations. |\n\n## Workflow\n\nStart simple, escalate when needed:\n\n1. **Search** — Find pages on a topic (`tvly search \"query\" --json`)\n2. **Extract** — Get content from a specific URL (`tvly extract \"https://...\" --json`)\n3. **Map** — Discover URLs on a site (`tvly map \"https://...\" --json`)\n4. **Crawl** — Bulk extract from a site section (`tvly crawl \"https://...\" --output-dir ./docs/`)\n5. **Research** — Deep multi-source analysis (`tvly research \"topic\" --model pro`)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftavily-ai%2Fskills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftavily-ai%2Fskills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftavily-ai%2Fskills/lists"}