ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

tavily-extract-zh

通过 AISA Tavily 抽取接口从 URL 获取干净正文。触发条件:当用户已经有 URL,需要读取页面正文做总结、对比或证据审查时使用。

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/aisadocs/tavily-extract-zh
Or

Tavily 页面抽取

何时使用

  • 通过 AISA Tavily 抽取接口从 URL 获取干净正文。触发条件:当用户已经有 URL,需要读取页面正文做总结、对比或证据审查时使用。

不适用场景

  • 当用户明确要本地浏览器 Cookie、密码、Keychain 或其他本地敏感凭据时,不要使用这个 skill。
  • 当问题与该 skill 的主题无关时,优先选择更贴切的 skill。

核心能力

  • 把原始 URL 转成可分析的干净正文文本。

快速开始

export AISA_API_KEY="your-key"

运行方式

首选运行路径是仓库内置的 Python 客户端:

python3 scripts/search_client.py

示例请求

  • 抽取这些产品公告 URL,并总结差异。

说明

  • 最适合与搜索或后续综合分析配合使用。

Metadata

Author@aisadocs
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-aisadocs-tavily-extract-zh": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.