·api-charge-pix
</>

api-charge-pix

universokobana/kobana-agent-skills

Guide for managing Pix charges, accounts, and payments using Kobana API. Use when the user wants to create, list, update, or cancel Pix charges, manage Pix accounts, or handle charge payments.

8Installs·0Trend·@universokobana

Installation

$npx skills add https://github.com/universokobana/kobana-agent-skills --skill api-charge-pix

SKILL.md

| GET | /v2/charge/pixaccounts | List all Pix accounts | | POST | /v2/charge/pixaccounts | Create a new Pix account | | GET | /v2/charge/pixaccounts/{uid} | Get a specific Pix account | | PUT | /v2/charge/pixaccounts/{uid} | Update a Pix account | | DELETE | /v2/charge/pixaccounts/{uid} | Delete a Pix account |

| GET | /v2/charge/pix | List all Pix charges | | POST | /v2/charge/pix | Create a new Pix charge | | GET | /v2/charge/pix/{uid} | Get a specific Pix charge | | PUT | /v2/charge/pix/{uid}/update | Update a Pix charge | | DELETE | /v2/charge/pix/{uid} | Delete a Pix charge | | POST | /v2/charge/pix/{uid}/cancel | Cancel a Pix charge |

| GET | /v2/charge/pix/{pixuid}/commands | List commands for a Pix charge | | GET | /v2/charge/pix/{pixuid}/commands/{id} | Get a specific command |

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/universokobana/kobana-agent-skills --skill api-charge-pix
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is api-charge-pix?

Guide for managing Pix charges, accounts, and payments using Kobana API. Use when the user wants to create, list, update, or cancel Pix charges, manage Pix accounts, or handle charge payments. Source: universokobana/kobana-agent-skills.

How do I install api-charge-pix?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/universokobana/kobana-agent-skills --skill api-charge-pix Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/universokobana/kobana-agent-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01