Real human usability testing as an agent skill. Get structured feedback with NPS scores, screen recordings, and AI-aggregated reports for any product URL.
npx skills add avivahe326/human-test-skill- Call the API with a product URL
- AI auto-generates a test plan
- Real humans test your product with screen recording + audio
- AI analyzes recordings and aggregates feedback into a structured report
Register at human-test.work for a free API key (100 credits on signup).
curl -X POST https://human-test.work/api/skill/human-test \
-H "Authorization: Bearer <your-api-key>" \
-H "Content-Type: application/json" \
-d '{"url": "https://your-product.com", "focus": "Test the onboarding flow"}'See the full SKILL.md for all parameters and details.