← All skills
Tencent SkillHub · Productivity

aaaaa

Automatically draft and send Gmail replies matching the client's tone, sign-off, and templates, requiring Gmail access and client profile for context.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Automatically draft and send Gmail replies matching the client's tone, sign-off, and templates, requiring Gmail access and client profile for context.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
manifest.json, SKILL.md, templates/reply_templates.json, scripts/README.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

Purpose

This skill enables the agent to automatically answer Gmail messages on behalf of a client. The agent drafts and (when the user approves or when configured) sends replies using the client’s tone, sign-off, and optional templates.

When to Use

The user asks to “reply to my emails,” “answer my Gmail,” or “draft responses to incoming mail.” The user provides a Gmail context (e.g. “inbox for client@example.com”) and wants automated or semi-automated replies. The user wants the agent to act as the client when responding to specific threads or senders.

Prerequisites (User/Client Must Provide)

Gmail access: OAuth2 or app password for the client’s Gmail (never store raw passwords in the skill; use environment variables or secure config). Client profile (optional but recommended): short brief (tone, sign-off, topics they handle, topics to defer).

Instructions

Gather context Ask for or read the client’s brief: tone (formal/casual), sign-off (e.g. “Best,” “Thanks,”), and any “do not answer” or “always escalate” rules. If the user provides an email thread or summary, use that as the incoming message to answer. Draft the reply Write a concise, professional reply that: Addresses the sender and the main question or request. Matches the client’s tone and sign-off. Does not promise anything outside the client’s scope (e.g. legal/financial) unless the user explicitly approves. Prefer short paragraphs and clear next steps (e.g. “I’ll get back to you by Friday”). Use templates when provided If the client has added templates (see templates/reply_templates.json or user-defined templates), pick the closest match by intent (e.g. “acknowledgment,” “meeting request,” “out of office”) and personalize placeholders like {{sender_name}}, {{topic}}, {{deadline}}. Safety and approval By default, output the draft for the user/client to approve before sending. Only auto-send if the user has clearly configured “auto-send” and you have applied the client’s rules and filters (e.g. only for certain labels or senders). Integrations If the user has configured Gmail API (OAuth2) or IMAP/SMTP, use the credentials from environment or secure config—never from this skill’s files. When “sending,” either return the draft text for the user to paste/send, or call the configured send function if the user has set one up.

Files in This Package

SKILL.md – This file (skill instructions). manifest.json – Package metadata. templates/reply_templates.json – Optional starter templates (acknowledgment, meeting, short reply). scripts/README.md – Short note on how the client can add their own scripts or rules.

Example Interaction

User: “Reply to this email as my client. Sender: Jane. She’s asking for a meeting next week. Client prefers a short, friendly reply and uses ‘Best’ as sign-off.” Agent: Uses this skill to draft a short, friendly reply addressing Jane, suggesting a time or asking for availability, and signing “Best,” then returns the draft for the user to approve or send.

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs2 Config
  • SKILL.md Primary doc
  • scripts/README.md Docs
  • manifest.json Config
  • templates/reply_templates.json Config