Supported platforms
The glam-skill works with any skills.sh-compatible platform:- Claude Code
- Gemini CLI
- Codex
- OpenCode
Installation
For skills.sh-compatible platforms:In Claude Code, you can also install with
/skill or add the skill manually to your project configuration.Configuration
Before your agent can manage vaults, you need the GLAM CLI installed and configured. Install the CLI:~/.config/glam/config.json:
config.json
Need an RPC endpoint? AI agents can create a Helius account and get an API key automatically. Your
json_rpc_url would then be https://mainnet.helius-rpc.com/?api-key=<helius-api-key>.The
jupiter_api_key is optional but recommended. It’s required for commands that fetch token prices (e.g., vault token-balances). Get one for free on Jupiter Developer Platform.-C flag.
Example walkthrough
Here’s what managing a GLAM vault looks like through an AI agent. The following prompts mirror the CLI quickstart flow.Create a vault
Prompt your agent:The agent will generate the vault configuration JSON and run the appropriate
glam-cli vault create command.Grant delegate permissions
delegate grant commands with the right protocol and permission names.Manage portfolio
What the skill provides
- Decision tree for vault operations — the agent knows which commands to run and in what order
- Error handling — the agent interprets CLI errors and suggests fixes
- Integration awareness — the agent understands which integrations need to be enabled before use and what permissions delegates need
- CLI and SDK coverage — the agent can use either the CLI or the TypeScript SDK depending on your context