Explore and query the gaiia GraphQL API. Schema exploration, query construction, and API execution.
A Claude Code plugin marketplace for interacting with the gaiia platform.
| Plugin | Description |
|---|---|
| gaiia-api | Explore and query the Gaiia GraphQL API — schema exploration, query construction, mutation discovery, and execution. |
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
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"
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.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub gaiia-systems/agent-plugins-official --plugin gaiia-apiGraphQL API design, optimization, and implementation expert for scalable API architectures
Connector - Production-ready API integration specialist. Orchestrates 10 agents to generate typed clients, auth flows, error handling, rate limiting, and mock servers from OpenAPI/GraphQL specs. Delivers enterprise-grade API integrations, not basic fetch wrappers.
Builds GraphQL APIs with schema design, resolvers, error handling, and performance optimization using Apollo or Graphene. Use when creating flexible query APIs, migrating from REST, or implementing real-time subscriptions.
Commands for designing and documenting REST and GraphQL APIs
Build GraphQL servers with schema-first design, resolvers, and subscriptions
Validate and synchronize API contracts (OpenAPI, GraphQL) with implementation, detect breaking changes, and generate client code