AI SummaryA Gmail API skill that enables AI assistants to read, send, and manage emails, labels, drafts, and threads via curl commands. Developers and automation engineers benefit from programmatic email workflow integration.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "gmail" skill in my project. Please run this command in my terminal: # Install skill into the correct directory (12 files) mkdir -p .claude/skills/gmail && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/gmail/SKILL.md "https://raw.githubusercontent.com/NeverSight/skills_feed/main/data/skills-md/vm0-ai/vm0-skills/gmail/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/gmail/description_ar.txt "https://raw.githubusercontent.com/NeverSight/skills_feed/main/data/skills-md/vm0-ai/vm0-skills/gmail/description_ar.txt" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/gmail/description_cn.txt "https://raw.githubusercontent.com/NeverSight/skills_feed/main/data/skills-md/vm0-ai/vm0-skills/gmail/description_cn.txt" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/gmail/description_de.txt "https://raw.githubusercontent.com/NeverSight/skills_feed/main/data/skills-md/vm0-ai/vm0-skills/gmail/description_de.txt" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/gmail/description_en.txt "https://raw.githubusercontent.com/NeverSight/skills_feed/main/data/skills-md/vm0-ai/vm0-skills/gmail/description_en.txt" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/gmail/description_es.txt "https://raw.githubusercontent.com/NeverSight/skills_feed/main/data/skills-md/vm0-ai/vm0-skills/gmail/description_es.txt" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/gmail/description_fr.txt "https://raw.githubusercontent.com/NeverSight/skills_feed/main/data/skills-md/vm0-ai/vm0-skills/gmail/description_fr.txt" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/gmail/description_it.txt "https://raw.githubusercontent.com/NeverSight/skills_feed/main/data/skills-md/vm0-ai/vm0-skills/gmail/description_it.txt" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/gmail/description_ja.txt "https://raw.githubusercontent.com/NeverSight/skills_feed/main/data/skills-md/vm0-ai/vm0-skills/gmail/description_ja.txt" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/gmail/description_ko.txt "https://raw.githubusercontent.com/NeverSight/skills_feed/main/data/skills-md/vm0-ai/vm0-skills/gmail/description_ko.txt" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/gmail/description_ru.txt "https://raw.githubusercontent.com/NeverSight/skills_feed/main/data/skills-md/vm0-ai/vm0-skills/gmail/description_ru.txt" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/gmail/description_tw.txt "https://raw.githubusercontent.com/NeverSight/skills_feed/main/data/skills-md/vm0-ai/vm0-skills/gmail/description_tw.txt" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Gmail API via curl. Use this skill to read, send, and manage emails, labels, drafts, and threads.
Gmail API
Read, send, and manage emails via Google's Gmail REST API. > Official docs: https://developers.google.com/workspace/gmail/api/reference/rest ---
When to Use
Use this skill when you need to: • Read and search emails • Send emails or reply to threads • Manage drafts • Create and manage labels • List and modify threads • Get user profile information ---
1. Create Google Cloud Project
• Go to https://console.cloud.google.com • Create a new project or select existing • Enable Gmail API: https://console.cloud.google.com/apis/library/gmail.googleapis.com
2. Configure OAuth Consent Screen
• Go to https://console.cloud.google.com/apis/credentials/consent • Select External → Create • Fill required fields (app name, support email, developer email) • Click Save and Continue through Scopes (skip adding scopes) • In Audience section, click Add Users and add your Gmail address as test user • Save and continue to finish
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster