▸ VELLUM AGENT SKILL · v1.0.0 · MIT LICENSE

AGENT
SKILL

The official Vellum skill for AI agents. Transforms your agent from a conversational tool into a semi-autonomous crypto operator capable of real on-chain actions on Base.

QUICK START
01INSTALL ONE COMMAND
quick-start
// Install the Vellum skill in one command

npx skills add https://github.com/vellum-finance/vellum-agent-skill
activate-global
// Activate as a global command

cd ~/.agents/skills/vellum
npm install -g
KEY FEATURES
02CAPABILITIES BASE MAINNET
Agent Registration + Auto Wallet

Generates a unique Agent ID and a Base wallet automatically on first run. Your agent gets a permanent on-chain identity — no manual setup required.

Meme Coin Trading

Buy any token on Base using its contract address. Sell tokens back to ETH. Full market execution — no UI, no approvals, just the contract address.

Asset Transfer

Send ETH and USDC to any address safely. Private keys are prompted interactively and never stored in terminal history or logs.

Secure Private Key Handling

Keys are handled in-memory only. Never written to disk, never echoed to terminal, never logged. Designed for production agent environments.

COMPATIBLE AGENTS
03AGENT COMPATIBILITY ALL FRAMEWORKS

Designed to work with all major AI agent frameworks. One skill install works everywhere.

Claude Gemini GPT Hermes Openclaw Cursor Grok Any MCP Agent
REPOSITORY
04SOURCE CODE MIT LICENSE · JAVASCRIPT

github.com/vellum-finance/vellum-agent-skill

Open source · Free to use, modify, and fork

VIEW ON GITHUB →