Official community adapters for Webcmd.
Extracted from agentrhq/webcmd commit ad251f108aa54d5f91cca372a151f9a61dac365a. Canonical install source: github:agentrhq/webcmd-plugins/<plugin>.
Requires Node.js 20.6+.
npm ci
npm run check-community-plugins
npm run build-plugin-manifest
npm run check:plugin-manifest
npm run check:adapter-quality
npm test
npm run test:pluginnpm run check runs the documented checks in order.
Do not hand-edit webcmd-plugin.json or the generated community plugin table below. After adding a plugin under plugins/<name>/, run npm run sync-community-plugins.
webcmd plugin search <name>
webcmd plugin install github:agentrhq/webcmd-plugins/<name>Until this repository is published, install from a local checkout:
webcmd plugin install file://$PWD/plugins/<name>| Plugin | Description | Author |
|---|---|---|
omnisearch | No-login research across Hacker News, Stack Overflow, GitHub, arXiv, Dev.to, Lobsters, and Bluesky | Rishet Mehra |
pypi | Inspect public Python package metadata, downloads, and releases from PyPI | Kemal Kaya |
skyscanner | Skyscanner flight search commands for Webcmd | Rishabh |
See CONTRIBUTING.md.