← 返回 Skills 市场
677
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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'.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mission-control-builder - 安装完成后,直接呼叫该 Skill 的名称或使用
/mission-control-builder触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 677 次。
如何安装 Mission Control Builder?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mission-control-builder」即可一键安装,无需额外配置。
Mission Control Builder 是免费的吗?
是的,Mission Control Builder 完全免费(开源免费),可自由下载、安装和使用。
Mission Control Builder 支持哪些平台?
Mission Control Builder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Mission Control Builder?
由 Shukiclaw(@shukiclaw)开发并维护,当前版本 v1.0.0。
推荐 Skills