spellcaster-cli

Operate the `spellcaster` binary for Makina machine and caliber workflows in non-interactive mode, including balances, positions, swaps, bridge actions, and maintenance commands. Use this skill whenever the user asks to run or debug `spellcaster` terminal commands (as an installed binary), compose command flags, configure `~/.config/spellcaster/config.toml`, or fix CLI errors related to `--machine`, `--caliber`, signer mode, `--dev`, Safe, and RPC settings.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "spellcaster-cli" with this command: npx skills add makinahq/makina-agents/makinahq-makina-agents-spellcaster-cli

Spellcaster CLI

Overview

Use this skill to produce correct, executable spellcaster commands for operators using the installed CLI binary. Keep responses operational: verify prerequisites, provide exact commands, and map common errors to concrete fixes.

Workflow

  1. Confirm binary and config availability.
  • Run spellcaster --version to verify the binary is installed.
  • Assume config path precedence:
    • --config <path> if provided.
    • $XDG_CONFIG_HOME/spellcaster/config.toml when XDG_CONFIG_HOME is set.
    • Otherwise ~/.config/spellcaster/config.toml.
  • If config is missing and the workspace includes example.config.toml, provide a copy command and call out the minimum sections needed ([machines], [rpc_urls], [signer]).
  1. Prefer non-interactive mode.
  • In non-interactive mode, require:
    • --machine <NAME> for all commands.
    • --caliber <CHAIN> for all commands except full-aum-update-cycle.
  1. Build commands in the canonical order.
  • Put global flags before the subcommand:
    • spellcaster [--config ...] [--dev] [--unsigned] [--safe ...] --machine ... --caliber ... <command> [command flags]
  • Prefer exact token values supplied by the user (addresses, amounts, chain names).
  • If required values are missing, ask only for missing fields and keep placeholders minimal.
  1. Handle signing and environment safely.
  • Respect signer configuration in config.toml.
  • Use --unsigned when the user explicitly wants unsigned/dev execution.
  • Use --dev only when targeting Tenderly virtual testnets and ensure dev_rpc_urls are configured.
  • Never echo secret values (private keys, API keys, tokens) in output.
  1. Troubleshoot with direct fixes.
  • If error says must specify machine..., add --machine <NAME>.
  • If error says must specify caliber..., add --caliber <CHAIN> unless command is full-aum-update-cycle.
  • If error says please set [dev_rpc_urls]..., add [dev_rpc_urls] entries in config or remove --dev.
  • If machine resolution fails, check [machines] mapping and github_token access for private repos.

Response Template

Use this concise structure unless the user requests something else:

  1. Preflight: installed binary + config path assumptions.
  2. Command: one or more ready-to-run commands in fenced bash.
  3. Why: one sentence explaining key flags.
  4. If It Fails: 1-3 targeted troubleshooting checks.

Command Discovery

When users ask what is available, use help output first:

  • spellcaster --help
  • spellcaster <subcommand> --help

Do not guess unsupported flags when help output can resolve uncertainty.

References

Load references/command-snippets.md for concrete examples and error-to-fix mappings.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

openclaw-version-monitor

监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明

Archived SourceRecently Updated
Coding

ask-claude

Delegate a task to Claude Code CLI and immediately report the result back in chat. Supports persistent sessions with full context memory. Safe execution: no data exfiltration, no external calls, file operations confined to workspace. Use when the user asks to run Claude, delegate a coding task, continue a previous Claude session, or any task benefiting from Claude Code's tools (file editing, code analysis, bash, etc.).

Archived SourceRecently Updated
Coding

ai-dating

This skill enables dating and matchmaking workflows. Use it when a user asks to make friends, find a partner, run matchmaking, or provide dating preferences/profile updates. The skill should execute `dating-cli` commands to complete profile setup, task creation/update, match checking, contact reveal, and review.

Archived SourceRecently Updated
Coding

clawhub-rate-limited-publisher

Queue and publish local skills to ClawHub with a strict 5-per-hour cap using the local clawhub CLI and host scheduler.

Archived SourceRecently Updated