Integrate reCAPTCHA v3 and Firebase App Check for bot protection on forms, APIs, and Firebase services without user friction. [EXPLICIT] Trigger: "reCAPTCHA", "bot protection", "app check", "spam prevention"
From jm-adknpx claudepluginhub javimontano/jm-adk-alfaThis skill is limited to using the following tools:
agents/guardian.mdagents/lead.mdagents/specialist.mdagents/support.mdevals/evals.jsonknowledge/body-of-knowledge.mdknowledge/knowledge-graph.mdprompts/meta.mdprompts/primary.mdprompts/variations/deep.mdprompts/variations/quick.mdtemplates/output.docx.mdtemplates/output.htmlSearches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
"The best CAPTCHA is the one the user never sees." — Unknown
Guides reCAPTCHA v3 and Firebase App Check integration for invisible bot protection — scoring-based verification on forms and API endpoints, Firebase App Check for protecting backend services, and fallback strategies for low-score interactions. Use when protecting forms, APIs, or Firebase services from automated abuse. [EXPLICIT]
grecaptcha.execute(siteKey, {action: 'submit'})firebase-auth — reCAPTCHA protects auth flows from credential stuffingcloud-functions — server-side token verification in Cloud FunctionsExample invocations:
| Scenario | Handling |
|---|---|
| Empty or minimal input | Request clarification before proceeding |
| Conflicting requirements | Flag conflicts explicitly, propose resolution |
| Out-of-scope request | Redirect to appropriate skill or escalate |