
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
Self-hosted autonomous AI company platform. Ships with pre-built agents. Runs on your Claude Max plan. Full computer control.
Clawrp orchestrates a team of Claude Code agents that run your business autonomously — research, social media, analytics, customer support. Agents wake on schedule, delegate to each other, and you manage them through Slack.
claude --version)npx clawrp onboard
npx clawrp run
Or from source:
git clone <repo-url>
cd clawrp
pnpm install
pnpm dev
Open http://localhost:3100 — you'll see the Clawrp dashboard.
Create a company in the dashboard (click "New Company", give it a name and mission)
Set up agent workspaces:
./scripts/setup-agents.sh
This copies agent templates to ~/agents/ (CEO, Researcher, Social Media, Engagement, Analytics).
Register the CEO agent — in the dashboard, click "New Agent":
CEOclaude_local/Users/you/agents/ceoopus (or sonnet for faster/cheaper)Invoke the agent — click "Invoke" on the agent card, or:
curl -X POST http://localhost:3100/api/agents/{agent-id}/wakeup \
-H "Content-Type: application/json" \
-d '{"source": "on_demand", "reason": "First run"}'
Watch it work — the agent's run appears in the dashboard with live logs.
http://localhost:3100/api/onboarding/slack-manifest.env:
SLACK_BOT_TOKEN=xoxb-...
SLACK_APP_TOKEN=xapp-...
SLACK_SIGNING_SECRET=...
CLAWRP_COMPANY_ID=your-company-uuid
You define a company with a mission. AI agents run it:
| Agent | Schedule | What it does |
|---|---|---|
| CEO | On-demand (Slack) | Full computer control. Coordinates all agents. Can hire new ones. |
| Researcher | Daily 10 AM | Researches trending topics, hands report to Social Media. |
| Social Media | On assignment | Writes platform-specific posts, publishes to Twitter/LinkedIn. |
| Engagement | Every 2 hours | Monitors replies, responds authentically. |
| Analytics | Daily 9 AM | Mixpanel funnel analysis, proposes experiments. |
All on your Mac. All on your Max plan. Zero API costs.
0 10 * * *), not just intervals{
"adapterConfig": {
"mcpServers": {
"playwright": {
"command": "node",
"args": ["/path/to/playwright-mcp/cli.js", "--smart-snapshot"]
}
}
}
}
{
"runtimeConfig": {
"heartbeat": {
"schedule": "0 10 * * *",
"timezone": "America/Los_Angeles"
}
}
}
# Read agent's persistent state
GET /api/agents/{id}/state
# Write/merge state
PUT /api/agents/{id}/state
{"topics_covered": ["ai-agents", "browser-automation"]}
Slack <-> Slack Bot <-> Clawrp Server (Express + PostgreSQL)
|
Claude Code processes
(--dangerously-skip-permissions)
(--resume for sessions)
(--mcp-server for tools)
pnpm install # Install dependencies
pnpm dev # Start server + UI in dev mode
pnpm build # Build for production
pnpm test:run # Run tests
Proprietary. Copyright (c) 2026 Firefloco, Inc. See LICENSE for details.
FAQs
Clawrp CLI — self-hosted autonomous AI agent platform
We found that clawrp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.