hermes-agent on Fargate
A full hermes-agent runtime running on ECS Fargate via our hardened harness Docker image — production-shaped from the first deploy.
bclaw is short for "BusinessClaw" — an opinionated deployment of hermes-agent configured as a long-running "claw" inside your Slack workspace. Generate, customize, and deploy as many as you like, each on your own AWS account.
$ npx @boldblackai/create-bclaw swe-palbclaw is short for “BusinessClaw” — an opinionated deployment of hermes-agent configured as a long-running agent in your workspace. Each generated repo is one specific agent with its own Slack app and identity.
Spin up a claw that handles code reviews, opens pull requests, and works alongside your engineers — right inside the channels they already use.
Or a claw that posts reports at scheduled times to the channels you choose. Create, customize, and deploy as many as you like.
Under the hood, each claw runs hermes-agent on our hardened harness image — all deployed to your own AWS account, fully under your control.
One command scaffolds the repo; a handful of skills take it the rest of the way. Everything runs in your own AWS account.
$ npx @boldblackai/create-bclaw swe-palNo name? npm init @boldblackai/bclaw works too — you'll be prompted for one.
Run the generator with a name for your agent. It scaffolds a complete repository — a set of skills wired up for deployment.
$ npx @boldblackai/create-bclaw swe-palFollow the generated README to create the IAM user and policy for your AWS keys, then create and install the Slack app into your workspace to get its app and bot tokens for .env.
The generated repo is a set of skills — open it in your favorite harness: Pi, Hermes, or OpenCode.
The setup skill prompts you for an inference provider. OpenRouter, Z.AI, and Anthropic are supported out of the box, plus anything else hermes-agent supports.
Use /manage-bclaw to update the running image version, edit skills, or tweak SOUL.md. To remove it cleanly, run /teardown-bclaw.
Every claw ships on the same hardened foundation we run ourselves — no glue code, no half-finished infrastructure.
A full hermes-agent runtime running on ECS Fargate via our hardened harness Docker image — production-shaped from the first deploy.
Each claw ships with Slack and GitHub integration so it can review code, open pull requests, and respond right where your team already works.
State lives on AWS EFS with backups, so your claw keeps its memory and context across restarts and image updates.
Everything deploys into your own AWS account: a CloudFormation stack, scoped IAM roles, KMS-encrypted SSM, and an isolated ECS cluster per claw.
One command to scaffold it, a few skills to ship it. It runs in your account, on your terms.
$ npx @boldblackai/create-bclaw swe-pal