Skip to content

glitternetwork/uniweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

uniweb Skill

AI-powered integration assistant for the uniweb payment platform. Instead of reading docs, let your coding agent write the integration code.

Install

Claude Code

git clone https://github.com/glitternetwork/uniweb.git
mkdir -p ~/.claude/skills/uniweb
cp uniweb/skills/uniweb/SKILL.md ~/.claude/skills/uniweb/SKILL.md

Then ask Claude Code to use the uniweb skill:

Use the uniweb skill to add a checkout button to my Express app.

Codex

git clone https://github.com/glitternetwork/uniweb.git
mkdir -p ~/.codex/skills
cp -R uniweb/skills/uniweb ~/.codex/skills/uniweb

Then invoke the skill explicitly:

Use $uniweb to add a checkout button to my Express app.

What it can do

  • Generate checkout session integration code (Express, Next.js, any Node.js framework)
  • Set up webhook handlers with signature verification
  • Configure subscription billing with trials and dunning
  • Create payment links for no-code payment collection
  • Help with CLI commands and REST API calls
  • Debug payment issues

Prerequisites

You need a uniweb merchant wallet:

npm install -g @uniwebpay/cli
uniweb wallet create

Links

About

uniweb payment platform integration tools for Claude Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors