← Back to Skills Marketplace
liuxiaolong1988

Tavily Summary

by Lingxi(灵曦) · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
118
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tavily-summary
Description
AI-optimized web search with structured summarization, combining Tavily Search API + proven summarization methodology from summarize.
Usage Guidance
This skill appears to do what it says: it uses your TAVILY_API_KEY and Node to call Tavily's search/extract APIs and prints/returns results for summarization. Before installing, confirm you trust tavily.com and are comfortable that the API key will be sent to api.tavily.com. Notes: (1) the extract script may return full raw page content (possibly including sensitive text) — avoid using a production/privileged key if you are unsure; (2) limit the key's scope or use a separate account if possible and monitor usage on Tavily for unexpected calls; (3) the skill enforces strict summarization rules in SKILL.md but those are formatting instructions, not additional permissions. If you plan to allow autonomous agents to invoke skills, remember autonomous invocation is allowed by default — consider restricting agent autonomy if you want manual control over when the skill can call external services.
Capability Analysis
Type: OpenClaw Skill Name: tavily-summary Version: 1.0.0 The skill bundle provides a legitimate interface for the Tavily Search and Extract APIs. The scripts (search.mjs and extract.mjs) are straightforward Node.js implementations that communicate only with the official Tavily API endpoint (api.tavily.com) to retrieve search results and web content. The instructions in SKILL.md are focused on output formatting and summarization logic for the AI agent and do not contain any malicious prompt injections or attempts to exfiltrate sensitive data.
Capability Assessment
Purpose & Capability
Name/description, required binaries (node), required env (TAVILY_API_KEY), and the included scripts all target Tavily's search/extract API endpoints (api.tavily.com). These requirements are proportionate to a Tavily-backed search-and-summarize tool.
Instruction Scope
SKILL.md describes running the included Node scripts and enforces summarization/formatting rules. The runtime instructions only reference the declared binary and env var; they do not instruct reading unrelated files, other credentials, or sending data to unexpected endpoints.
Install Mechanism
No install spec (instruction-only). Included code files are simple Node scripts that make fetch POSTs to the Tavily API; nothing is downloaded from untrusted URLs and no archives are extracted.
Credentials
The skill requests only TAVILY_API_KEY (primary credential) which is necessary for the described API calls. No unrelated secrets or config paths are requested.
Persistence & Privilege
always is false and the skill does not request persistent or elevated platform privileges. It does not modify other skills or system-wide agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tavily-summary
  3. After installation, invoke the skill by name or use /tavily-summary
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: AI-optimized web search with structured summarization methodology
Metadata
Slug tavily-summary
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Tavily Summary?

AI-optimized web search with structured summarization, combining Tavily Search API + proven summarization methodology from summarize. It is an AI Agent Skill for Claude Code / OpenClaw, with 118 downloads so far.

How do I install Tavily Summary?

Run "/install tavily-summary" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Tavily Summary free?

Yes, Tavily Summary is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Tavily Summary support?

Tavily Summary is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Tavily Summary?

It is built and maintained by Lingxi(灵曦) (@liuxiaolong1988); the current version is v1.0.0.

💬 Comments