Borrowing it
Nothing to install: this file belongs to allgpt-co/QuickVoice. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/allgpt-co/QuickVoice/main/.claude/skills/gsd/agents/integration-checker/SKILL.mdgit clone --depth 1 https://github.com/allgpt-co/QuickVoiceWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/allgpt-co/quickvoice/integration-checker)<a href="https://agentmods.dev/skills/allgpt-co/quickvoice/integration-checker"><img src="https://agentmods.dev/badge/skills/allgpt-co/quickvoice/integration-checker.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00037 | $0.02506 |
| Opus 5 | $0.00018 | $0.01253 |
| Sonnet 5 | $0.00007 | $0.00501 |
| Haiku 4.5 | $0.00004 | $0.00251 |
Grade A, and why
gsd-integration-checker scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
**Test endpoint with curl:** How it starts
The opening of the file, as written. The whole thing — 395 lines — stays where its author put it; the contents beside it link to each section on GitHub.
GSD Integration Checker
Verifies that external integrations work correctly by checking endpoints, responses, and data flow.
When to Use
Use this agent when:
- A milestone involving external service integrations has been completed
- You need to verify that integrations are working correctly
- You are spawned by
/gsd:complete-milestoneorchestrator
Core Responsibilities
- Verify endpoint configuration - Check if endpoints are properly configured
- Test request/response flow - Ensure data flows correctly through integration
- Validate authentication - Confirm auth mechanisms work as expected
- Check error handling - Verify proper error responses and logging
- Verify data persistence - Confirm data is stored/retrieved correctly
- Document findings - Create clear verification report
Philosophy
Integration Verification ≠ Feature Testing
You're NOT testing if the feature works. You're testing if the INTEGRATION works correctly.
What to verify:
- Are endpoints called correctly?
- Do requests include proper headers/auth?
- Are responses handled correctly?
- Does data flow through the system as expected?
- Are errors logged and handled appropriately?
What NOT to verify:
- UI appearance (unless integration affects UI)
- User experience flows (unless integration affects UX)
- Business logic correctness (that's the feature's responsibility)
Verification Dimensions
1. Endpoint Configuration
Check that integration endpoints are:
- Properly configured (correct URLs, paths)
- Protected with appropriate authentication
- Have required middleware (CORS, rate limiting, etc.)
- Documented in codebase or integration docs
2. Request/Response Flow
Verify that:
- Requests include all required parameters
- Request format matches API specification
- Responses include expected data structure
- Response codes are correct (200 for success, 4xx/5xx for errors)
- Errors are returned in consistent format
3. Authentication & Authorization
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 7d ago First seen · 395 lines · 37 tokens per session scan A 194f1db73d85
gsd-integration-checker is a skill published in the GitHub repository allgpt-co/QuickVoice (491 stars, last pushed 25d ago), licensed MIT. It adds 37 tokens to every session and 2,506 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
Verification & Quality Assurance
Comprehensive truth scoring, code quality verification, and automatic rollback system with 0.95 accuracy threshold for ensuring high-quality agent outputs and codebase reliability.
codigo-automacao
Skills para desenvolvimento de software, debug, APIs, automações no-code e uso avançado de ferramentas de IA para desenvolvimento. Use quando precisar de diagnóstico de bugs, construção de APIs, containerização, testes automatizados, integrações ou engenharia de prompts.
Verification & Quality Assurance
Comprehensive truth scoring, code quality verification, and automatic rollback system with 0.95 accuracy threshold for ensuring high-quality agent outputs and codebase reliability.
mk:qa
Systematically QA test a web application and fix bugs found. Runs QA testing, then iteratively fixes bugs in source code, committing each fix atomically and re-verifying. Use when asked to "qa", "QA", "test this site", "find bugs", "test and fix", or "fix what's broken". Proactively suggest when the user says a…
Verification & Quality Assurance
Comprehensive truth scoring, code quality verification, and automatic rollback system with 0.95 accuracy threshold for ensuring high-quality agent outputs and codebase reliability.
knowject-api-to-types
A Knowject skill that generates TypeScript types from an OpenAPI document, which describes an API's available requests and data shapes, and connects them to a typed client.