0-finance-cli

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.

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 "0-finance-cli" with this command: npx skills add different-ai/agent-bank/different-ai-agent-bank-0-finance-cli

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

  • Identify the product capability being exposed.

  • Add or update the matching CLI command in packages/cli/src/index.ts .

  • Update CLI docs in packages/docs/cli/ (installation + reference).

  • Update product docs or landing pages if the CLI entrypoint changes.

  • Verify the CLI output examples match actual responses.

Testing

Run commands from packages/cli using either Bun or pnpm:

  • bun --cwd packages/cli run dev -- <command args>

  • pnpm --filter agent-bank exec tsx src/index.ts <command args>

Common Issues

  • pnpm --filter agent-bank dev -- ... injects a literal -- argument, which Commander treats as end-of-options; use pnpm --filter agent-bank exec tsx src/index.ts ... instead.

  • pnpm exec prints an extra undefined line on non-zero exits; this is a pnpm quirk. Use finance or Bun for cleaner stderr if needed.

Documentation Requirements

  • Update packages/docs/cli/reference.mdx when a command or option changes.

  • Update packages/docs/cli/installation.mdx when auth or install steps change.

  • Keep packages/docs/index.mdx quick start in sync with the CLI.

Completion Criteria

  • CLI functionality matches the product capability.

  • Docs reflect the latest CLI behavior.

  • If the CLI is user-facing, update the landing quick-start copy.

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

browser-automation

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

video-subtitle-cutter

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

debug prod issues

No summary provided by upstream source.

Repository SourceNeeds Review