Use the Chargefy skill to implement a R$ 99.90 checkout in this project, in test mode, with payment confirmation through a webhook.
You can use the skills without connecting an account. To look up or create resources in your organization, also configure MCP.
1. Install the skills
With Node.js installed, open a terminal in your project directory and run:- Claude Code
- Codex
- Cursor
--global to install for your user across projects. Open a conversation in the project after installation; restart the agent if the skill does not appear.
Using another IDE or agent? The skills follow the open Agent Skills standard. Run the same command and select your tool from the installer’s options. Compatibility requires the IDE’s agent to support skills; installing a skill does not add that capability to an editor. See the agents supported by the installer.
To verify, ask:
Read the chargefy skill and explain which flow to use to sell a course through a payment link.Each command installs the selected skill. The agent uses the relevant instructions for each task; MCP is optional.
Included skills
The commands above let you choose an agent in the installer. Add
--agent claude-code, --agent codex, or --agent cursor to target your tool directly.
For example: “Use chargefy to model a R$ 99/month Pro plan, then chargefy-billing to implement a 14-day trial.” To review existing code: “Use chargefy to check this integration for duplicate charges.”
2. Connect MCP
In the dashboard, open Developers → MCP and Skills and check that test access is enabled. Then configure your agent:- Claude Code
- Codex
- Cursor
/mcp, select chargefy, and choose Authenticate
to sign in with your Chargefy account.3. Check the connection
Ask:Use the Chargefy connection for reading only. Show the organization, environments, and access level. Then list up to 5 test customers. Do not change anything.The agent should report the authorized organization and test customers. An empty list also confirms the query when no customers exist. With test write access authorized, you can ask:
Create a R$ 99.90 payment link for the Introduction to Photography course, in the test environment.MCP supports queries and creating or editing customers, catalog items, discounts, and links. Captures, refunds, and subscription cancellation are outside its scope. The skill can guide API code for those integrations; see the available tools.
Keep the skills updated
Run the installation command again to get the current content. Keep--global if you used it initially. For the Claude Code plugin, follow its update instructions.
If the skill cannot be found, check that your agent opened the directory where you installed it. If MCP connects but denies a query, check the organization, environment, and permissions in Access and permissions.
