Install skill
npx @shivamsharma11/newsletter initDefault personal setup for Codex, Claude Code, OpenCode, and OpenClaw-compatible agents.First-run agent command
Start with one local command. It creates an agent-discoverable skill, keeps setup idempotent, then lets the assistant connect, authenticate, collect profile context, and retrieve a personalized technical brief.
Command path
Install skill
npx @shivamsharma11/newsletter initDefault personal setup for Codex, Claude Code, OpenCode, and OpenClaw-compatible agents.Project-local option
npx @shivamsharma11/newsletter init --project --allUse when the skill should live with this repo instead of the user's agent profile.Authenticate
newsletter loginOnly run when the CLI reports that OAuth login is needed.Save profile
newsletter profile setup --display-name "<name>" --stack "<stack>" --tools "<tools>" --interests "<interests>"Ask only for missing stack, tools, workflow, and interest details.Get brief
newsletter brief getVerifies the personalized retrieval path after setup.Init modes
Personal default
npx @shivamsharma11/newsletter initProject skill
npx @shivamsharma11/newsletter init --project --allCodex only
npx @shivamsharma11/newsletter init --codexClaude Code only
npx @shivamsharma11/newsletter init --claude-codeOpenCode only
npx @shivamsharma11/newsletter init --opencodeOpenClaw only
npx @shivamsharma11/newsletter init --openclawCopy/paste blocks
Run this once to create the personal Newsletter skill for supported agents.
npx @shivamsharma11/newsletter initPaste this into Codex, Claude Code, OpenCode, OpenClaw, or another assistant.
Set up Newsletter for this assistant from https://shivamsharma.shop/cli/.For assistants
Agents should visit the CLI page, fetch the Markdown instructions, run init first, then follow the CLI command path. Service URLs are resolved by the CLI runtime.
Open newsletter-agent-setup.md