openclaw/extensions/tavily
Peter Steinberger f6131a4fbf
build(deps): remove npm shrinkwrap; mirror pnpm lock into transient package locks (#114006)
* build(deps): remove npm shrinkwrap; mirror pnpm lock into transient package locks

npm 12 removed shrinkwrap (command + tarball/root loading). Delete all 82
committed npm-shrinkwrap.json files and stop publishing lockfiles; keep
pnpm-lock.yaml as the single reviewed dependency boundary. The generator
becomes scripts/generate-npm-package-lock.mjs and feeds plugin bundling via
a transient package-lock.json + npm ci (works on npm 11 and 12). Tarball
validation treats the published 2026.7.2 beta train as a shrinkwrap
transition; self-update npm detection now uses install topology instead of
the shipped shrinkwrap.

* fix(deps): repair lint, deadcode, and test-type lanes for the npm 12 migration

- sort integrity comparisons with an explicit comparator (oxlint)
- keep resolveBunGlobalNodeModules module-local (knip unused-export gate)
- model npm pack --json as npm<=11 array / npm 12 name-keyed object
- default calver destructuring in the tarball test fixture
2026-07-26 01:29:55 -04:00
..
skills/tavily
src fix(tavily): reject blank extract URLs (#111333) 2026-07-19 09:18:33 -07:00
index.ts
openclaw.plugin.json refactor: remove expired plugin compatibility surfaces (#111451) 2026-07-19 11:04:48 -07:00
package.json chore(deps): refresh repository dependencies (#112453) 2026-07-23 16:17:13 +00:00
README.md feat(plugins): externalize additional official plugins (#95683) 2026-06-22 16:12:51 +08:00
tsconfig.json
web-search-contract-api.ts refactor(shared): consolidate provider and utility lazy loaders (#98749) 2026-07-02 21:16:26 -07:00
web-search-provider.ts
web-search-shared.ts refactor(deadcode): tighten more provider extension roots (#108515) 2026-07-15 17:05:21 -07:00

Tavily OpenClaw plugin

Official OpenClaw plugin for Tavily.

Install

openclaw plugins install @openclaw/tavily-plugin

Docs

See docs/tools/tavily.md in the OpenClaw repository, or the published docs at https://docs.openclaw.ai/tools/tavily.