Graphql
Fetches structured data from Lobbi Docs' GraphQL API to power backend features and integrations.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add lobbi-docs-graphql npx -- -y @trustedskills/lobbi-docs-graphql
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"lobbi-docs-graphql": {
"command": "npx",
"args": [
"-y",
"@trustedskills/lobbi-docs-graphql"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to interact with data through GraphQL APIs. It allows querying and retrieving specific data points, avoiding the need to download entire datasets. The skill facilitates efficient data retrieval and manipulation based on defined schemas.
When to use it
- Data Extraction: Retrieve specific product details from an e-commerce platform's API instead of downloading all products.
- Report Generation: Pull relevant data points for a custom report directly from a database via GraphQL query.
- Content Aggregation: Combine data from multiple sources with different schemas into a unified view using GraphQL joins.
- API Integration: Access and manipulate data exposed through existing GraphQL APIs, streamlining workflows.
Key capabilities
- GraphQL Query Execution
- Schema Introspection
- Data Filtering & Transformation
- API Endpoint Configuration
Example prompts
- "Fetch the names and prices of all products in the 'electronics' category."
- "Get a list of users who have placed orders in the last month, including their email addresses."
- "Create a GraphQL query to retrieve the total revenue generated this quarter."
Tips & gotchas
- Requires familiarity with GraphQL syntax and schema structures.
- Ensure the target API endpoint is accessible and properly configured within the agent's environment.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.