rest-graphql-debug Skill
Debug REST/GraphQL APIs: status codes, auth, schemas, repro. Published by NousResearch in hermes-agent.
What is rest-graphql-debug Skill?
Debug REST/GraphQL APIs: status codes, auth, schemas, repro. Published by NousResearch in hermes-agent. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Documentation
- Data analysis
- Design and media
- Testing use cases
Technical details
- Install or run with Copy skill directory
When to use rest-graphql-debug Skill
- Use it for testing.
- Use it for documentation.
- Use it for data analysis.
- Use it for design and media.
Built with
Editorial notes
Source
- Creator: NousResearch
- Repository: NousResearch/hermes-agent
- Skill file: optional-skills/software-development/rest-graphql-debug/SKILL.md
What it does
Debug REST/GraphQL APIs: status codes, auth, schemas, repro.
Skill instructions
API Testing & Debugging Drive REST and GraphQL diagnosis through Hermes tools — terminal for curl, executecode for Python requests, webextract for vendor docs. Isolate the failing layer before guessing at the fix. When to Use - API returns unexpected status or body - Auth fails (401/403 after token refresh, OAuth, API key) - Works in Postman but fails in code - Webhook / callback integration debugging - Building or reviewing API integration tests - Rate limiting or pagination issues Skip for UI rendering, DB query tuning, or DNS/firewall infra (escalate). Core Principle Isolate the layer, then fix. A 200 OK can hide broken data. A 500 can mask a one-character auth typo. Walk the chain in order; never skip a step. 1. Connectivity → can we reach the host at all? 1.5 Timeouts → connect-slow vs read-slow? 2. TLS/SSL → cert valid and trusted? 3. Auth → credentials correct and unexpired? 4. Request format → payload shape match server expectations? 5. Response parse → does our code accept wha
Explore related resources
Frequently asked questions
What is rest-graphql-debug?
rest-graphql-debug is a open-source AI agent skill with Copy skill directory. Debug REST/GraphQL APIs: status codes, auth, schemas, repro.
Who is rest-graphql-debug best for?
rest-graphql-debug is best for reusing agent instructions, scripts, and references, testing workflows, documentation workflows, data analysis workflows.
How do I install rest-graphql-debug?
Install or run rest-graphql-debug using Copy skill directory. Check rest-graphql-debug for the latest setup command.
Is rest-graphql-debug actively maintained?
rest-graphql-debug may need a closer maintenance check before production use.
Auto-fetched from GitHub.