feat: 日常增量 - 小红书配图/舆情记录/日报/草稿归档
This commit is contained in:
25
skills/tavily-web-search-for-openclaw/SKILL.md
Normal file
25
skills/tavily-web-search-for-openclaw/SKILL.md
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
name: tavily
|
||||
description: use this when the user asks to search the web, look up recent information, check current events, gather online sources, or research a topic using tavily search.
|
||||
---
|
||||
|
||||
# Tavily Search
|
||||
|
||||
Use this skill for web search and lightweight research through the Tavily Search API.
|
||||
|
||||
## Requirements
|
||||
|
||||
A valid Tavily API key must be available through one of these methods:
|
||||
|
||||
1. `--api-key`
|
||||
2. `TAVILY_API_KEY`
|
||||
3. `{baseDir}/.secrets/tavily.key`
|
||||
|
||||
If no key is available, explain that Tavily search is not configured in this environment.
|
||||
|
||||
## Command
|
||||
|
||||
Run:
|
||||
|
||||
```bash
|
||||
python3 {baseDir}/scripts/tavily_search.py --query "<user query>"
|
||||
Reference in New Issue
Block a user