agentsclimarketplace

Kobana charge

Skill universokobana/kobana-cli/skills/kobana-charge

Kobana CLI - leia extrato e saldo, realize pagamentos, emita cobranças em mais de 40 bancos, direto da linha de comando.

Install
npx -y skills add universokobana/kobana-cli --skill kobana-charge

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 2 stars2 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.

What its author says it does

Copied from the file, not written here

Kobana Cobranças: Pix, Pix Automático, contas Pix, recebimentos.

SKILL.md

2.6 KB, as published. Nobody here has run it

charge — Cobranças

PREREQUISITE: Read ../kobana-shared/SKILL.md for auth, global flags, and security rules.

kobana charge <resource> <method> [flags]

Helper Commands

CommandDescription
+cobrarCriar cobrança Pix com interface simplificada

API Resources

pix

  • list — Listar Pix
  • create — Criar um Pix
  • get — Visualizar um Pix. Params: uid
  • update — Atualizar um Pix. Params: pix_uid
  • cancel — Cancelar um Pix. Params: pix_uid
  • delete — Excluir um Pix. Params: uid

pix-accounts

  • list — Listar Contas Pix
  • create — Criar Conta Pix
  • get — Visualizar uma Conta Pix. Params: uid
  • update — Atualizar Conta Pix. Params: uid
  • delete — Deletar Conta Pix. Params: uid

pix commands

  • list — Listar Comandos de um Pix. Params: pix_uid
  • get — Visualizar um Comando. Params: pix_uid, id

automatic-pix accounts

  • list — Listar contas Pix Automático
  • create — Criar conta Pix Automático
  • get — Visualizar conta. Params: uid
  • update — Atualizar conta. Params: uid
  • delete — Excluir conta. Params: uid

automatic-pix locations

  • list — Listar Locations do Pix Automático
  • create — Criar Location
  • get — Consultar Location. Params: uid

automatic-pix pix

  • list — Listar cobranças Pix Automático
  • get — Visualizar cobrança. Params: uid
  • update — Atualizar cobrança. Params: uid
  • cancel — Cancelar cobrança. Params: uid
  • retry — Retentar cobrança. Params: uid

automatic-pix recurrences

  • list — Listar recorrências Pix Automático
  • create — Criar recorrência
  • get — Visualizar recorrência. Params: uid
  • update — Atualizar recorrência. Params: uid
  • cancel — Cancelar recorrência. Params: uid

automatic-pix requests

  • list — Listar solicitações Pix Automático
  • get — Visualizar solicitação. Params: uid
  • update — Atualizar solicitação. Params: uid
  • cancel — Cancelar solicitação. Params: uid

payments

  • list — Listar Recebimentos
  • create — Informar Recebimento
  • get — Informações do Recebimento. Params: uid
  • delete — Excluir Recebimento. Params: uid

Discovering Commands

kobana charge --help
kobana charge pix --help
kobana schema charge.pix.create

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.