feat: 日常增量 - 小红书配图/舆情记录/日报/草稿归档

This commit is contained in:
小橙
2026-04-23 03:46:43 +00:00
parent 289878b05a
commit e0efcd0582
35 changed files with 1795 additions and 22 deletions

View 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>"