Kobana financial
Kobana Financeiro: Contas, saldos, extratos, comandos, provedores.From its SKILL.md
npx -y skills add universokobana/kobana-cli --skill kobana-financialAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 3 commands, including `kobana financial --help` and 2 more.
SKILL.md
1.6 KB, 397 tokens by cl100k_base, as published. Nobody here has run it
financial — Financeiro
PREREQUISITE: Read
../kobana-shared/SKILL.mdfor auth, global flags, and security rules.
kobana financial <resource> <method> [flags]
API Resources
accounts
list— Listar Contascreate— Criar uma Contaget— Visualizar uma Conta. Params:idupdate— Atualizar Conta. Params:iddelete— Excluir uma Conta. Params:uid
accounts balances
list— Listar Saldos. Params:financial_account_uidcreate— Criar um Saldo. Params:financial_account_uidget— Visualizar um Saldo. Params:financial_account_uid,balance_uid
accounts commands
list— Listar Comandos de uma Conta. Params:financial_account_uidget— Visualizar um Comando. Params:financial_account_uid,id
accounts statement
list— Listar Transações do Extrato. Params:financial_account_uidsync— Sincronizar Extrato. Params:financial_account_uid
accounts statement imports
list— Listar Importações de Extrato. Params:financial_account_uidcreate— Importar Extrato. Params:financial_account_uidget— Visualizar Importação. Params:financial_account_uid,uid
providers
list— Listar Provedores Financeiros
Discovering Commands
kobana financial --help
kobana financial accounts --help
kobana schema financial.accounts.balances.list
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.
Gives 0 of the 12 instructions most finance skills give in 397 tokens
Counted across 469 of the 469 authors here whose files we hold, read 2026-08-07
- Extract date vendor amount and descriptionin 15 of 469, across 3 files
- Scan folder for invoice filesin 14 of 469, across 2 files
- Rename files to standard formatin 14 of 469, across 2 files
- Show organization plan before movingin 14 of 469, across 2 files
- Generate summary CSVin 14 of 469, across 2 files
- Organize files by categoryin 13 of 469, across 1 file
- Preserve original filesin 13 of 469, across 1 file
- Flag files missing critical infoin 13 of 469, across 1 file
- Produce the requested output filein 9 of 469, across 4 files
- Build best, base, and worst case scenariosin 9 of 469, across 5 files
- Implement backoff if rate limit errors occurin 8 of 469, across 3 files
- Determine the weighted average cost of capitalin 8 of 469, across 4 files
Said here and by no other author read
- read the shared skill prerequisite
- use the financial command with resource and method
- provide required params for each method
- use the help flag to discover commands
- use the schema command to inspect methods
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.