blackops-onboard
v0.7.0
Published
Agent-first onboarding for BlackOps Center. Run via `npx blackops-onboard` to provision your account through Claude Code.
Maintainers
Readme
blackops-onboard
Agent-first onboarding for BlackOps Center.
The whole flow:
npx blackops-onboardThen open your MCP-capable agent (Claude Code, Claude Desktop, Cursor, Cline, …) and say:
Help me onboard to BlackOps Center and publish my first piece of content.
That's it. The agent walks you through account creation, brand voice, social OAuth (X / Threads / LinkedIn), publishing your first four pieces of content, and getting a magic link to your dashboard.
Supported MCP clients
The CLI auto-detects and writes the BlackOps MCP server entry to any of these configs it finds:
| Client | Config path |
|---|---|
| Claude Code | ~/.claude/settings.json |
| Claude Desktop | macOS: ~/Library/Application Support/Claude/claude_desktop_config.json · Windows: %APPDATA%\Claude\claude_desktop_config.json · Linux: ~/.config/Claude/claude_desktop_config.json |
| Cursor | ~/.cursor/mcp.json |
| Cline (VS Code) | ~/.cline/mcp_settings.json |
For any other MCP client, the CLI also prints a universal JSON snippet you can paste into that client's mcpServers config.
Re-running
Re-running detects an existing config at ~/.blackops/config.json. You can keep the existing token (and re-paste the saved prompt) or overwrite to start fresh.
Environment
BLACKOPS_INSTALL_URL— override the install endpoint (defaulthttps://blackopscenter.com/api/install).
Requirements
- Node.js 18+
- Claude Code
