thoth-skill
v1.0.3
Published
Install Thoth — the open-source LinkedIn voice skill for Claude. One command to set up framework-driven persona interviews and daily post generation.
Maintainers
Readme
thoth-skill (CLI)
The npx-installable CLI for the Thoth Claude skill.
Install
npx thoth-skill init # simplest — installs to ~/.claude/skills/thoth
npm install -g thoth-skill # or install the CLI globally, then run `thoth init`Commands
thoth init [--ai claude|cursor|windsurf] [--local] [--offline] [--force]
thoth update # pull latest, preserving personas/
thoth uninstall [--force] # remove the skill
thoth list # show installs + personas
thoth versions # list released versions
thoth helpSee the main repo README for full documentation.
Publishing
The CLI is published from the cli/ folder of the main repo. See .github/workflows/publish.yml.
Pre-publish checklist:
- Bump
cli/package.jsonversion. - Sync
cli/assets/skill/from the top-levelskill/(the release workflow handles this). - Tag a release in the repo.
