Skip to content

feat: Add ClawBridge - Mobile Dashboard & Mission Control#75

Open
dreamwing wants to merge 1 commit intorohitg00:mainfrom
dreamwing:feat/add-clawbridge
Open

feat: Add ClawBridge - Mobile Dashboard & Mission Control#75
dreamwing wants to merge 1 commit intorohitg00:mainfrom
dreamwing:feat/add-clawbridge

Conversation

@dreamwing
Copy link

@dreamwing dreamwing commented Feb 27, 2026

Hi! I'd like to add ClawBridge to the awesome list and ecosystem directory. It is a mobile-first dashboard and mission control for OpenClaw that enables real-time monitoring of agent reasoning (CoT), token cost auditing, and remote task management via secure tunnels. Website: https://clawbridge.app

Summary by CodeRabbit

  • Documentation
    • Added ClawBridge, a mobile-first third-party dashboard, to the Monitoring & Dashboards section
    • Added ClawBridge card to the Developer Tools directory with full metadata, icon, description, and tags featuring real-time monitoring, token cost visibility, and task management capabilities

@vercel
Copy link

vercel bot commented Feb 27, 2026

@dreamwing is attempting to deploy a commit to the rohitg00's projects Team on Vercel.

A member of the Team first needs to authorize it.

@coderabbitai
Copy link

coderabbitai bot commented Feb 27, 2026

📝 Walkthrough

Walkthrough

Two documentation files are updated to include a new ClawBridge dashboard entry. README.md adds a single row referencing the dashboard in the Monitoring & Dashboards section, while docs/website/directory.html adds a complete card with description, metadata, and icon in the Developer Tools section.

Changes

Cohort / File(s) Summary
Documentation & Directory Additions
README.md, docs/website/directory.html
Adds ClawBridge dashboard entry to monitoring documentation and developer tools directory with mobile-first capabilities, real-time features, and metadata tags.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

Possibly related PRs

  • PR #49: Adds new dashboard/companion entries to the project's documentation sections, making similar content additions to the same docs areas.

Suggested reviewers

  • rohitg00

Poem

🐰 A bridge made of claws, now documented with care,
In dashboards and directories, ClawBridge gleams there,
Mobile and swift, with real-time delight,
New tools are listed, the docs shine so bright! ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main change: adding ClawBridge, a mobile dashboard and mission control tool, to the awesome list and directory.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Tip

Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs).
Share your feedback on Discord.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick comments (2)
docs/website/directory.html (2)

485-485: Minor: Consider clarifying the possessive.

"Monitor agent's real-time thoughts" could be slightly clearer as "your agent's" to make the user relationship explicit. This is a very minor readability nit.

✏️ Suggested wording
-<div class="card-desc">The OpenClaw Mobile Dashboard. Monitor agent's real-time thoughts, actions, track token costs, and manage tasks from anywhere using your pocket-sized Mission Control.</div>
+<div class="card-desc">The OpenClaw Mobile Dashboard. Monitor your agent's real-time thoughts and actions, track token costs, and manage tasks from anywhere using your pocket-sized Mission Control.</div>
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/website/directory.html` at line 485, Update the copy inside the div with
class "card-desc" that currently reads "The OpenClaw Mobile Dashboard. Monitor
agent's real-time thoughts, actions, track token costs, and manage tasks from
anywhere using your pocket-sized Mission Control." to clarify possessive by
changing "Monitor agent's" to "Monitor your agent's" (so the sentence reads
"Monitor your agent's real-time thoughts, actions, track token costs, and manage
tasks from anywhere using your pocket-sized Mission Control.").

476-492: Duplicate animation-delay value with the following card.

Both this card and the Awesome OpenClaw Skills card (line 493) use animation-delay:.5s. This may cause both cards to animate simultaneously rather than sequentially. Consider using a distinct delay to maintain the staggered animation effect.

♻️ Suggested fix
-<div class="card" data-cat="devtools" data-tier="a" style="animation-delay:.5s">
+<div class="card" data-cat="devtools" data-tier="a" style="animation-delay:.48s">

Alternatively, update subsequent cards in the Dev Tools section to increment their delays accordingly.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/website/directory.html` around lines 476 - 492, The ClawBridge card
(div.card with data-cat="devtools" and card-title "ClawBridge") shares the same
inline animation-delay (.5s) as the next card, causing simultaneous animations;
update this card's inline style or the following Dev Tools cards to use distinct
staggered delays (e.g., increment subsequent animation-delay values) so each
card animates sequentially, or centralize delays into a CSS rule and adjust the
sequence there to maintain the staggered effect.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Nitpick comments:
In `@docs/website/directory.html`:
- Line 485: Update the copy inside the div with class "card-desc" that currently
reads "The OpenClaw Mobile Dashboard. Monitor agent's real-time thoughts,
actions, track token costs, and manage tasks from anywhere using your
pocket-sized Mission Control." to clarify possessive by changing "Monitor
agent's" to "Monitor your agent's" (so the sentence reads "Monitor your agent's
real-time thoughts, actions, track token costs, and manage tasks from anywhere
using your pocket-sized Mission Control.").
- Around line 476-492: The ClawBridge card (div.card with data-cat="devtools"
and card-title "ClawBridge") shares the same inline animation-delay (.5s) as the
next card, causing simultaneous animations; update this card's inline style or
the following Dev Tools cards to use distinct staggered delays (e.g., increment
subsequent animation-delay values) so each card animates sequentially, or
centralize delays into a CSS rule and adjust the sequence there to maintain the
staggered effect.

ℹ️ Review info

Configuration used: defaults

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 9b168eb and 6e1b179.

📒 Files selected for processing (2)
  • README.md
  • docs/website/directory.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant