chellehoniker

Stos Finance — Development skill for Claude Code

Development community

Log a one-line income or expense to StorytellerOS finance.

How to install Stos Finance

Installs to ~/.claude/skills/chellehoniker-claude-code-storytelleros-stos-finance/SKILL.md

Terminal
mkdir -p ~/.claude/skills/chellehoniker-claude-code-storytelleros-stos-finance && curl -fsSL https://raw.githubusercontent.com/chellehoniker/claude-code-storytelleros/HEAD/commands/stos-finance.md -o ~/.claude/skills/chellehoniker-claude-code-storytelleros-stos-finance/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Stos Finance does


description: Log a one-line income or expense to StorytellerOS finance argument-hint: allowed-tools: [Bash, Read, Write]

Finance Quick-Capture

Log this finance entry: $ARGUMENTS

Follow the `finance` skill. Parse the type (`income` / `expense`), amount, and note from the arguments. If a vendor or pen name is mentioned, look it up first with `stos_vendors_list` / `stos_pen_names_list`. Then call `stos_finance_transactions_create` with the appropriate f

Alternatives in Development

  • Scientific Agent Skills — A set of ready to use Agent Skills for research, science, engineering, analysis, finance and writing 18.7k ★
  • Income Investment — Income Investment: Durable and Opportunistic Distribution Analysis 15.9k ★
  • Content Shipped — Proactively detect and log shipped content when user mentions publishing, launching, or completing work 1k ★

Full documentation available on GitHub

View Source Repository