Jacky1n7

Openclaw Skill Tavily Search — Development skill for Claude Code

Development community

Portable Tavily web search Agent Skill for OpenClaw, Codex, Claude Code, Cursor, and other skills-compatible agents.

How to install Openclaw Skill Tavily Search

This entry records only its repository, not the path inside it, so there is no exact command to give. Open Jacky1n7/openclaw-skill-tavily-search and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Openclaw Skill Tavily Search does

Portable Tavily web search Agent Skill for OpenClaw, Codex, Claude Code, Cursor, and other skills-compatible agents.

Alternatives in Development

README

Tavily Search Agent Skill

Tavily Search Agent Skill

**Portable web search for OpenClaw and other Agent Skills-compatible agents.**

[![ClawHub](https://img.shields.io/badge/ClawHub-100k%2B_downloads-2ea44f?style=flat-square)](https://clawhub.ai/jacky1n7/skills/openclaw-tavily-search) [![Agent Skills](https://img.shields.io/badge/Agent_Skills-portable-0969da?style=flat-square)](https://agentskills.io) [![Python](https://img.shields.io/badge/Python-3.9%2B-3776AB?style=flat-square&logo=python&logoColor=white)](https://www.python.org/) [![License](https://img.shields.io/badge/source_license-MIT-6e7781?style=flat-square)](LICENSE)

通过 Tavily API 为 Agent 提供结构化网页检索。保留 OpenClaw 原生安装体验,同时遵循 Agent Skills 开放格式,可被其他兼容客户端复用。

Why this skill

  • Returns compact URLs and snippets instead of forcing an agent to parse a search page.
  • Supports stable JSON for tool chains and Markdown for human review.
  • Covers general, news, and finance search with time and domain filters.
  • Uses only the Python standard library; certifi is an optional TLS fallback when already installed.
  • Keeps successful output on stdout and actionable diagnostics on stderr.
  • Never disables TLS verification and never writes the Tavily API key to output.

Search results are discovery data, not final evidence. The skill instructs agents to open relevant sources, prefer primary material, and cite the pages that support their claims.

Install

OpenClaw

Install the current ClawHub package:

openclaw skills install @jacky1n7/openclaw-tavily-search

[View the package on ClawHub](https://clawhub.ai/jacky1n7/skills/openclaw-tavily-search)

Other compatible agents

The distributable `tavily-search/` directory follows the [Agent Skills specification](https://agentskills.io/specification). Use the client's normal GitHub/Agent Skills installer and select `tavily-search`, or place the `tavily-search/` directory in