@safeman/jarvis-wizard
v1.0.0
Published
One-command setup wizard for your personal Jarvis AI assistant (Clawdbot)
Maintainers
Readme
Jarvis Setup Wizard
A single-command installer that sets up your own personalized Jarvis AI assistant powered by Clawdbot.
Quick Install
npx --yes @safeman/jarvis-wizard@latestOr bootstrap with curl:
curl -fsSL https://raw.githubusercontent.com/sssafeman/jarvis-wizard/main/install.sh | bashWhat it does
Walks you through a 7-step terminal UI wizard:
- Welcome — overview of what you need
- User Info — your name, timezone, occupation
- Personality — assistant name, style, address mode
- API Keys — Anthropic + Telegram (validated live)
- Capabilities — select features (voice, reminders, Canvas, etc.)
- Installation — installs Clawdbot, generates workspace files, starts daemon
- Complete — your assistant is live on Telegram
Requirements
- Node.js ≥ 18 (installed automatically via fnm if missing)
- Anthropic API key
- Telegram bot token (from @BotFather)
Development
git clone https://github.com/sssafeman/jarvis-wizard
cd jarvis-wizard
npm install
npx tsx src/index.tsxPhases
- [x] Phase 1 — Full wizard UI + workspace file generation
- [x] Phase 2 — Skills & integrations (Canvas, GitHub, FACEIT, Todoist + setup stubs)
- [x] Phase 3 — Polish + resume/repair + smoke test
- [ ] Phase 4 — npm publish + distribution
