Run Bolta's AI social media agents on your own machine while controlling them from the Bolta dashboard. Your data, API keys, and drafts stay local — Bolta Cloud handles scheduling, OAuth, and publishing.
boltaclaw oc skills install bolta-skills-index, or run boltaclaw update to refresh everything at once.BoltaClaw is a thin bridge layer over OpenClaw, an open-source agent runtime. Your machine runs the work; Bolta Cloud is the control tower.
Get a workspace install token from Settings → Integrations (Self-Hosted / engine). Then install using one of the options below.
curl -sL https://bolta.ai/install.sh | bash -s -- --token=YOUR_WORKSPACE_TOKENOption 1: Install token (pairing) — paste the one-time or workspace token from the dashboard when you run boltaclaw setup or boltaclaw start --token=…. After a successful handshake, Bolta issues a persistent runner credential stored locally (check boltaclaw paths).
Option 2: Bolta API key — for calling Bolta APIs from skills, set BOLTA_API_KEY (see the bolta-skills README). Keys never ship in docs — generate under Settings → API.
~/.openclaw (bolta profile), workspace skills under <workspace>/skills, and optional extra dirs from config — same precedence as documented in the Skills section below.LLM calls (Claude / GPT)
BYOK — your key, your cost control.
Agent memory
Privacy — brand voice, drafts, history stay local.
Social OAuth tokens
Security — managed OAuth flow.
Job scheduling
Convenience — set schedules from the UI.
Post approval
Workflow — review before publishing.
Publishing
Reliability — managed API connections.
Skills are AgentSkills-compatible directories that teach an agent how to use a tool — each is a folder with a SKILL.md and YAML frontmatter. BoltaClaw ships the bolta-skills pack bundled, so your agents know Bolta workflows out of the box.
boltaclaw onboard grab it automatically — use the command below to reinstall or pull updates.# Install (or reinstall) the bolta-skills pack
boltaclaw oc skills install bolta-skills-index
# Update OpenClaw + bolta-skills together
boltaclaw updateBrowse the registry entry at clawhub.ai/maxfritzhand/bolta-skills-index or read the source at github.com/boltaai/bolta-skills.
Voice
Brand voice creation, evolution, and validation.
bolta.voice.bootstrapbolta.voice.learn_from_samplesContent
Content creation, planning, and workspace context.
bolta.draft.postbolta.week.planbolta.get_voice_profileReview
Human-in-the-loop approval and feedback workflows.
bolta.inbox.triagebolta.approve_postbolta.review.digestAutomation
Scheduled and recurring content generation.
bolta.cron.generate_to_reviewbolta.cron.generate_and_scheduleAgent
Agent lifecycle — hire, configure, activate, memory.
bolta.agent.hirebolta.agent.memorybolta.job.executeAnalytics
Performance metrics, audience insights, posting times.
bolta.get_post_metricsbolta.get_best_posting_timesEngagement
Mentions, comments, on-brand replies.
bolta.get_mentionsbolta.reply_to_mentionControl
Governance, audit, key rotation, quotas.
bolta.audit.export_activitybolta.team.rotate_keybolta.workspace.config<workspace>/skillsWorkspace<workspace>/.agents/skillsProject agent~/.agents/skillsPersonal agent~/.openclaw/skillsManaged / localshipped with the installBundled (incl. bolta-skills)skills.load.extraDirs (config)Extra dirsPrefer boltaclaw commands for normal operations. Use boltaclaw openclaw … (or boltaclaw oc …) for advanced OpenClaw utilities not yet wrapped — passthroughs always run with --profile bolta.
boltaclaw start --token=YOUR_TOKENStart the engine and connect to Bolta Cloud.
boltaclaw status [--json]Show OpenClaw, gateway, connection, and key status.
boltaclaw whoamiShow workspace status and connected agents.
boltaclaw restartRestart the local gateway in one step.
boltaclaw gateway healthCheck the local gateway health (alias: boltaclaw gw health).
boltaclaw gateway startStart the local gateway only.
boltaclaw gateway stopStop the local gateway.
boltaclaw setup [--token=YOUR_TOKEN]Interactive setup wizard.
boltaclaw onboard --token=YOUR_TOKENGuided onboarding (includes optional OpenClaw native onboard).
boltaclaw runRun an agent with a prompt (API-based, server-side execution).
boltaclaw chatInteractive chat with your agents (API-based).
boltaclaw action --helpInspect agent actions exposed via OpenClaw.
boltaclaw agent listList hired agents in this workspace.
boltaclaw agent hireHire an agent preset (creates agent + default job).
boltaclaw agent enable <id>Activate an agent.
boltaclaw agent disable <id>Pause an agent.
boltaclaw job listList jobs across hired agents.
boltaclaw job createCreate a job for an agent.
boltaclaw job enable <id>Activate a paused job.
boltaclaw job disable <id>Pause a running job.
boltaclaw presetsBrowse available agent presets.
boltaclaw config set ANTHROPIC_API_KEY sk-ant-...Set your Claude API key. BYOK — never leaves your machine.
boltaclaw config set MODEL_PRIMARY anthropic/claude-sonnet-5Pick the primary model used by agents.
boltaclaw config set TELEGRAM_BOT_TOKEN 123456:ABC...Optional — wire up a Telegram bot channel.
boltaclaw config get <KEY>Print a single configured value.
boltaclaw config listList all configured values.
boltaclaw config unset <KEY>Remove a configured value.
boltaclaw doctor [--fix]Diagnose local setup and command failures. --fix attempts repairs.
boltaclaw logs -fTail OpenClaw gateway logs.
boltaclaw pathsShow local runtime paths (db, config, workspace).
boltaclaw tuiLive ops dashboard (interactive TUI).
boltaclaw oc skills install bolta-skills-indexInstall the bolta-skills pack from ClawHub.
boltaclaw oc gateway healthCheck OpenClaw gateway health under the bolta profile.
boltaclaw openclaw uninstallUninstall OpenClaw from the bolta profile.
boltaclaw updateUpdate OpenClaw and bolta-skills.
boltaclaw uninstall --yesRemove the local OpenClaw bolta profile.
boltaclaw uninstall --yes --purgeAlso delete local BoltaClaw data.
# 1) Fast diagnostics
boltaclaw doctor
boltaclaw doctor --fix
# 2) Gateway not healthy
boltaclaw gateway start
boltaclaw gateway health
boltaclaw logs -f
boltaclaw restart
# 3) Verify OpenClaw under bolta profile
boltaclaw oc gateway health
boltaclaw oc --help
# 4) Re-onboard if token/key drifted
boltaclaw onboard --token=YOUR_TOKEN
# 5) Full cleanup (last resort)
boltaclaw uninstall --yes --purgeANTHROPIC_API_KEY or OPENAI_API_KEY).127.0.0.1:18789 by default).openclaw outside the bolta profile by accident.