← Back to Skills Marketplace
78
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tavily-extract-zh
Description
通过 AISA Tavily 抽取接口从 URL 获取干净正文。触发条件:当用户已经有 URL,需要读取页面正文做总结、对比或证据审查时使用。
Usage Guidance
This skill will send the URLs you provide (and the extracted content) to api.aisa.one using the AISA_API_KEY. Only use it for non-sensitive pages and check AISA's privacy/terms if data confidentiality matters. When invoking, specify the extract command or ensure the agent uses the /tavily/extract path so the client doesn't run unrelated search or analysis subcommands. If you don't trust the remote service, avoid sending pages containing private data or credentials.
Capability Analysis
Type: OpenClaw Skill
Name: tavily-extract-zh
Version: 1.0.0
The skill provides a legitimate interface for extracting clean text from URLs and performing web searches via the AIsa API (api.aisa.one). The Python client in `scripts/search_client.py` is well-structured, uses only standard libraries (urllib), and lacks any signs of obfuscation, data exfiltration, or unauthorized execution. Furthermore, `SKILL.md` contains explicit safety instructions directing the AI agent to refuse requests for local sensitive credentials like cookies or passwords.
Capability Tags
Capability Assessment
Purpose & Capability
The name/description (extracting page text via AISA Tavily) match the requirements: python3 is needed to run the bundled client and AISA_API_KEY is the API credential used by the client. No unrelated credentials or unusual binaries are requested.
Instruction Scope
SKILL.md directs the agent to run the included Python client. The client implements the /tavily/extract endpoint as expected, but also contains additional search/analysis subcommands (web, scholar, tavily/search, sonar, verity, explain, etc.). Running the client without explicit arguments could allow use of those broader capabilities, so follow-up invocation should be limited to the extract path if you only want extraction.
Install Mechanism
There is no install spec and no downloads; this is an instruction-plus-script skill that runs the provided Python script. Nothing in the repository pulls arbitrary remote code during install.
Credentials
Only AISA_API_KEY is required, which is proportionate for a client that calls the AISA API. No other secrets, system config paths, or unrelated credentials are requested.
Persistence & Privilege
The skill does not request 'always: true' or modify other skills or system-wide settings. It runs when invoked and uses the provided API key for network calls.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tavily-extract-zh - After installation, invoke the skill by name or use
/tavily-extract-zh - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of tavily-extract-zh:
- 提供通过 AISA Tavily 接口从 URL 获取页面干净正文的能力。
- 适用于需要根据网页正文进行总结、对比与证据审查的场景。
- 不处理本地敏感凭据(如 Cookie、密码等)。
- 需配置 AISA_API_KEY,在本地用 Python 客户端运行。
- 适合配合搜索或后续分析任务使用。
Metadata
Frequently Asked Questions
What is tavily-extract-zh?
通过 AISA Tavily 抽取接口从 URL 获取干净正文。触发条件:当用户已经有 URL,需要读取页面正文做总结、对比或证据审查时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 78 downloads so far.
How do I install tavily-extract-zh?
Run "/install tavily-extract-zh" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is tavily-extract-zh free?
Yes, tavily-extract-zh is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does tavily-extract-zh support?
tavily-extract-zh is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created tavily-extract-zh?
It is built and maintained by AIsa (@aisadocs); the current version is v1.0.0.
More Skills