google-recaptcha
Installation
SKILL.md
Google reCAPTCHA
Google reCAPTCHA is a free service from Google that protects websites from spam and abuse. It uses advanced risk analysis techniques to tell humans and bots apart, ensuring only humans can pass. Web developers and website owners use it to prevent malicious automated software from engaging in abusive activities on their sites.
Official docs: https://developers.google.com/recaptcha
Google reCAPTCHA Overview
- Site
- Key
- Assessment
Working with Google reCAPTCHA
This skill uses the Membrane CLI to interact with Google reCAPTCHA. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing.
Install the CLI
Install the Membrane CLI so you can run membrane from the terminal:
Related skills