Local Trello-Style Project Manager for OpenClaw Agents

✍️ OpenClawRadar📅 Published: February 27, 2026🔗 Source
Local Trello-Style Project Manager for OpenClaw Agents
Ad

A developer on r/LocalLLaMA has created a local project management tool that mimics Trello functionality for use with OpenClaw AI agents. The system was built specifically to avoid connecting the AI agent to external services due to security concerns about client project data.

Technical Implementation

The tool runs on the same machine as the OpenClaw agent (described as "an old laptop") and is accessible only on the local network. The developer uses Telegram to notify their agent when new cards are ready for processing.

Tech Stack

  • Node.js + Express (API server + static file serving)
  • React + react-trello (Kanban UI with drag and drop)
  • Markdown files with YAML frontmatter (data layer — no database)
  • gray-matter (frontmatter parsing)
  • multer (image uploads)
  • nanoid (unique card ID generation)
  • lucide-react (icons)
Ad

How It Works

Each project card is stored as a .md file on disk. The Express server reads and writes these files via a REST API, which the React frontend consumes. The OpenClaw agent bypasses the API entirely and reads/writes card files directly on the filesystem. Images are stored in a local directory and served through the API with token authentication.

The system supports creating cards, checklists, uploading images, and adding comments — described as "all the Trello basics." The developer reports that their agent has successfully created its own cards, managed priorities, and handled checklists.

The developer is considering whether to spend more time building out the tool and making it available to others, currently keeping it in a private repository.

📖 Read the full source: r/LocalLLaMA

Ad

👀 See Also

OpenClaw iOS app adds historical Apple Health data sync up to 18 months
Tools

OpenClaw iOS app adds historical Apple Health data sync up to 18 months

The latest version of the OpenClaw iOS app enables historical Apple Health data export, allowing users to sync up to 18 months of health data to their agent for personalized insights or AI training.

OpenClawRadar
Open Source GTM Plugin for Claude Code with 166 Marketing Skills and Bootstrap Command
Tools

Open Source GTM Plugin for Claude Code with 166 Marketing Skills and Bootstrap Command

A developer has released an open source Go-To-Market plugin for Claude Code that provides 166 specialized marketing skills across SEO, content, outbound, sales, growth, analytics, strategy, ads, social, CRM, and AI search. The plugin includes a /bootstrap command that interviews users about their brand to generate personalized context files.

OpenClawRadar
Codesight: AI Context Engine Cuts 30K-60K Tokens from Claude Code Sessions
Tools

Codesight: AI Context Engine Cuts 30K-60K Tokens from Claude Code Sessions

Codesight is an open-source tool that analyzes codebases to provide AI coding agents with structured context, reducing token waste. A developer collaborated with the maintainer to add AST parsing for Next.js and Prisma, an eval suite, token telemetry, and profiles for Claude Code and Cursor.

OpenClawRadar
Claude adds memory import feature to migrate from other AI providers
Tools

Claude adds memory import feature to migrate from other AI providers

Claude now allows users to import context and preferences from other AI providers through a copy-paste process. The memory feature is available on all paid plans and helps maintain conversation history when switching platforms.

OpenClawRadar