
Gaiia Api
- Updated April 8, 2026
- gaiia-systems/agent-plugins-official
gaiia-api is a Claude Code skill in the Backend & APIs category. Explore and query the gaiia GraphQL API. Schema exploration, query construction, and API execution.
Key points
- gaiia-api
- Backend & APIs
- AI-coding skill
Gaiia Api by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add gaiia-systems/agent-plugins-official/plugin install gaiia-api@agent-plugins-officialAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | April 8, 2026 |
|---|---|
| Repository | gaiia-systems/agent-plugins-official ↗ |
What it does
Explore and query the gaiia GraphQL API. Schema exploration, query construction, and API execution.
README.md
gaiia-systems/agent-plugins-official
A Claude Code plugin marketplace for interacting with the gaiia platform.
Available Plugins
| Plugin | Description |
|---|---|
| gaiia-api | Explore and query the Gaiia GraphQL API — schema exploration, query construction, mutation discovery, and execution. |
Install
Add this marketplace to Claude Code:
/plugin marketplace add gaiia-systems/agent-plugins-official
Then install a plugin:
/plugin install gaiia-api@agent-plugins-official
Usage
Once installed, plugin skills are namespaced under the plugin name. For example:
/gaiia-api:graphql
Or just ask Claude something that matches the skill description — it will load automatically:
"Find all subscriptions for customer X in the Gaiia API"
Contributing
Each plugin lives in plugins/<plugin-name>/ and follows the Claude Code plugin structure:
plugins/<plugin-name>/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest (name, description, version)
└── skills/
└── <skill-name>/
├── SKILL.md # Skill instructions (required)
└── ... # Supporting files (scripts, references, etc.)
The marketplace catalog is at .claude-plugin/marketplace.json.