Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

nex-ghostwriter下一个代笔人

Agent Skill

nex-ghostwriter 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,564

周安装

109

GitHub Stars

公开资料未说明

下载量

898
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install nex-ghostwriter

简介

会议纪要自动转化为专业后续邮件的智能写作助手。

  • 适合频繁开会但缺乏高效跟进文案撰写的商务人士。
  • 输入参会名单与讨论要点即可生成定制化邮件草稿。
  • 安装命令:openclaw skills install nex-ghostwriter;需文本输入权限。
  • 建议人工校对语气与细节以确保品牌一致性。nex-ghostwriter 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
nex-ghostwriter
description
>-
version
1.0.0
metadata
clawdbot
emoji
✉️
requires
bins
env
[]
primaryEnv
homepage
https://nex-ai.be
files

Nex Ghostwriter

Dump your meeting notes, get a follow-up email. One command, ready to send.

When to Use

Use this skill when the user asks about:

  • Writing a follow-up email after a meeting
  • Drafting a meeting recap or summary email
  • Generating a client follow-up from meeting notes
  • Creating an internal team recap
  • Tracking meeting action items and next steps
  • Managing contacts for personalized follow-ups
  • Searching past meetings
  • Viewing or resending previous follow-up drafts
  • Changing the tone of a follow-up email
  • Exporting meeting history

Trigger phrases: "follow-up email", "meeting recap", "send a summary", "draft an email", "what did we discuss", "meeting notes", "action items", "follow up with client", "opvolgmail", "vergaderingsverslag", "recap", "meeting follow-up"

Quick Setup

bash setup.sh

Creates ~/.nex-ghostwriter/ with the SQLite database, exports, and templates directories.

Available Commands

The CLI tool is nex-ghostwriter. All commands output plain text.

Draft a Follow-up Email

Log a meeting and generate the email in one step:

# Client meeting
nex-ghostwriter draft "Redesign kickoff with Bakkerij Peeters" \
  --client "Jan Peeters" \
  --email "jan@bakkerijpeeters.be" \
  --notes "Discussed full website redesign. They want modern look, mobile-first. Current site is 5 years old." \
  --actions "Send proposal by Friday, Share 3 design references, Set up staging environment" \
  --next-steps "I send proposal, they review over weekend, follow-up call Monday" \
  --deadline 2026-04-18 \
  --type client \
  --tone professional

# Internal standup
nex-ghostwriter draft "Weekly standup" \
  --type internal \
  --attendees "Kevin, Sarah, Thomas" \
  --notes "Sprint on track. Thomas blocked on API integration. Sarah finishing dashboard." \
  --actions "Kevin: unblock Thomas on API credentials, Sarah: push dashboard to staging by Thursday"

# Quick sales call
nex-ghostwriter draft "Sales call with Lux Interiors" \
  --client "Marie Dubois" \
  --email "marie@luxinteriors.be" \
  --notes "Interested in premium plan. Budget 2K/month. Wants to start in May." \
  --next-steps "Send pricing breakdown and case studies" \
  --tone friendly

Regenerate with Different Tone

Same meeting, different tone:

nex-ghostwriter redraft 1 --tone formal
nex-ghostwriter redraft 1 --tone casual

Show Meeting Details

nex-ghostwriter show 1

View a Draft's Full Email

nex-ghostwriter view 1

List Meetings

nex-ghostwriter list
nex-ghostwriter list --type client
nex-ghostwriter list --client "Peeters"

List Drafts

nex-ghostwriter drafts
nex-ghostwriter drafts --status draft
nex-ghostwriter drafts --status sent

Mark Draft as Sent/Skipped

nex-ghostwriter sent 1
nex-ghostwriter skip 2

Search Meetings

nex-ghostwriter search "redesign"
nex-ghostwriter search "Peeters"

Edit Meeting

nex-ghostwriter edit 1 --notes "Updated: they also want e-commerce integration"
nex-ghostwriter edit 1 --deadline 2026-05-01

Manage Contacts

nex-ghostwriter contact-add "Jan Peeters" --email "jan@bakkerijpeeters.be" --company "Bakkerij Peeters" --greeting "Dag Jan,"
nex-ghostwriter contacts

Contacts with a preferred greeting get that greeting in generated emails.

Statistics

