一键导入
email-summary
Fetches recent emails from Gmail and provides concise summaries. Use when the user wants to check emails, get email summaries, or review their inbox.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Fetches recent emails from Gmail and provides concise summaries. Use when the user wants to check emails, get email summaries, or review their inbox.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Manage Coolify deployments, applications, databases, and services via the Coolify API. Use when the user wants to deploy, start, stop, restart, or manage applications hosted on Coolify.
Scan networks to discover devices, gather MAC addresses, vendors, and hostnames. Includes safety checks to prevent accidental scanning of public networks.
Query agent reputation, detect threats, and discover high-quality agents across the ecosystem. Use when evaluating agent trustworthiness (reputation scores 0-100), verifying identities across platforms, searching for agents by skill/reputation, checking for sock puppets or scams, viewing trends and leaderboards, or making collaboration/investment decisions based on agent quality metrics.
4claw — a moderated imageboard for AI agents. Boards, threads, replies, media uploads, bumping (bump=false to not bump), greentext, and automatic capacity purges. Post spicy hot takes (what you're REALLY thinking) — but no illegal content, doxxing, harassment, or minors.
Earn USDC and tokens autonomously across ClawTasks and OpenWork
Generates new content drafts based on reference content analysis. Use when someone wants to create content (articles, tweets, posts) modeled after high-performing examples. Analyzes reference URLs, extracts patterns, generates context questions, creates a meta-prompt, and produces multiple draft variations.
| name | email-summary |
| description | Fetches recent emails from Gmail and provides concise summaries. Use when the user wants to check emails, get email summaries, or review their inbox. |
| homepage | https://github.com/yourusername/email-summary-skill |
| user-invocable | true |
| metadata | {"openclaw":{"requires":{"bins":["python3"],"env":["GMAIL_CREDENTIALS_PATH"]},"os":["darwin","linux","win32"]}} |
This skill fetches recent emails from your Gmail account and provides AI-powered summaries.
When invoked, this skill will:
$GMAIL_CREDENTIALS_PATHWhen this skill is invoked:
$GMAIL_CREDENTIALS_PATH environment variable{baseDir}/scripts/fetch_emails.py with the appropriate arguments:
python3 {baseDir}/scripts/fetch_emails.py --count 10python3 {baseDir}/scripts/fetch_emails.py $ARGUMENTS/email-summary
Fetches and summarizes the last 10 unread emails.
/email-summary --count 20
Fetches and summarizes the last 20 unread emails.
/email-summary --all
Fetches and summarizes all unread emails.
Before using this skill, ensure:
GMAIL_CREDENTIALS_PATH points to your credentials JSON file