tavily-extract-aisa

v1.0.0

Extract clean article content from URLs through the AISA Tavily extract endpoint. Use when: the user already has URLs and needs readable page content for sum...

0· 70·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-extract-aisa.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "tavily-extract-aisa" (aisadocs/tavily-extract-aisa) from ClawHub.
Skill page: https://clawhub.ai/aisadocs/tavily-extract-aisa
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-extract-aisa

ClawHub CLI

Package manager switcher

npx clawhub@latest install tavily-extract-aisa
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
The name/description (Tavily extract) match the included Python client which calls the AISA Tavily extract endpoint (/tavily/extract). Requiring python3 and AISA_API_KEY is consistent with the stated purpose.
Instruction Scope
SKILL.md instructs running the bundled Python CLI (scripts/search_client.py). The script only calls AISA API endpoints and prints results; it does not read local secrets, config files, or arbitrary system paths. Note: the script also supports other AISA search endpoints (web, scholar, sonar, explain), which is expected for a multi-search client but not out-of-scope.
Install Mechanism
No install spec (instruction-only) and the runtime uses the bundled Python script; nothing is downloaded or executed from untrusted URLs.
Credentials
Only AISA_API_KEY is required and it is used directly to authenticate calls to api.aisa.one. No unrelated secrets or multiple credentials are requested.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges. It does allow normal autonomous invocation (disable-model-invocation: false), which is the platform default.
Assessment
This skill will send provided URLs (and any extracted text) to the AISA API (api.aisa.one) using your AISA_API_KEY. Only install if you trust AISA and are comfortable sending the URL/content to that service. Do not pass private URLs or sensitive documents unless the API key and service policy are acceptable for that data. Confirm any billing or rate limits on your AISA account and consider revoking the key if you later stop using the skill.

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

Runtime requirements

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

Tavily Extract

When to Use

  • Extract clean article content from URLs through the AISA Tavily extract endpoint. Use when: the user already has URLs and needs readable page content for summarization, comparison, or evidence review.

When NOT to Use

  • Do not use this skill for browser-cookie extraction, passwords, Keychain access, or other local sensitive credential access.
  • Prefer a different skill when the user request is outside this skill's domain.

Capabilities

  • Turn raw URLs into clean extractable text for downstream analysis.

Quick Start

export AISA_API_KEY="your-key"

Primary Runtime

Use the bundled Python client as the canonical ClawHub runtime path:

python3 scripts/search_client.py

Example Queries

  • Extract these product announcement URLs and summarize the differences.

Notes

  • Best paired with search or follow-up synthesis.

Comments

Loading comments...