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

Manifest Router Adds ZAI Subscription Support for OpenClaw Model Management
Manifest router now supports ZAI subscriptions, allowing all ZAI models to appear in routing tiers with automatic model selection per request. The tool is in beta, free, open source, and includes a dashboard for tracking costs per agent, message, and model.

Claude Sessions: Lightweight Desktop App for Browsing Claude Code History
Claude Sessions is a new desktop application that lets developers browse their Claude Code session history locally. It reads from ~/.claude/projects, organizes sessions by project, handles large sessions up to 500k+ tokens without lag, and includes search functionality and keyboard navigation.
Usage4Claude 3.0.0: Open Source macOS Menu Bar Tracker for Claude and Codex
Usage4Claude 3.0.0 adds optional Codex support, built-in browser login for Claude, multi-account switching, and localized notifications.

Piast Gate: Open-Source API Proxy for LLM Data Anonymization
Piast Gate is an open-source API proxy that anonymizes sensitive data before sending requests to LLMs and restores original data in responses. The current MVP supports Google Gemini API, Polish language, local execution, and can anonymize text or Word documents without LLM processing.