feishu
Use when the user mentions 飞书 / Feishu / Lark workspace operations: docx (云文档) read/write, bitable (多维表格) records / views / dashboards, drive (云盘)…
Use when the user asks to draft, polish, translate, or reply to an email. Produces a clean draft with subject line, greeting, body, and sign-off, plus a pre-send self-check.
$ npx -y skills add shiwenwen/hope-agent --skill email-draft --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/email-draftContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when the user asks to draft, polish, translate, or reply to an email. Produces a clean draft with subject line, greeting, body, and sign-off, plus a pre-send self-check.
name: email-draft
description: Use when the user asks to draft, polish, translate, or reply to an email. Produces a clean draft with subject line, greeting, body, and sign-off, plus a pre-send self-check.
version: 1.0.0
author: Hope Agent
license: MIT
metadata:
hermes:
tags: [office, email, communication, writing, productivity]
related_skills: [meeting-notes, status-report]Trigger phrases: "draft an email", "reply to this email", "polish this email", "翻译这封邮件", "write an email to <X>".
Don't trigger for: chat messages, Slack DMs, in-app notifications, marketing copy. Those are different formats.
Always produce the draft in this layout. Use a fenced code block so the user can copy it cleanly:
Subject: <concise, action-oriented, ≤60 chars> Hi <Name>, <opening line — context or thanks> <body — one focused paragraph per point, max 3 paragraphs> <call to action / next step / explicit ask> Best, <Sender>
If the language isn't English, adapt greeting and sign-off to the local convention:
1. **Clarify minimal essentials** via `ask_user_question` if missing:
2. **Subject line first** — the subject is what gets read. Make it specific and action-oriented:
3. **Body** — three paragraph max:
4. **Pre-Send Self-Check** — after producing the draft, run through this checklist out loud (in your reply to the user, before the draft):
If any box fails, revise the draft before showing it.
Subject: 15 min on <topic>? Hi <Name>, I'm <role> at <company>. We're working on <one-sentence context>, and I noticed your work on <specific thing>. Would you have 15 minutes in the next two weeks for a quick call? I'm happy to share <X> in return / send a written question if that's easier. Either way, thanks for considering. Best, <Sender>
Subject: Re: <original subject> Hi <Name>, Thanks for thinking of me / sending this. I've decided to pass for now because <one-sentence reason>. Specifically, <constraint>. Happy to revisit if <condition>. Best, <Sender>
Subject: <Project> blocked on <decision> Hi <Name>, Quick heads-up: <project> is blocked on <specific decision> as of <when>. Context: <2 sentences max — what's happening and what's at stake>. I'd recommend <option>. Can you confirm by <date>, or shall we discuss live? Open to your input. Thanks, <Sender>
Subject: Re: <original subject> Hi <Name>, Thanks for the call/email. To make sure we're aligned: - <decision 1> - <decision 2> Action items on my side: 1. <action> — by <date> 2. <action> — by <date> Action items on your side: 1. <action> — by <date> Let me know if I missed anything. Best, <Sender>
When the user asks to translate an email: 1. Preserve the structure (subject / greeting / body / sign-off) 2. Adapt greeting and sign-off to target language conventions (see top of skill) 3. Note any culturally-tricky phrasings — flag with a `[note]` comment outside the draft 4. If the source has tonal markers (formal Japanese keigo, polite Korean, etc.), preserve register
| Mistake | Fix | |---|---| | Generic subject ("Hi", "Followup") | Specific subject naming the topic + action | | Burying the ask in paragraph 4 | Move to paragraph 1 or 2 | | "Hope you're well" filler when familiar | Skip — go straight to topic | | Vague deadline ("when you can") | Specific date or "no rush, just FYI" | | Mixing 3 unrelated asks | Split into 3 emails | | Auto-translation kept English greeting | Localize properly (`你好`, `안녕하세요`) |
🦭 会记忆、能持续推进目标、会动态编排多 Agent 的跨端桌面 AI 助手,也可服务化常驻 NAS / 云端 | A cross-device desktop AI agent with memory, autonomous goals, dynamic workflows, and headless deployment
Repo: shiwenwen/hope-agent
Use when the user mentions 飞书 / Feishu / Lark workspace operations: docx (云文档) read/write, bitable (多维表格) records / views / dashboards, drive (云盘)…
Hope Agent browser automation — the standard `status → tabs → snapshot → act` loop, stale-ref recovery rules, and what to do when login / 2FA / captcha /…
Hope-native review of uncommitted, staged, commit, branch, or PR changes: discover concrete regressions, independently verify candidates, and report actionable…
Hope-native baseline for implementing, fixing, refactoring, and maintaining code: inspect the repository first, protect user changes, keep scope narrow, and…
Hope-native implementation planning for non-trivial code changes: ground the plan in repository evidence, order dependencies, name critical files and risks,…
Hope-native local-first data analysis and Artifact reporting. Use for CSV/XLSX analysis, KPI readouts, metric diagnosis, product/business analysis,…