← Back to Skills Marketplace
shukiclaw

Mission Control Builder

by Shukiclaw · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
677
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mission-control-builder
Description
Build a personal dashboard for OpenClaw with task management, memory browser, calendar, team tracking, and GitHub trends. Use when the user wants to create a...
Usage Guidance
This skill is an instruction document for creating a local Next.js dashboard and appears technically coherent for that core purpose. However: (1) The guide claims to surface OpenClaw memories and GitHub trends but doesn't show how to connect to those services or what credentials are needed — ask the author or inspect any implementation before providing API keys or connecting live data. (2) The example uses local JSON files for storage; be careful storing sensitive data (memories, tokens) in plain files and consider access controls/encryption. (3) Because the skill is instruction-only, there is no registry-installed code, but if you follow the guide and paste/run code from unknown sources, review it for network calls or secrets exfiltration. If you plan to use this with real OpenClaw memories or GitHub accounts, require explicit documentation of required env vars, endpoints, and authentication flows before giving it access to credentials.
Capability Analysis
Type: OpenClaw Skill Name: mission-control-builder Version: 1.0.0 The skill is classified as suspicious due to its high-risk capabilities, despite their alignment with the stated purpose. It accesses and reads files from the user's home directory (`process.env.HOME`) in `src/app/api/sync/route.ts` to display OpenClaw memories, and makes outbound network requests to GitHub in `src/app/api/github-trends/route.ts`. Furthermore, the `SKILL.md` explicitly states that 'No authentication included' for the Next.js dashboard, which, if exposed beyond `localhost` or a VPN, could lead to unauthorized access to local data, including OpenClaw memories. While these actions are plausibly necessary for the dashboard's functionality and the skill provides mitigation advice ('Run locally or behind a VPN'), the combination of sensitive file access, network calls, and an unauthenticated web server constitutes a significant security risk that warrants a 'suspicious' classification rather than 'benign'.
Capability Assessment
Purpose & Capability
The name/description (personal dashboard for OpenClaw) aligns with the provided Next.js project scaffolding and file-based task storage. However, the skill repeatedly mentions integrating with an OpenClaw memory store and GitHub trends but declares no environment variables or configuration for connecting to those services. That gap is an inconsistency: accessing OpenClaw memories or GitHub data normally requires endpoints/credentials which are not specified.
Instruction Scope
The SKILL.md is an instruction-only guide to create a local Next.js app that reads/writes JSON files under the project (src/data). File I/O is scoped to the project directory (process.cwd()), which is expected for a local dashboard. The instructions are incomplete about how to access external data sources (OpenClaw memory, GitHub trends) and leave implementation details open-ended, which grants broad discretion to whoever implements the integrations.
Install Mechanism
There is no install spec and no code files executed by the platform; the skill is instruction-only and relies on standard tooling (npx, npm). This is the lowest-risk install posture from the registry perspective.
Credentials
No environment variables or credentials are required according to the metadata. That is plausible for a purely local, file-based dashboard, but inconsistent with advertised integrations: connecting to an OpenClaw instance or the GitHub API typically requires endpoints and credentials. The absence of declared env vars is therefore an omission and should be clarified before trusting any code that connects to external services.
Persistence & Privilege
The skill does not request permanent presence (always: false), does not modify other skills or system-wide settings, and has no install hooks. It will not persist or escalate privileges via the registry metadata.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mission-control-builder
  3. After installation, invoke the skill by name or use /mission-control-builder
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Mission Control Skill — build a personal dashboard for OpenClaw. - Provides a Next.js dashboard template with Kanban task board, memory browser, calendar, and team management. - Includes local file-based data layer and API routes for task CRUD operations. - Features modular components, including navigation and a mobile-friendly design. - Integrates GitHub Trends and OpenClaw memory viewer. - Offers step-by-step setup guide for rapid project initialization.
Metadata
Slug mission-control-builder
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Mission Control Builder?

Build a personal dashboard for OpenClaw with task management, memory browser, calendar, team tracking, and GitHub trends. Use when the user wants to create a... It is an AI Agent Skill for Claude Code / OpenClaw, with 677 downloads so far.

How do I install Mission Control Builder?

Run "/install mission-control-builder" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Mission Control Builder free?

Yes, Mission Control Builder is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Mission Control Builder support?

Mission Control Builder is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Mission Control Builder?

It is built and maintained by Shukiclaw (@shukiclaw); the current version is v1.0.0.

💬 Comments