nex-ghostwriter stats

Export

nex-ghostwriter export json
nex-ghostwriter export csv

Example Interactions

User: "I just had a call with Marie from Lux Interiors. We discussed the premium plan, she's interested, budget is 2K per month, wants to start in May. I need to send her pricing and case studies." Agent runs: nex-ghostwriter draft "Premium plan discussion with Lux Interiors" --client "Marie Dubois" --email "marie@luxinteriors.be" --notes "Discussed premium plan. Budget 2K/month. Wants to start May." --next-steps "Send pricing breakdown and case studies" --type sales --tone professional Agent: "Here's your follow-up email for Marie. Subject: Follow-up: Premium plan discussion with Lux Interiors. The email covers what you discussed, confirms the next steps, and asks her to flag anything you missed. Want me to adjust the tone or add anything?"

User: "Make it more casual" Agent runs: nex-ghostwriter redraft 1 --tone casual Agent: "Redrafted with a casual tone. Opening is now 'Good chatting earlier today' instead of 'Thanks for the meeting'. Closing is 'Cheers,' instead of 'Best regards,'. Want to use this version?"

User: "I sent the email to Marie" Agent runs: nex-ghostwriter sent 1 Agent: "Draft #1 marked as sent."

User: "Had a standup with the team. Kevin, Sarah, Thomas. Sprint is on track but Thomas is blocked on API creds." Agent runs: nex-ghostwriter draft "Weekly standup" --type internal --attendees "Kevin, Sarah, Thomas" --notes "Sprint on track. Thomas blocked on API integration." --actions "Kevin: get API credentials for Thomas, Sarah: push dashboard to staging Thursday" Agent: "Internal recap generated. Lists the action items with owners. Ready to paste into Slack or email."

User: "What meetings did I have with Peeters?" Agent runs: nex-ghostwriter search "Peeters" Agent: "Found 2 meetings with Peeters: the redesign kickoff on April 6 and a follow-up review on April 15."

User: "Show me the stats" Agent runs: nex-ghostwriter stats Agent: "12 meetings this month. 8 client, 4 internal. 10 drafts sent, 2 pending. Top client: Bakkerij Peeters with 3 meetings."

User: "Add Jan Peeters to my contacts so emails use his Dutch greeting" Agent runs: nex-ghostwriter contact-add "Jan Peeters" --email "jan@bakkerijpeeters.be" --company "Bakkerij Peeters" --greeting "Dag Jan," Agent: "Contact saved. Future emails to Jan will use 'Dag Jan,' as the greeting."

User: "Export all my meetings to CSV" Agent runs: nex-ghostwriter export csv Agent: "Exported to ~/.nex-ghostwriter/exports/meetings_export.csv"

Tone Guide

ToneGreetingClosingStyle
professionalHi [First],Best regards,Balanced and clear
friendlyHi [First],Talk soon,Warm, approachable
formalDear [Full Name],Kind regards,Traditional business
casualHey [First],Cheers,Relaxed, short
directHi [First],Best,Minimal, to the point

Output Parsing

  • Meeting IDs in brackets: [1], [2]
  • Dates in ISO-8601 (YYYY-MM-DD)
  • Draft statuses: [DRAFT], [SENT], [SKIP]
  • Every command ends with [Ghostwriter by Nex AI | nex-ai.be]

Strip the footer when presenting to the user.

Important Notes

  • All data stored locally at ~/.nex-ghostwriter/. No telemetry.
  • The generated email is a starting point. The AI agent should present it and ask if adjustments are needed.
  • Contacts with a preferred_greeting override the tone-based greeting.
  • Multiple drafts can exist per meeting (different tones, revisions).
  • Action items accept comma-separated text or JSON arrays.

Troubleshooting

  • "No module named lib": Run from the skill directory.
  • "Meeting X not found": Check nex-ghostwriter list for valid IDs.
  • Email looks too generic: Add the contact with contact-add and set a preferred greeting.
  • Wrong tone: Use nex-ghostwriter redraft <ID> --tone <tone> to regenerate.
  • Action items not formatting: Use commas between items, or pass a JSON array.

Credits

Built by Nex AI (https://nex-ai.be) - Digital transformation for Belgian SMEs. Author: Kevin Blancaflor

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

83.83%
按下载量换算753

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills