ClawPort: Open Source Orchestration for AI Agent Workflows with Self-Healing Cron

ClawPort is an open source orchestration layer for AI agent workflows designed to make scheduled agent pipelines more manageable, observable, and debuggable. The tool specifically addresses pain points developers face when running agents on a schedule, where failures require digging through logs, reproducing issues, and dealing with unclear agent ownership.
Key Features
The cron system in ClawPort includes several practical improvements:
- Auto-configuration: Automatically configures the pipeline on setup
- Self-healing: Recovers automatically when something goes wrong in the workflow
- Direct agent testing: If an agent has ownership over a node in the workflow, you can talk directly to that agent to test what it would actually do before it runs on a live schedule
The developer behind ClawPort notes that the direct testing capability has already prevented at least three bad deployments by allowing them to ask "what would you do with this input" before the agent executes on schedule.
Availability
ClawPort is available now through several channels:
- Website: clawport.dev
- GitHub repository: https://github.com/JohnRiceML/clawport-ui
- npm package: https://www.npmjs.com/package/clawport-ui
The project is described as "still early" and the developer is seeking serious contributors who have experienced similar problems with AI agent workflows running on schedules.
📖 Read the full source: r/clawdbot
👀 See Also

MiniMax Music 2.5 AI Music Generator Released with Studio-Grade Audio Control
MiniMax Music 2.5 is an AI music generation model that creates studio-quality songs with 44.1kHz Hi-Fi output, 100+ instruments, and paragraph-level precision control using 14+ structural tags for directing song structure.

OpenHelm: A macOS App for Automating Claude Code Tasks
OpenHelm is a free, local macOS application that automates repetitive Claude coding tasks by running jobs on a schedule, auto-retrying failures, and breaking work into chunks to avoid session limits. It uses your existing Claude subscription for LLM calls.

OpenClaw Superpowers: A library of 31 skills addressing security, cost, and reliability pain points
A developer has released openclaw-superpowers, a library of 31 plug-and-play skills for OpenClaw. The library addresses common issues like runaway API costs, security vulnerabilities, and context loss, with installation via a single command.

Free AI Product Launch Playbook Repository for Claude Users
A developer has released a free repository containing a structured AI product launch playbook designed to work with Claude. The repo organizes launch experience into practical stages including strategy, preparation, execution, and includes templates and tool references.