{"id":51029934,"url":"https://github.com/bobadilla-tech/requiems-api-skills","last_synced_at":"2026-06-21T23:30:37.788Z","repository":{"id":360724292,"uuid":"1223018470","full_name":"bobadilla-tech/requiems-api-skills","owner":"bobadilla-tech","description":"🦾 Skills for Requiems API","archived":false,"fork":false,"pushed_at":"2026-06-14T22:52:37.000Z","size":141,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-15T00:20:32.200Z","etag":null,"topics":["agentic-ai","claude-skills","codex-skill","copilot-skills","skills"],"latest_commit_sha":null,"homepage":"https://requiems.xyz/skills","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bobadilla-tech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-27T23:53:33.000Z","updated_at":"2026-06-14T22:52:42.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/bobadilla-tech/requiems-api-skills","commit_stats":null,"previous_names":["bobadilla-tech/requiems-api-skills"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bobadilla-tech/requiems-api-skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobadilla-tech%2Frequiems-api-skills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobadilla-tech%2Frequiems-api-skills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobadilla-tech%2Frequiems-api-skills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobadilla-tech%2Frequiems-api-skills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bobadilla-tech","download_url":"https://codeload.github.com/bobadilla-tech/requiems-api-skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobadilla-tech%2Frequiems-api-skills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34629658,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-21T02:00:05.568Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agentic-ai","claude-skills","codex-skill","copilot-skills","skills"],"created_at":"2026-06-21T23:30:35.092Z","updated_at":"2026-06-21T23:30:37.782Z","avatar_url":"https://github.com/bobadilla-tech.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cp align=\"center\"\u003e\n    \u003ca href=\"https://requiems.xyz/?utm_source=github\u0026utm_medium=logo\" target=\"_blank\"\u003e\n      \u003cimg src=\"https://raw.githubusercontent.com/bobadilla-tech/requiems-api/refs/heads/main/apps/dashboard/app/assets/images/logo.png\" alt=\"Requiems API\" width=\"280\" /\u003e\n    \u003c/a\u003e\n  \u003c/p\u003e\n  \u003cp align=\"center\"\u003e\n    All-in-one backend for SaaS products.\n  \u003c/p\u003e\n  \u003cp align=\"center\"\u003e\n    \u003ci\u003eA product by \u003ca href=\"https://bobadilla.tech\"\u003eBobadilla Technologies\u003c/a\u003e\u003c/i\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n# Requiems API Skills\n\nInstallable AI skills that give your coding agent direct knowledge of [Requiems API](https://requiems.xyz) — authentication, fraud detection, payments intelligence, and global data, all through one unified API.\n\nDrop a skill into your agent and start calling Requiems API endpoints without copying docs or writing boilerplate.\n\n## Install in Claude Code\n\nRegister this repository as a Claude Code plugin marketplace:\n\n```\n/plugin marketplace add bobadilla-tech/requiems-api-skills\n```\n\nThen browse and install:\n\n1. Select **Browse and install plugins**\n2. Select **requiems-api-skills**\n3. Pick the skill set you want (e.g. `identity-skills`, `payments-skills`)\n4. Select **Install now**\n\nOr install directly:\n\n```\n/plugin install identity-skills@requiems-api-skills\n/plugin install payments-skills@requiems-api-skills\n```\n\nOnce installed, mention the skill naturally: _\"Use the identity skill to protect this signup endpoint.\"_\n\n## Install in OpenCode\n\nCopy the skill file into your OpenCode skills directory:\n\n```bash\nnpm install @requiems/api-skills\nmkdir -p ~/.opencode/skills/requiems-identity\ncp node_modules/@requiems/api-skills/skills/identity.md ~/.opencode/skills/requiems-identity/SKILL.md\n```\n\n## Install in GitHub Copilot\n\nPlace the skill file in your repo's `.github/copilot-instructions` folder or include it as a custom instruction set in your Copilot workspace settings.\n\n```bash\nnpm install @requiems/api-skills\nmkdir -p .github/copilot-instructions\ncp node_modules/@requiems/api-skills/skills/identity.md .github/copilot-instructions/requiems-identity.md\n```\n\n## Install Manually (any agent)\n\nSkills are plain Markdown files. Works anywhere that accepts custom instructions or a `SKILL.md` convention:\n\n```bash\nnpm install @requiems/api-skills\n# Then copy the .md file from node_modules/@requiems/api-skills/skills/ wherever your agent expects it\n```\n\n## What's Inside\n\nEach skill gives your agent:\n\n- Full endpoint reference (paths, params, response shapes)\n- Copy-paste request examples\n- Error codes and handling patterns\n- Engine composition guides (e.g. `/v1/signup/protect`)\n\n## Links\n\n- [Requiems API docs](https://requiems.xyz/en/apis)\n- [Official client libraries](https://github.com/bobadilla-tech/requiems-api-clients)\n- [requiems.xyz](https://requiems.xyz)\n\n---\n\n\u003e Contributing or building skills? See [docs/](docs/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbobadilla-tech%2Frequiems-api-skills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbobadilla-tech%2Frequiems-api-skills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbobadilla-tech%2Frequiems-api-skills/lists"}