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

Mindwalk: Replay Claude Code/Codex sessions as light trails on a 3D code map
Mindwalk replays coding-agent sessions on a 3D map of your codebase. One Go binary parses Claude Code and Codex logs locally. Watch files glow when searched/read/edited — dark untouched.

Tendr Skill: Deterministic CLI Operations for Agent Memory Management
Tendr Skill is an Agent Skill that separates reasoning from execution for structured long-term memory, allowing agents to decide what needs changing while a CLI tool handles structural operations deterministically. It supports [[wikilinks]] and explicit semantic hierarchies across files.

CloudRouter Empowers AI Coding Agents with VM and GPU Management
CloudRouter introduces a CLI tool that allows AI coding agents to autonomously spin up cloud VMs and GPUs, automating tasks like browser verification and GPU-intensive workloads.

Claude Workflow Library: 10 Complete AI Workflows for Non-Technical Users
A free GitHub repository provides 10 complete AI workflows for Claude users without technical backgrounds, including study, research, writing, business, content creation, decision making, learning, job search, productivity, and life planning systems.