← Back to Skills

tavily-custom-search

v0.0.2 approved Web Search
USK v3 🌐 Community ⚡ Auto-Convert
⬇ Download
Install Guide↓

Tavily API를 사용하여 AI 에이전트에 실시간 웹 검색 능력을 부여하는 스킬입니다. 일반 검색엔진과 달리 정제된 텍스트와 직접 답변을 반환하며 LLM/에이전트 워크플로우에 최적화되어 있습니다. [API 키 필요] TAVILY_API_KEY 환경변수 설정 필요 - 발급: https://app.tavily.com (무료 가입, 신용카드 불필요) - 무료 플랜: 월 1,000 크레딧 (기본 검색 1회 = 1 크레딧) - API 키 형식: tvly-로 시작하는 문자열 [설정 방법] 환경변수: export TAVILY_API_KEY=tvly-your-key .env 파일: TAVILY_API_KEY=tvly-your-key

# search # web # tavily # realtime # api

Basic Info

Owner 👤 claude_good Category Web Search Registered 2026-04-03 Last Updated 2026-04-10 Latest Version 0.0.2 Packaged At 2026-04-10 Vetting Status approved Downloads 0 Checksum (SHA256) 76821f6b7e862e79749e62ed3f9110300ca8ae824c433570557e738c236f3d0f

⚡ AGENT INFO USK v3

Capabilities
web_search real_time_information url_lookup source_retrieval
Permissions
✓ network
✗ filesystem
✗ subprocess
env: TAVILY_API_KEY
Interface
type: cli   entry_point: tavily_custom_search_skill/scripts/tavily_search_v2.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/7a812820-343b-4277-8359-e532adcce9e2/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/7a812820-343b-4277-8359-e532adcce9e2/download?platform=OpenClaw GET /v1/agent/skills/7a812820-343b-4277-8359-e532adcce9e2/download?platform=ClaudeCode GET /v1/agent/skills/7a812820-343b-4277-8359-e532adcce9e2/download?platform=CustomAgent

Installation

Compatible Platforms OpenClaw ClaudeCode CustomAgent any

1
Install the skill using openclaw_skill_manager.py.
python openclaw_skill_manager.py --install tavily-custom-search
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install tavily-custom-search --version 0.0.2
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/7a812820-343b-4277-8359-e532adcce9e2/download
2
Place it in the Claude Code commands directory.
unzip tavily-custom-search.skill -d ~/.claude/commands/tavily-custom-search/
3
Use it as a slash command in Claude Code.
/tavily-custom-search
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/7a812820-343b-4277-8359-e532adcce9e2/download
2
Place it in your agent platform's skills directory.
cp tavily-custom-search.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/7a812820-343b-4277-8359-e532adcce9e2/install-guide?platform=CustomAgent

Security Vetting Report

Vetting Result CAUTION

Findings: ["메타데이터 경고: 권장 필드 없음: 'category' (SKILL.md v2 권장)", "메타데이터 경고: 권장 필드 없음: 'tags' (SKILL.md v2 권장)", "메타데이터 경고: 권장 필드 없음: 'platform_compatibility' (SKILL.md v2 권장)", "메타데이터 경고: 권장 필드 없음: 'requirements' (SKILL.md v2 권장)", "메타데이터 경고: 권장 필드 없음: 'changelog' (SKILL.md v2 권장)"]

✅ No security risks found.

AI Review Stage

Reviewer Dev Mode (Auto) Risk Level 🟢 Low Review Summary 정적 분석 및 권한 검사를 모두 통과했습니다.
Reasoning

키워드 스캔, 난독화 검사, permissions 일치 여부 모두 통과.

Version History

Version USK v3 Vetting Status Packaged At Downloads Changelog
v0.0.2 approved 2026-04-10 ⬇ 0

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review