← Back to Skills Marketplace
92
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install nex-ghostwriter
Description
Meeting follow-up email drafter. Dump your meeting notes and get a polished follow-up email in seconds. Log the meeting (who attended, what was discussed, ac...
Usage Guidance
This package appears to do what it claims: a local CLI that stores meeting notes and generates emails. Before installing: (1) Confirm you trust the author/source (setup.sh will create ~/.nex-ghostwriter and a wrapper in ~/.local/bin). (2) If you want extra safety, run setup.sh in a controlled environment (e.g., VM or container) or inspect/execute the Python files interactively — there are no network calls or telemetry in the code provided. (3) Note the licensing: README/LICENSE reference AGPL on upstream and MIT-0 for copies installed through ClawHub; if you plan to incorporate into a proprietary product or host it as a service, check the license terms. (4) The registry metadata omits an install spec despite setup.sh being present — this is a minor inconsistency but not a security problem. If you need higher assurance, request the upstream repository URL and compare the published package to the upstream source.
Capability Analysis
Type: OpenClaw Skill
Name: nex-ghostwriter
Version: 1.0.0
The nex-ghostwriter skill is a legitimate tool for drafting meeting follow-up emails and managing meeting notes. It uses a local SQLite database (~/.nex-ghostwriter/ghostwriter.db) for storage and includes a CLI tool for CRUD operations on meetings, contacts, and email drafts. The code follows security best practices by using parameterized SQL queries in lib/storage.py to prevent injection and contains no network-reaching code, telemetry, or data exfiltration logic. The setup.sh script correctly handles environment preparation and CLI wrapper creation without suspicious side effects.
Capability Assessment
Purpose & Capability
Name/description (meeting follow-up email drafter) matches the code and CLI: local SQLite storage, templates, contact management, search, exports. Required binary (python3) is appropriate and proportional.
Instruction Scope
SKILL.md instructs running the included setup.sh and using the nex-ghostwriter CLI. The runtime instructions and code operate only on the user's data directory (~/.nex-ghostwriter) and do not read unrelated system files, environment secrets, or transmit data externally.
Install Mechanism
There is no formal install spec in the registry, but the bundle includes setup.sh which creates ~/.nex-ghostwriter, initializes the SQLite DB and writes a CLI wrapper to ~/.local/bin. The install is local and does not download external code. Note: the presence of code files + setup.sh while registry metadata lists 'No install spec / instruction-only' is a small metadata inconsistency to be aware of.
Credentials
The skill requests no environment variables or credentials. The code accepts an optional NEX_GHOSTWRITER_DIR env var to override data dir (reasonable). No tokens, API keys, or unrelated env access are requested.
Persistence & Privilege
always is false and the skill only creates user-level files (~/ .nex-ghostwriter and ~/.local/bin wrapper). It does not modify other skills or system-wide configuration beyond the user's home directory.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nex-ghostwriter - After installation, invoke the skill by name or use
/nex-ghostwriter - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release – drafts, tracks, and manages meeting follow-up emails with full-featured CLI.
- Instantly generates structured follow-up emails from meeting notes for clients or teams.
- Supports five tone presets and allows one-command regeneration in a new tone.
- Tracks sent and skipped drafts; stores contacts with personalized greetings.
- Handles action items, owners, deadlines, and next steps.
- Provides full-text search, meeting statistics, and export to CSV/JSON.
- Designed for agencies, consultants, freelancers, sales/account/project managers, and founders.
Metadata
Frequently Asked Questions
What is Nex Ghostwriter?
Meeting follow-up email drafter. Dump your meeting notes and get a polished follow-up email in seconds. Log the meeting (who attended, what was discussed, ac... It is an AI Agent Skill for Claude Code / OpenClaw, with 92 downloads so far.
How do I install Nex Ghostwriter?
Run "/install nex-ghostwriter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nex Ghostwriter free?
Yes, Nex Ghostwriter is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Nex Ghostwriter support?
Nex Ghostwriter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nex Ghostwriter?
It is built and maintained by Nex AI (@nexaiguy); the current version is v1.0.0.
More Skills