A terminal-first project bootstrapper and workspace context manager that synchronizes local task management with Trello.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install project-router
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install project-router using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Project Router serves as the canonical control plane for managing project metadata and switching between development contexts effortlessly. By utilizing a local SQLite database for speed and queryability, and a Trello backend for visual tracking, it ensures your project briefs, build targets, and task statuses remain consistent across your CLI and project management tools.
This tool is designed for developers using Openclaw Skills who require a deterministic way to load the right documentation, code, and index for any given task. It treats project management as a local-first, queryable operation while providing robust integration with external tracking tools.
To get started with this skill in your environment, follow these installation steps:
# Initialize a project bundle (creates a plan)
project init
# Apply the generated plan to set up the .project structure
project apply <planId>
# Add the project to the canonical management database
project pm project add <slug> --name "My Project" --root $(pwd)
# Sync with your Trello board
project pm trello sync --project <slug>
Ensure your SQLite database is located at the path defined in your environment configuration, typically within your workspace data directory.
The skill organizes its data using a combination of a project-local bundle and a global SQLite database:
| Location | Component | Description |
|---|---|---|
.project/project.json |
Manifest | Structured identification and metadata for the project. |
.project/targets.json |
Targets | Command definitions for build, test, and lint actions. |
pm.sqlite (Table) |
projects |
Stores project slugs, names, and absolute root paths. |
pm.sqlite (Table) |
tasks |
Tracks task titles, priority (P0-P3), and status. |
.project/index/ |
Artifacts | A local index for project-specific files and URLs. |
Loading
Maintain a deterministic, file-based knowledge graph by adding, superseding, and summarizing atomic facts for entities.

A personal finance memory layer that enables AI agents to parse statements, store transaction history, and perform spending analysis.

A professional-grade AI agent skill for analyzing Korean stocks using a rigorous financial-first evaluation framework.

A professional AI investment analyst that provides systematic evaluation and scoring for Korean stocks listed on the KRX.

A secure filesystem-backed bridge for exchanging files between users and AI agents via MCP.

A local macOS image analysis tool leveraging Apple's Vision framework to detect faces, text, poses, and objects without external API calls.








































