Tavily Extract

v1.0.0

Extract content from specific URLs using Tavily's extraction API. Returns clean markdown/text from web pages.

1· 389·0 current·0 all-time
byLiang@matthew77
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description, required binary (node), required env var (TAVILY_API_KEY), and the shipped script all consistently implement a client for Tavily's extraction API. There are no unrelated credentials, binaries, or config paths requested.
Instruction Scope
SKILL.md only instructs how to supply the API key and run the provided script. The script accepts URLs and options and sends them to https://api.tavily.com/extract. It does not read other local files, environment variables, or system paths beyond TAVILY_API_KEY.
Install Mechanism
This is an instruction-only skill with a single node script (no install spec). That's low-risk. One note: the script uses the global fetch API, so it requires a Node runtime that provides fetch (Node 18+ or equivalent polyfill).
Credentials
Only TAVILY_API_KEY is required and is the primary credential used for Authorization in requests to the Tavily API. No additional secrets or unrelated env vars are requested.
Persistence & Privilege
always is false and the skill does not request any persistent system-level privileges or modify other skills. It can be invoked autonomously (platform default), which is expected for a skill of this type.
Assessment
This skill appears coherent, but consider the following before installing: (1) The script sends URLs (and the service will fetch page content) to Tavily's API — do not send private/internal URLs you don't want a third party to access. (2) Protect the TAVILY_API_KEY like any secret and avoid reusing it across unrelated services. (3) Ensure your Node runtime supports global fetch (Node 18+ or supply a fetch polyfill). (4) Check Tavily's privacy, retention, and billing policies if you will submit many or sensitive URLs.

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

latestvk973h5hq6rxz4d8mz9bna1bnqh825sre

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

📄 Clawdis
Binsnode
EnvTAVILY_API_KEY
Primary envTAVILY_API_KEY

Comments