用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Enriquefft/zeroclaw --skill email命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Fill opportunity forms (jobs, scholarships, grants, fellowships) with strategically crafted, research-backed, human-sounding answers that maximize the chance of getting the opportunity. Trigger when Enrique says "Fill this: [LINK]", "Apply to [LINK]", or "Llena esta postulacion: [LINK]".
Social media content lifecycle — draft, schedule, publish, and analyze posts across X, LinkedIn, Instagram, TikTok with voice matching.
Gmail API integration with managed OAuth. Read, send, and manage emails, threads, labels, and drafts. Use this skill when users want to interact with Gmail. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
基于 SOC 职业分类
正在显示 SKILL.md
| name | |
| description | Email across all accounts (Gmail, SpaceMail) — send, search, read, reply, forward, label, delete. |
Unified email CLI. Routes to gog gmail (Gmail) or himalaya (SpaceMail) per account.
| Account | Provider |
|---|---|
enriquefft2001@gmail.com | Gmail |
enrique.flores@utec.edu.pe | Gmail |
enriquefft@404tf.com | SpaceMail |
All output compact JSON by default. Add --full for raw provider output. Pass --account <email> to target one account, or omit for all.
email_cli send --account <email> --to <addr> --subject <text> --body <text> [--attachment <path>]
email_cli search <query> [--account <email>] [--full]
email_cli get <id> --account <email> [--full]
email_cli thread <threadId> --account <email>
email_cli reply <id> --account <email> --body <text>
email_cli forward <id> --account <email> --to <addr>
email_cli list [--account <email>] [--since <minutes>]
email_cli labels [list|create|delete] [--account <email>]
email_cli label <id> --account <email> --add <labels> --remove <labels>
email_cli delete <id> --account <email>
email_cli archive <id> --account <email>
email_cli trash <id> --account <email>
email_cli mark <read|unread|starred> <id> --account <email>
email_cli attachments <id> --account <email> [--dir <path>]
email_cli accounts [list|add|remove|reauth|auth-complete]
Search uses --full to include message bodies (saves a separate get per result).
auth_required error: run email_cli accounts reauth <email>