15914355527/liang-tavily-search-v2/SKILL.md
Web search using Tavily's LLM-optimized API. Returns relevant results with content snippets, scores, and metadata.
npx skillsauth add openclaw/skills tavily-searchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Search the web and get relevant results optimized for LLM consumption.
Get your API key at https://tavily.com and add to your OpenClaw config:
{
"skills": {
"entries": {
"tavily-search": {
"enabled": true,
"apiKey": "tvly-YOUR_API_KEY_HERE"
}
}
}
}
Or set the environment variable:
export TAVILY_API_KEY="tvly-YOUR_API_KEY_HERE"
node {baseDir}/scripts/search.mjs "query"
node {baseDir}/scripts/search.mjs "query" -n 10
node {baseDir}/scripts/search.mjs "query" --deep
node {baseDir}/scripts/search.mjs "query" --topic news
# Basic search
node {baseDir}/scripts/search.mjs "python async patterns"
# With more results
node {baseDir}/scripts/search.mjs "React hooks tutorial" -n 10
# Advanced search
node {baseDir}/scripts/search.mjs "machine learning" --deep
# News search
node {baseDir}/scripts/search.mjs "AI news" --topic news
# Domain-filtered search
node {baseDir}/scripts/search.mjs "Python docs" --include-domains docs.python.org
| Option | Description | Default |
|--------|-------------|---------|
| -n <count> | Number of results (1-20) | 10 |
| --depth <mode> | Search depth: ultra-fast, fast, basic, advanced | basic |
| --topic <topic> | Topic: general or news | general |
| --time-range <range> | Time range: day, week, month, year | - |
| --include-domains <domains> | Comma-separated domains to include | - |
| --exclude-domains <domains> | Comma-separated domains to exclude | - |
| --raw-content | Include full page content | false |
| --json | Output raw JSON | false |
| Depth | Latency | Relevance | Use Case |
|-------|---------|-----------|----------|
| ultra-fast | Lowest | Lower | Real-time chat, autocomplete |
| fast | Low | Good | Need chunks but latency matters |
| basic | Medium | High | General-purpose, balanced |
| advanced | Higher | Highest | Precision matters, research |
--include-domains to focus on trusted sources--time-range for recent informationscore (0-1) to get highest relevance resultstools
Use when the user wants to connect to, test, or use the McDonalds service at mcp.mcd.cn, including checking authentication, probing MCP endpoints, listing tools, or calling McDonalds MCP tools through a reusable local CLI.
development
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API
development
SlowMist AI Agent Security Review — comprehensive security framework for skills, repositories, URLs, on-chain addresses, and products (Claude Code version)
data-ai
去除中文文本中的 AI 写作痕迹,使其读起来自然。基于维基百科 AI 写作特征指南,检测 24 种 AI 模式。触发词:humanizer-cn、去除 AI 痕迹、去除 AI 写作痕迹、中文文本人性化。