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

✍️ OpenClawRadar📅 Published: March 10, 2026🔗 Source
ClawPort: Open Source Orchestration for AI Agent Workflows with Self-Healing Cron
Ad

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.

Ad

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

Ad

👀 See Also

23 Agent Skills for iOS 26 Development with SwiftUI and Swift 6.2
Tools

23 Agent Skills for iOS 26 Development with SwiftUI and Swift 6.2

A developer created 23 agent skills targeting iOS 26+ and Swift 6.2 to address hallucination issues with deprecated APIs and outdated patterns. The skills cover SwiftUI, SwiftData, StoreKit 2, push notifications, networking, concurrency, accessibility, localization, WidgetKit, MapKit, and more.

OpenClawRadar
ClaudyBro: Native macOS Terminal for Claude Code Workflows
Tools

ClaudyBro: Native macOS Terminal for Claude Code Workflows

ClaudyBro is a 3.5 MB native Swift terminal app built specifically for Claude Code users, featuring image paste, process inspection, orphan cleanup, and smart MCP management. It uses 68 MB memory idle and 82 MB with Claude running.

OpenClawRadar
Measuring Claude Code MCP Stack: Cache Friendliness vs. Byte Savings, and a 2-Line Fix for Prompt Cache
Tools

Measuring Claude Code MCP Stack: Cache Friendliness vs. Byte Savings, and a 2-Line Fix for Prompt Cache

Greg Shevchenko benchmarks MCP compressors and retrieval layers on two axes: byte savings and cache friendliness. A 2-line fix (sort rg hits, sort map entries) boosts cache from ~0% to 100% with no byte-savings loss. Open-source harness included.

OpenClawRadar
Launch Engine MCP Server Provides 39-Tool Pipeline for Business Validation
Tools

Launch Engine MCP Server Provides 39-Tool Pipeline for Business Validation

Launch Engine is an MCP server that gives Claude a structured pipeline with 39 interconnected SOP tools organized into 5 layers for taking business ideas from concept to validated revenue. The system includes specialized subagents, prerequisite enforcement, and tools for batch evaluation and rapid testing.

OpenClawRadar