Strawberry Graphql
Queries Strawberry GraphQL APIs using optimized techniques for efficient data retrieval and manipulation.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add yonatangross-strawberry-graphql npx -- -y @trustedskills/yonatangross-strawberry-graphql
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"yonatangross-strawberry-graphql": {
"command": "npx",
"args": [
"-y",
"@trustedskills/yonatangross-strawberry-graphql"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides GraphQL functionality using the Strawberry framework. It allows AI agents to define and execute GraphQL queries, enabling them to retrieve specific data from structured sources efficiently. This simplifies complex data requests compared to traditional API calls by allowing users to specify exactly what they need.
When to use it
- Data Extraction: Retrieve specific product details (name, price, description) from an e-commerce platform using a GraphQL query.
- Report Generation: Pull aggregated sales data for a particular region and time period.
- Content Filtering: Fetch blog posts matching certain criteria like category or author.
- API Integration: Interact with APIs that expose their functionality through GraphQL endpoints.
Key capabilities
- GraphQL query execution
- Strawberry framework integration
- Data retrieval from structured sources
- Schema definition (implied)
Example prompts
- "Get me the names and prices of all products in the 'electronics' category."
- "What were the total sales for the last quarter?"
- "Find blog posts authored by John Doe about AI."
Tips & gotchas
The agent needs access to a GraphQL endpoint or schema definition to function correctly. Ensure that the necessary permissions and authentication are configured for accessing the target data source.
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.