웹 검색 도구. Brave Search API로 공개 인터넷 정보를 검색한다. Use when: 최신 뉴스 조사, 문서 검색, 사실 확인, 검색 결과 목록이 필요할 때.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add xuiltul/animaworks --skill web-search-tool --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Web Search Tool?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/xuiltul-web-search-tool-c0f84764)More formats (shields.io, HTML) on the badges page.
---
name: web-search-tool
description: >-
웹 검색 도구. Brave Search API로 공개 인터넷 정보를 검색한다.
Use when: 최신 뉴스 조사, 문서 검색, 사실 확인, 검색 결과 목록이 필요할 때.
tags: [search, web, external]
---
# Web Search 도구
Brave Search API를 사용한 웹 검색 외부 도구입니다.
## 호출 방법
**Bash**: `animaworks-tool web_search "검색 쿼리" [옵션]`으로 실행합니다.
## 파라미터
| 파라미터 | 타입 | 기본값 | 설명 |
|---------|------|--------|------|
| query | string | (필수) | 검색 쿼리 |
| count | integer | 10 | 조회 건수 |
| lang | string | "ja" | 검색 언어 |
| freshness | string | null | 최신도 필터 (pd=24시간, pw=1주일, pm=1개월, py=1년) |
## CLI 사용법
```bash
animaworks-tool web_search "검색 쿼리" [-n 10] [-l ja] [-f pd]
```
## 주의사항
- BRAVE_API_KEY가 설정되어 있어야 합니다
- 검색 결과는 외부 소스(untrusted)로 취급됩니다
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!