Requiems API Skills
Installable AI skills that give your coding agent direct knowledge of Requiems API, authentication, fraud detection, payments intelligence, and global data, all through one unified API.
Drop a skill into your agent and start calling Requiems API endpoints without copying docs or writing boilerplate.
Install in Claude Code
Register this repository as a Claude Code plugin marketplace:
/plugin marketplace add bobadilla-tech/requiems-api-skills
Then browse and install:
- Select Browse and install plugins
- Select requiems-api-skills
- Select Install now
Or install directly:
/plugin install requiems-api-skills@requiems-api-skills
Once installed, mention the skill naturally: "Use the identity skill to protect this signup endpoint."
Install in OpenCode
Copy the skill file into your OpenCode skills directory:
npm install @requiems/api-skills
mkdir -p ~/.opencode/skills/requiems-identity
cp node_modules/@requiems/api-skills/skills/identity.md ~/.opencode/skills/requiems-identity/SKILL.md
Install in GitHub Copilot
Place the skill file in your repo's .github/copilot-instructions folder or include it as a custom instruction set in your Copilot workspace settings.
npm install @requiems/api-skills
mkdir -p .github/copilot-instructions
cp node_modules/@requiems/api-skills/skills/identity.md .github/copilot-instructions/requiems-identity.md
Install Manually (any agent)
Skills are plain Markdown files. Works anywhere that accepts custom instructions or a SKILL.md convention:
npm install @requiems/api-skills
# Then copy the .md file from node_modules/@requiems/api-skills/skills/ wherever your agent expects it
What's Inside
Each skill gives your agent:
- Full endpoint reference (paths, params, response shapes)
- Copy-paste request examples
- Error codes and handling patterns
- Engine composition guides (e.g.
/v1/signup/protect)
Links
Contributing or building skills? See docs/.
No comments yet
Be the first to share your take.