vx-usageTeaches AI agents how to use vx, the universal dev tool manager. Use when the project has vx.toml or .vx/, or when the user mentions vx, tool version managem...
Install via ClawdBot CLI:
clawdbot install loonghao/vx-usageGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Jul 22, 2026
When a new developer joins a team, they can run vx node --version and vx just build without pre-installing tools. vx automatically installs the correct versions, removing setup friction and reducing onboarding time by hours.
An AI agent with vx skills can manage Git workflows and run tests using vx git and vx cargo. This ensures the agent uses the correct tool versions and reduces token usage via structured outputs and selective filtering.
A developer debugging a failed CI pipeline uses vx gh run view with --json --jq to fetch only job names and conclusions, then pipes logs through vx rg to extract errors. This approach cuts token consumption from 226k to under 500 tokens.
A team using both macOS and Linux can share a vx.toml configuration that auto-installs Node.js 18, Python 3.12, and Go 1.22 for each platform. Developers just run vx node app.js and vx uv pip install -r requirements.txt.
A polyglot project requiring Node.js for frontend, Python for backend, and Rust for core logic can be managed with a single vx.toml. Running vx npm install, vx uv sync, and vx cargo build automatically installs each toolchain.
vx is open source with optional enterprise support contracts. Companies pay for dedicated assistance, custom provider.star files, and SLAs, while individuals use vx for free.
A hosted service where teams define vx.toml policies, manage provider versions, and audit tool usage. Integrates with GitHub and CI systems. Pricing based on team size.
vx's token-efficient output compression (--compact) and structured JSON filters are offered as a premium add-on for AI agents. Basic tool execution remains free, but advanced token savings require a license.
💬 Integration Tip
Start by prefixing any command with vx (e.g., vx node --version) to test auto-installation. Then add vx.toml to your repo root with tool versions for your project.
Scored Jun 21, 2026
Real-time search engine supporting web search, vertical domain search, parallel batch search, and URL content extraction.
Manage Feishu (Lark) calendars by listing, searching, checking schedules, syncing events, and marking tasks with automated date extraction.
Process multiple items with progress tracking, checkpointing, and failure recovery.
cad reference tool
Search, install, and create OpenClaw skills using intelligent matching across built-in, local, and GitHub skill repositories.
Use when building CLI tools, implementing argument parsing, or adding interactive prompts. Invoke for CLI design, argument parsing, interactive prompts, progress indicators, shell completions.