TopRank Skills

Home / Claw Skills / Others / send
Official OpenClaw rules 15%

send

The last step that matters most. A complete sending intelligence system for anyone who communicates at scale or with stakes: emails, messages, files, proposals, campaigns, or any communication before it leaves your hands. Trigger when someone needs to send something important, wants to check something before sending, needs to automate sending workflows, or has to deliver difficult news, critical information, or high-value content to the right person at the right moment in the right way.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 send 技能。 若已安装,则直接安装 send 技能。

Overview

Skill Key
agimodel/send
Author
agimodel
Source Repo
openclaw/skills
Version
-
Source Path
skills/agimodel/send
Latest Commit SHA
bc442e80269684d9b90d684ba469f8858b2636af

Extracted Content

SKILL.md excerpt

# Send

## The Moment Before You Hit Send

Every important communication has a moment — the pause before it goes. The proposal to the
client who could change your year. The message to the person who needs to hear something
difficult. The campaign to ten thousand people. The apology that could repair or ruin a
relationship.

In that moment, most people are asking: is this good enough?

The better question is: will this do what I need it to do?

This skill answers that question. Then it helps you send with confidence.

---

## The Send Readiness Framework
```
SEND_READINESS = {
  "purpose_check": {
    "question":  "What do I need to happen as a result of this communication",
    "answers":   ["Recipient takes a specific action",
                  "Recipient has specific information",
                  "Recipient feels a specific way",
                  "Relationship advances or repairs"],
    "test":      "Does every element of this message serve the stated purpose.
                  If not, it should not be there."
  },

  "recipient_check": {
    "questions": ["Who exactly is reading this",
                  "What do they already know",
                  "What do they care about",
                  "What objection will they have",
                  "What do I need them to do after reading"],
    "principle": "Write for the reader you have, not the reader you wish you had"
  },

  "clarity_check": {
    "test":      "Read only the first sentence. Is the purpose immediately clear?",
    "test_2":    "Read only the last sentence. Is the ask or next step unmistakable?",
    "test_3":    "Could this be misunderstood? If yes, how, and how do you prevent it?"
  }
}
```

---

## Communication Type Protocols
```
SEND_PROTOCOLS = {
  "high_stakes_email": {
    "before_sending": [
      "Reply-all check — is everyone on this thread meant to see this",
      "Attachment confirmed — never write 'see attached' without attaching",
      "Tone check — read aloud to hear how it sou...

Related Claw Skills