Token导航 LogoToken导航TokenDH.com
效率执行命令clawhub未标认证来源可访问clear审计提醒

ghosttyghostty 监控告警

Agent Skill

ghostty 用于整理文档、README、Markdown 和说明材料,适合在 OpenClaw 中需要把零散信息整理成结构清晰的文档时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,138

周安装

90

GitHub Stars

公开资料未说明

下载量

749
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:ghostty(ghostty 监控告警)
来源仓库:https://github.com/fuzzyb33s/ghostty
安装命令:
openclaw skills install ghostty
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install ghostty

简介

用于整理文档、README 和 Markdown 材料,生成结构化说明内容。

  • 适合将零散信息组织成清晰文档,提升知识沉淀和输出质量。
  • 可辅助撰写技术说明、项目指南或标准化文档模板。
  • 安装命令:openclaw skills install ghostty,注意权限范围和文件访问限制。
  • 涉及文档生成时,应核对原始资料准确性,避免引入错误信息。

SKILL.md

name
ghostty
description
Your always-on digital self — monitors all your communication channels in parallel, learns your writing style, drafts replies in your voice, and routes them to the right channel with one-click approval. Use when: (1) setting up an AI proxy that acts as you when offline, (2) monitoring email, calendar, Slack, WhatsApp, Signal, Telegram in parallel, (3) drafting replies that sound exactly like you not generic AI, (4) building a persistent voice/style profile from your sent messages, (5) routing urgent messages to WhatsApp and formal replies to email, (6) escalating only what matters based on sender importance. Triggers on: be my digital self, always-on proxy, ghost me, respond as me, my AI twin, digital alter ego.

Ghostty — Your Always-On Digital Self

Ghostty is an always-on AI proxy that acts as you when you're unavailable. It watches your channels, learns your voice, drafts replies, and escalates intelligently.

Core Loop

1. MONITOR   → Spawn sub-agents watching email, calendar, Slack, WhatsApp
2. LEARN     → Build voice profile from your sent messages (ongoing)
3. DRAFT     → When meaningful event detected, draft reply in YOUR voice
4. ROUTE     → Send via the right channel (urgent → WhatsApp, formal → email)
5. ESCALATE  → Only interrupt you when it truly matters

Step 1 — First Time Setup: Build Your Voice Profile

Before Ghostty can draft as you, it needs to learn your style. Run the profile builder:

scripts/profile_builder.py --source <email-folder or messages-export> --output ghostty/voice-profile.md

The builder analyzes:

  • Average sentence length and structure
  • Common phrases and fillers
  • Greeting and sign-off patterns
  • Formality level (1-10)
  • Preferred punctuation style
  • Tone indicators (confident, warm, terse, etc.)

Store the profile at ghostty/voice-profile.md in your workspace. Update it monthly as your style evolves.

Step 2 — Set Up Channel Monitors

Spawn a persistent sub-agent for each channel you want Ghostty to watch. Use mode="session" so they run continuously.

Email (Gmail/Outlook):

sessions_spawn(
  task="You monitor the email inbox for important messages. 
  Rules: (1) Only act on emails from people in the PRIORITY_SENDERS list in ghostty/config.md, 
  (2) For each important email, draft a reply using the voice profile at ghostty/voice-profile.md, 
  (3) Send the draft to the escalation channel (WhatsApp/Signal) with [APPROVE] prefix for one-click send, 
  (4) Mark as TODO in ghostty/pending-drafts.md
  Run continuously. Check every 15 minutes.",
  runtime="subagent",
  mode="session",
  label="ghostty-email"
)

WhatsApp/Signal:

sessions_spawn(
  task="You monitor WhatsApp messages. 
  Rules: (1) Only respond to DND-mode messages or explicit @ghostty mentions, 
  (2) Draft replies using voice profile at ghostty/voice-profile.md, 
  (3) If sender is in PRIORITY_SENDERS, send directly. Otherwise queue for approval.
  Run continuously.",
  runtime="subagent",
  mode="session",
  label="ghostty-whatsapp"
)

Calendar:

sessions_spawn(
  task="You monitor the Google Calendar / Outlook calendar.
  Rules: (1) Alert via WhatsApp 1 hour before any calendar event, 
  (2) If a meeting is about to start and you haven't joined, alert again, 
  (3) If someone invites you to a meeting and you're not available (based on ghostty/availability.md), draft a polite decline using your voice profile.
  Run continuously.",
  runtime="subagent",
  mode="session",
  label="ghostty-calendar"
)

Step 3 — Escalation Rules

Edit ghostty/config.md to define:

  • PRIORITY_SENDERS — list of people who always get a response
  • URGENT_KEYWORDS — words that trigger immediate WhatsApp alert
  • IGNORE_SENDERS — newsletters, bots, noise to skip
  • RESPONSE_WINDOW_MINUTES — how long before drafting (default: 60)
  • APPROVAL_CHANNEL — where to send drafts for approval (default: WhatsApp)

Step 4 — Drafting in Your Voice

When a monitor detects something worth responding to:

1. Read ghostty/voice-profile.md — get style params
2. Read ghostty/config.md — get context (relationship, ongoing projects, preferences)
3. Fetch the incoming message — understand what it's about
4. Draft reply — apply voice profile (tone, length, phrases, formality)
5. If sender is PRIORITY — send directly
6. If not — queue to ghostty/pending-drafts.md and send preview to WhatsApp

Voice drafting rules:

  • Short replies: aim for same length as you typically write
  • Matching tone: if you use "Hey mate" don't use "Dear Sir"
  • Reference context: mention anything ongoing (projects, prior emails)
  • Signature: include your sign-off style from the voice profile

Step 5 — One-Click Approval

When a draft is sent to WhatsApp:

[Ghostty] Reply to John re: Q4 proposal

Hey John, yeah happy to jump on Tuesday — 3pm works from my end. 
I'll send over the deck beforehand so we can dive straight in.

[APPROVE to send] [EDIT then send] [SKIP]

Respond with "APPROVE" on WhatsApp → Ghostty sends the email/WhatsApp reply.

File Structure

ghostty/
├── voice-profile.md      # Your style fingerprint — generated by profile_builder.py
├── config.md             # Priority senders, keywords, escalation rules
├── availability.md       # When you're reachable, timezone, DND hours
├── pending-drafts.md     # Queue of drafts awaiting approval
└── sent-log.md           # History of what Ghostty sent on your behalf

Reference Files

  • references/voice-profile.md — detailed voice profiling methodology
  • references/channel-monitors.md — channel-specific setup (Gmail, WhatsApp, Calendar, Slack)
  • references/draft-engine.md — how to draft contextually in your voice
  • references/delivery-router.md — escalation logic, urgency routing, approval flows
  • scripts/profile_builder.py — analyze sample messages, output voice profile markdown

Safety

  • Ghostty never sends without approval UNLESS the sender is in PRIORITY_SENDERS
  • All sent drafts are logged in ghostty/sent-log.md
  • DND hours from ghostty/availability.md are respected — no pings during sleep hours
  • Review ghostty/pending-drafts.md at least once daily

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

89.69%
按下载量换算672

安全审计

VirusTotal

未展示

ClawScan

可疑

Static analysis

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install ghostty 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills