Official AskQA plugins for Claude Code
npx claudepluginhub askqa-ai/askqa-pluginsAskQA skills — set up notifications and monitoring for your websites
Official Claude Code plugin for AskQA - automated website testing and monitoring.
/plugin marketplace add AlexSugak/askqa-plugins
/plugin install askqa
Run the setup skill to automatically configure your API key:
/askqa:setup-mcp
This will guide you through getting your API key and configure the MCP server automatically.
Or manually add to your .mcp.json:
{
"mcpServers": {
"askqa": {
"command": "node",
"args": ["${CLAUDE_PLUGIN_ROOT}/askqa/server.js"],
"env": {
"AUTOQA_API_URL": "https://api.askqa.ai",
"AUTOQA_API_KEY": "aq_..."
}
}
}
}
Get your API key from askqa.ai/account.
/askqa:setup-mcpAutomatically configure the AskQA MCP server with your API key. Detects whether you're in a git repo (configures .claude/.mcp.json) or using Desktop (configures global settings).
/askqa:setup-slackConfigure Slack notifications for test failures. Guides you through:
/askqa:shopify-add-to-cartSet up automated monitoring for Shopify add-to-cart flows. Guides you through:
Once configured, you also get access to MCP tools for test management:
list_templates - List available test templatescreate_test - Create a new testscreenshot_url - Screenshot a URL and extract page structurevalidate_test - Dry-run custom test code before savinglist_tests - List all saved testsget_test - Get full details of a testupdate_test - Update an existing testdelete_test - Delete a testrun_test - Run a test and get resultsget_test_screenshots - Get screenshots from a test runschedule_test - Schedule recurring test runslist_schedules - List all test schedulesupdate_schedule - Pause or resume a scheduledelete_schedule - Delete a scheduleget_test_results - View test run historyadd_notification_channel - Configure email, Telegram, or Slack alertslist_notification_channels - List notification channelsremove_notification_channel - Remove a notification channeltest_notification_channel - Send a test notificationAskQA is an automated website testing and monitoring service. Create tests using natural language or custom Playwright code, schedule them to run on an interval, and get notified when something breaks.
Visit askqa.ai to learn more.
MIT
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations