ghostwriter
v0.24.0Write engaging LinkedIn posts in the user's own voice and publish them to their profile after they approve. Use when the user wants to draft, write, or post something to LinkedIn, asks for a "LinkedIn post", wants content about trending topics in their field, or wants to set up / configure LinkedIn auto-posting. Learns the user's voice from their past posts and never publishes without explicit approval.
By Nate SwensonLicense: MIT3 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 19, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install ghostwriter for Codex and Claude Code
codex plugin marketplace add natejswenson/claude-skills
codex plugin marketplace upgrade claude-skills
codex plugin add ghostwriter@claude-skillsPaste and run these commands in a terminal with Codex. They add and refresh the claude-skills catalog, then install this plugin.
Compatibility: the page URL and API slug “ghostwriter-2” remain stable.
- Codex:
ghostwriter-2@agent-plugin-marketplace→ghostwriter@claude-skills
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/natejswenson/claude-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is skills/ghostwriter/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/ghostwriter/SKILL.md
Included Skills1
Write engaging LinkedIn posts in the user's own voice and publish them to their profile after they approve. Use when the user wants to draft, write, or post something to LinkedIn, asks for a "LinkedIn post", wants content about trending topics in their field, or wants to set up / configure LinkedIn auto-posting. Learns the user's voice from their past posts and never publishes without explicit approval.
Plugin manifests2
{
"name": "ghostwriter",
"version": "0.24.0",
"description": "Write engaging LinkedIn posts in the user's own voice and publish them to their profile after they approve. Use when the user wants to draft, write, or post something to LinkedIn, asks for a \"LinkedIn post\", wants content about trending topics in their field, or wants to set up / configure LinkedIn auto-posting. Learns the user's voice from their past posts and never publishes without explicit approval.",
"author": {
"name": "Nate Swenson"
},
"homepage": "https://github.com/natejswenson/claude-skills/tree/main/skills/ghostwriter",
"license": "MIT",
"skills": "./skills/",
"interface": {
"displayName": "ghostwriter",
"shortDescription": "Write engaging LinkedIn posts in the user's own voice and publish them to their profile after they approve. Use when the",
"longDescription": "Write engaging LinkedIn posts in the user's own voice and publish them to their profile after they approve. Use when the user wants to draft, write, or post something to LinkedIn, asks for a \"LinkedIn post\", wants content about trending topics in their field, or wants to set up / configure LinkedIn auto-posting. Learns the user's voice from their past posts and never publishes without explicit approval.",
"developerName": "Nate Swenson",
"category": "Productivity",
"capabilities": [],
"defaultPrompt": [
"Use $ghostwriter to help me."
]
}
}{
"name": "ghostwriter",
"version": "0.24.0",
"description": "Write engaging LinkedIn posts in the user's own voice and publish them to their profile after they approve. Use when the user wants to draft, write, or post something to LinkedIn, asks for a \"LinkedIn post\", wants content about trending topics in their field, or wants to set up / configure LinkedIn auto-posting. Learns the user's voice from their past posts and never publishes without explicit approval.",
"author": {
"name": "Nate Swenson"
},
"homepage": "https://github.com/natejswenson/claude-skills/tree/main/skills/ghostwriter",
"license": "MIT"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[ghostwriter on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ghostwriter-2)