skills/tavily/SKILL.md
使用 Tavily API 进行互联网搜索。当需要获取实时新闻、技术研究、深度资料或限制特定域名搜索时使用该技能。
npx skillsauth add arcaneorion/alice-single tavilyInstall 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.
此技能允许 Alice 使用 Tavily API 获取高质量的搜索结果,支持多种搜索模式。
在终端运行以下命令:
# 基础搜索 (默认返回 Alice 可直接阅读的文本)
python skills/tavily/tavily_search.py --query "搜索关键词"
# 深度研究模式 (返回详细 JSON)
python skills/tavily/tavily_search.py --query "研究课题" --mode research --max-results 10
# 新闻模式
python skills/tavily/tavily_search.py --query "热点" --mode news --days 3
# 限制域名搜索
python skills/tavily/tavily_search.py --query "气候变化" --include-domains nature.com science.org
pip install tavily-python.env 中配置 TAVILY_API_KEY。--query, -q: 搜索关键词(必填)。--mode, -m: 模式选择,可选 basic, research, news。--max-results, -n: 返回结果数量 (1-20)。--days, -d: 新闻搜索的时间范围。--json: 在 basic 模式下强制输出 JSON。--include-domains: 限制搜索的域名列表(空格隔开)。--exclude-domains: 排除的域名列表。Alice 应优先使用默认的 basic 模式进行日常问答,仅在需要进行深入研究或处理复杂数据时使用 research 模式。
tools
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
development
Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas
tools
获取微博热搜榜实时数据。当需要查看微博热点、热门话题、实时舆情时使用该技能。
development
直接从专业天气API获取实时天气数据和历史天气信息。当需要查询任意城市的当前天气、未来预报、空气质量等精准气象数据时使用该技能。