tavily-search-zh

v1.0.0

通过 AISA 调用 Tavily 网页搜索,并支持深度、主题和时间范围过滤。触发条件:当用户需要比普通关键词搜索更灵活的网页检索过滤能力时使用。

0· 71·0 current·0 all-time
byAIsa@aisadocs

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for aisadocs/tavily-search-zh.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "tavily-search-zh" (aisadocs/tavily-search-zh) from ClawHub.
Skill page: https://clawhub.ai/aisadocs/tavily-search-zh
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: AISA_API_KEY
Required binaries: python3
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install tavily-search-zh

ClawHub CLI

Package manager switcher

npx clawhub@latest install tavily-search-zh
Security Scan
Capability signals
Requires sensitive credentials
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description, declared requirements, SKILL.md, and the included Python client all align: the client posts queries (and optionally URLs) to AISA endpoints (e.g., /tavily/search, /scholar/search/web). Requiring AISA_API_KEY and python3 is proportional to the described functionality.
Instruction Scope
SKILL.md instructs exporting AISA_API_KEY and running the bundled script. The runtime instructions and code only read the declared AISA_API_KEY and send queries/URLs to the AISA API. The script may send user queries, time/topic filters, and any provided URLs to the remote API (including /tavily/extract and /scholar/explain), which is expected for this skill.
Install Mechanism
No installer or remote downloads are present; this is instruction-only with a local Python script in the bundle. No archive downloads or external install URLs are used, minimizing supply-chain risk.
Credentials
Only AISA_API_KEY is required and used. The script reads no other environment variables or local credential files. The single API key is appropriate for calling the AISA service.
Persistence & Privilege
always is false and the skill does not request to modify other skill/system configs or persist beyond its own execution. It is user-invocable and can be invoked autonomously per platform defaults, which is expected.
Assessment
This skill appears to do what it says: it will send your search queries (and any URLs you pass for extraction) to the AISA API at aisa.one using the AISA_API_KEY. Before installing or using it: (1) only provide the AISA_API_KEY you trust and avoid using any keys/secrets for other services here; (2) do not pass internal/private URLs, credentials, or other sensitive content to the search/extract functions because the content will be sent to the remote API; (3) note the source metadata points to a GitHub repo — if you need higher assurance, review the repository or contact the repo owner; (4) if you require an audit trail or stricter data handling, verify AISA's privacy and retention policies before use.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

Binspython3
EnvAISA_API_KEY
Primary envAISA_API_KEY
latestvk97c00kwxa83359qh9988w6rgx852v92
71downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

Tavily 网页搜索

何时使用

  • 通过 AISA 调用 Tavily 网页搜索,并支持深度、主题和时间范围过滤。触发条件:当用户需要比普通关键词搜索更灵活的网页检索过滤能力时使用。

不适用场景

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

核心能力

  • 提供带 Tavily 专属过滤能力的网页搜索。

快速开始

export AISA_API_KEY="your-key"

运行方式

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

python3 scripts/search_client.py

示例请求

  • 使用 Tavily 过滤条件搜索过去一个月的 AI 融资新闻。

说明

  • 当时效性和过滤条件很重要时特别适合。

Comments

Loading comments...