Agent SkillsQuixiAI/Hexis › gmail-actions

gmail-actions

GitHub

处理 Gmail 邮件发送、回复、标签管理、垃圾邮件分类及删除等通信操作,强调需用户明确授权与安全原则。

skills/installed/gmail-actions/SKILL.md QuixiAI/Hexis

Trigger Scenarios

发送电子邮件 回复邮件线程 对邮件应用或移除标签 标记垃圾邮件或非垃圾邮件 删除特定邮件

Install

npx skills add QuixiAI/Hexis --skill gmail-actions -g -y
More Options

Non-standard path

npx skills add https://github.com/QuixiAI/Hexis/tree/main/skills/installed/gmail-actions -g -y

Use without installing

npx skills use QuixiAI/Hexis@gmail-actions

指定 Agent (Claude Code)

npx skills add QuixiAI/Hexis --skill gmail-actions -a claude-code -g -y

安装 repo 全部 skill

npx skills add QuixiAI/Hexis --all -g -y

预览 repo 内 skill

npx skills add QuixiAI/Hexis --list

SKILL.md

Frontmatter
{
    "name": "gmail-actions",
    "aliases": [
        "email",
        "emails",
        "mail",
        "inbox",
        "message",
        "reply",
        "send",
        "unread",
        "archive",
        "spam"
    ],
    "category": "communication",
    "contexts": [
        "chat",
        "heartbeat"
    ],
    "requires": {
        "tools": [
            "gmail_send",
            "gmail_reply",
            "gmail_label",
            "gmail_spam_triage",
            "gmail_delete",
            "connector_action_policy_status"
        ]
    },
    "bound_tools": [
        "gmail_send",
        "gmail_reply",
        "gmail_label",
        "gmail_spam_triage",
        "gmail_delete",
        "connector_action_policy_status"
    ],
    "description": "Send Gmail messages, reply to threads, apply labels, triage spam, and delete messages with explicit action authorization"
}

Gmail Actions

Use this only after Gmail is connected and the user asks for an outward Gmail action: send, reply, label, mark spam/not-spam, archive, or delete.

Principles

  • A connected Gmail account is not permission to act. Check or establish connector action policy for ongoing/autonomous behavior.
  • One-off chat actions still need a clear user request in the current conversation.
  • Heartbeat actions require a matching DB-owned connector action policy; if none exists, do not improvise.
  • Keep messages short, literal, and aligned with the user's stated intent. Do not escalate a narrow request into broader correspondence.
  • Deletion is Trash-only by default and never autonomous. Call gmail_delete only when the user names a specific message in the current conversation; set permanent only after the user explicitly asks for irreversible deletion of that message. Never delete during heartbeats.

Flow

  1. If the user asks for ongoing behavior, use connector-action-authorization first.
  2. For a one-off send, call gmail_send with to, subject, and body.
  3. For a reply, call gmail_reply with thread_id, recipient, subject, and body.
  4. For labels, call gmail_label with explicit add_label_ids and/or remove_label_ids.
  5. For spam triage, call gmail_spam_triage with mark_spam, mark_not_spam, or archive.
  6. For deletion the user explicitly requested, call gmail_delete with the message_id; leave permanent unset (Trash) unless the user asked for irreversible deletion in so many words.

Version History

  • 97f625f Current 2026-08-29 01:31

    修复审批网关漏洞,防止心跳和 API 聊天路径未经批准执行敏感工具;优化技能可达性,增加别名支持以改善自然语言匹配。

  • 990da5f 2026-08-20 13:53

Same Skill Collection

plugins/installed/fathom/skills/fathom/SKILL.md
skills/installed/calendar/SKILL.md
skills/installed/code-execution/SKILL.md
skills/installed/connector-action-authorization/SKILL.md
skills/installed/core-memory/SKILL.md
skills/installed/cost-report/SKILL.md
skills/installed/council/SKILL.md
skills/installed/crm-lookup/SKILL.md
skills/installed/daily-briefing/SKILL.md
skills/installed/delegation/SKILL.md
skills/installed/email-digest/SKILL.md
skills/installed/expense-capture/SKILL.md
skills/installed/github-issues/SKILL.md
skills/installed/gmail-connector-setup/SKILL.md
skills/installed/humanizer/SKILL.md
skills/installed/image-gen/SKILL.md
skills/installed/inbox-triage/SKILL.md
skills/installed/integration-connector-setup/SKILL.md
skills/installed/knowledge-ingest/SKILL.md
skills/installed/meeting-follow-up/SKILL.md
skills/installed/meeting-prep/SKILL.md
skills/installed/memory-exchange/SKILL.md
skills/installed/operations/SKILL.md
skills/installed/outreach/SKILL.md
skills/installed/personal-notes/SKILL.md
skills/installed/self-inspection/SKILL.md
skills/installed/self-reflection/SKILL.md
skills/installed/skill-authoring/SKILL.md
skills/installed/travel-prep/SKILL.md
skills/installed/twitter-x-actions/SKILL.md
skills/installed/twitter-x-connector-setup/SKILL.md
skills/installed/weekly-review/SKILL.md
plugins/installed/asana/skills/asana/SKILL.md
plugins/installed/hubspot/skills/hubspot/SKILL.md
plugins/installed/todoist/skills/todoist/SKILL.md
plugins/installed/youtube/skills/youtube/SKILL.md
skills/installed/research/SKILL.md
plugins/installed/twitter/skills/twitter/SKILL.md
plugins/installed/video_gen/skills/video_gen/SKILL.md

Metadata

Files
0
Version
97f625f
Hash
0b4c9bc2
Indexed
2026-08-20 13:53

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-30 07:38
浙ICP备14020137号-1 $방문자$