- name
- speed-skills
- description
- >-
- license
- GPL-3.0-only
- metadata
- openclaw
- homepage
- https://github.com/lightspeedfoundation/speed-skills/blob/main/agentic/README.md
Speed-CLI — Agentic hub
Skill-style docs for the Speed-CLI multichain tool and speed-scripts: frontmatter, mental models, tables, pitfalls, and links. Full sources live in lightspeedfoundation/speed-skills on GitHub.
Browse on the web: GitHub Pages (repo root index.html).
Per-skill URL pattern: https://github.com/lightspeedfoundation/speed-skills/blob/main/agentic/<category>/skill.md
How agents should use this folder
- Match intent — use the
descriptionin each skill’s YAML frontmatter (trigger terms live there). - Read one skill end-to-end before mixing commands — Orchestration ties phases together.
- Deep CLI flags — confirm with
speed <cmd> --help; Commands summarizes roles, not every flag. - Scripts vs CLI vocabulary — Scripts points at scripts-reference; script-level flags and JSON are covered in Function builder (mirror of upstream function-builder-skill).
Skill index
Start
Install, speed setup, MCP, speed skill, whoami, scripting flags, advanced setup (Cursor + clone speed-scripts, e.g. cbBTC / trailing-stoploss-any).
Why Speed-CLI
Problems solved, design pillars, what the CLI is *not*, relation to speed-scripts.
Protocol
Env matrix, chains/explorers, SPEED address, 0x/Squid/oracles, RPC, MCP merge rules, identity/SANS.
Commands
Global flags, JSON contract, grouped subcommands, doctor behavior.
Scripts
Clone speed-scripts, folder discovery, *-skill.md, upstream doc links.
Building blocks
Base vs target, strategy families, regime thinking, hazards, decimals.
Function builder
Every speed flag/subcommand, JSON, decimals, PowerShell/bash patterns, pitfalls (mirrored from speed-scripts function-builder-skill).
Orchestration
Chaining JSON, multi-terminal, agent phases, errors, logging.
Identity & SANS
.speed on Base, profiles, SANS / OpenSea listings and offers.
MCP
speed start, mcp-url, encrypted env, trust model, debugging.
Security
Keys, allowances, revoke, MCP vs wallet boundary.
Observability
doctor, history, pending, xp.
GitHub Pages (maintainers)
Enable Settings → Pages → Branch: main, folder / (root) so the same repo serves the live site. Markdown under agentic/ is also viewable as raw .md on Pages if linked directly.
Optional later: per-command pages from --help, a fuller chain appendix, public-site risk disclaimers, pinned installs (npm install -g @lightspeed-cli/speed-cli@x.y.z) — none of these block publishing.