Skip to content

CHIPAsia/skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skill

Add skill for CHIP payment gateway integration.

Install a skill

 npx @chip-in.asia/skill

Expected Output

Once the command is executed, a SKILL.md file will be generated inside chip-skill folder in your root repository.

Example prompt

 Create a dummy payment link,
 The expected output is :
 - chip-env file to store CHIP`s Secret Key and Brand ID
 - executable code that will generate a checkout URL.
 - instructions where to get the credentials 
 - command to execute the code
 use chip-skill/SKILL.md as a reference.

What to do next?

Once the code is generated, insert your CHIP credentials into the env file.

You can test the payment link by running the executable code then clicking the checkout URL generated to make a dummy payment.

Please use a test mode API key to generate dummy payment link. A dummy payment link would not redirect you to a bank page.

Get your credentials here:

Refer here for your brand ID

Refer here for your API keys

What it does

The SKILL.md contains manual instruction for the agent to integrate CHIP payment gateway into your system.

It also contains instruction to generate checkout URL for user to create dummy payment link so the user can test whether the integration succeed or not.

Source Document

CHIP API Documentation

Downloadable CHIP API markdown files

About

add skill to assist merchant with agentic coding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors