Agent Skills
› xuiltul/animaworks
› web-search-tool
web-search-tool
GitHub基于 Brave Search API 的网页搜索工具,支持自定义查询、结果数量、语言及时间过滤。适用于研究时事、查找文档、事实核查或获取搜索结果。
Trigger Scenarios
需要获取最新网络信息
进行事实核查
查找技术文档
研究当前事件
Install
npx skills add xuiltul/animaworks --skill web-search-tool -g -y
SKILL.md
Frontmatter
{
"name": "web-search-tool",
"tags": [
"search",
"web",
"external"
],
"description": "Web search tool. Queries the public internet via the Brave Search API. Use when: researching current events, finding documentation, fact-checking, or fetching ranked search results."
}
Web Search Tool
External tool for web search via Brave Search API.
Invocation via Bash
Use Bash with animaworks-tool web_search <subcommand> [args]:
animaworks-tool web_search "search query" [-n 10] [-l ja] [-f pd]
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| query | string | (required) | Search query |
| count | integer | 10 | Number of results |
| lang | string | "ja" | Search language |
| freshness | string | null | Freshness filter (pd=24h, pw=1week, pm=1month, py=1year) |
CLI Usage (S/C/D/G-mode)
animaworks-tool web_search "search query" [-n 10] [-l ja] [-f pd]
Notes
- BRAVE_API_KEY must be configured
- Search results are treated as external (untrusted) data
Version History
- 140e43b Current 2026-07-25 09:12


