grimoire

Install and operate the Grimoire CLI to author, validate, simulate, and execute .spell strategies.

6|2|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/franalgaba/grimoire --skill grimoire-franalgaba
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: grimoire
Source: https://github.com/franalgaba/grimoire/tree/main/skills/grimoire
Command: npx skills add https://github.com/franalgaba/grimoire --skill grimoire-franalgaba

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Grimoire centralizes the installation, authoring, validation, simulation, and safe execution of .spell strategies so agents and operators can build deterministic financial workflows without ad-hoc tooling gaps.

Core Features & Use Cases

  • Installation & Runtime: Guidance for global, npx, and repo-local Bun invocations and how to resolve invocation failures.
  • Authoring & Validation: Mandatory reference-first authoring rules, formatting, compile/validate loops, and advisory hygiene for deterministic advisory outputs.
  • Preview & Execution Safety: Preview-first semantics with simulate and cast --dry-run, Foundry Anvil/Cast diagnostics, venue doctor checks, cross-chain orchestration, and advisory replay for consistent live execution.
  • Use Case: A developer preparing a cross-chain value-moving strategy can follow the skill to set up wallets, validate spell syntax, run local fork previews, capture advisory outputs for replay, and safely move to a live cast.

Quick Start

Run the Grimoire CLI setup, validate your .spell, and simulate it with the appropriate RPC and chain settings.

Frequently Asked Questions about grimoire

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate and simulate .spell strategies before live execution?

To validate .spell strategies, use the Grimoire CLI to run compile and validate loops, then simulate execution with Foundry Anvil local fork previews and cast --dry-run checks to ensure dry-run-to-live safety.

What is the best way to author deterministic financial workflows without ad-hoc tooling?

Authoring deterministic financial workflows requires following reference-first rules and advisory hygiene formatting within the Grimoire CLI to generate consistent, validated .spell strategies for cross-chain orchestration.

How do I set up the Grimoire CLI environment for cross-chain value-moving strategies?

Set up the Grimoire CLI environment by configuring global, npx, or repo-local Bun invocations, resolving invocation failures, and connecting the appropriate RPC and chain settings for wallet diagnostics and cross-chain orchestration.

Can I use Foundry Cast and Anvil for advisory decision gating and replay support?

Yes, Foundry Cast and Anvil integration supports advisory decision gating, venue doctor checks, and advisory replay to capture outputs and ensure consistent live execution of financial workflows.

Why does my .spell simulation fail during local fork previews?

Simulation failures during local fork previews often stem from incorrect RPC settings, unvalidated .spell syntax, or environment setup issues; run venue doctor checks and validate advisory schemas to diagnose.

Do I need Bun to run Grimoire CLI for .spell strategy execution?

Bun is supported for repo-local invocations of the Grimoire CLI, but global and npx invocation methods are also available to install, author, and run .spell strategies for deterministic financial workflows.