0-finance-cli

Installation
SKILL.md

Purpose

Keep the 0 Finance CLI agent-native: every user-facing capability in 0 Finance should be mirrored in the CLI. If a feature is added to the product, add the corresponding CLI command and update docs.

When to Use

Use this skill whenever modifying the CLI in packages/cli (the agent-bank package) or adding new commands, flags, or authentication flows.

Workflow

  1. Identify the product capability being exposed.
  2. Add or update the matching CLI command in packages/cli/src/index.ts.
  3. Update CLI docs in packages/docs/cli/ (installation + reference).
  4. Update product docs or landing pages if the CLI entrypoint changes.
  5. Verify the CLI output examples match actual responses.
Related skills
Installs
7
GitHub Stars
222
First Seen
Feb 9, 2026