返回顶部
m

mission-control任务控制台

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 web-based mission control dashboard for their OpenClaw instance, track tasks, view memories, manage calendar events, or build a custom dashboard interface.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
623
下载量
免费
免费
1
收藏
概述
安装方式
版本历史

mission-control

Mission Control Skill

Build your own personal dashboard for OpenClaw - a central command center for tasks, memories, calendar, and team management.

What You'll Build

A Next.js web dashboard that connects to your OpenClaw instance and provides:

  • - Task Board - Kanban-style task management
  • Memory Browser - Search and view your OpenClaw memories
  • Calendar View - See scheduled events and cron jobs
  • Team Status - Track who's working on what
  • GitHub Trends - Discover trending repositories

Architecture Overview

CODEBLOCK0

Prerequisites

  • - Node.js 18+
  • OpenClaw installed and running
  • Basic knowledge of React/Next.js

Step-by-Step Guide

Step 1: Initialize Project

CODEBLOCK1

Step 2: Install Dependencies

CODEBLOCK2

Step 3: Create Data Layer

Create src/lib/data.ts for file-based storage:

CODEBLOCK3

Step 4: Create API Routes

Create src/app/api/tasks/route.ts:

CODEBLOCK4

Step 5: Create Components

Navigation Component (src/components/Navigation.tsx):

CODEBLOCK5

Step 6: Create Task Board

CODEBLOCK6

Step 7: OpenClaw Memory Sync

Create src/app/api/sync/route.ts:

CODEBLOCK7

Step 8: Create Layout

CODEBLOCK8

Step 9: Start Script

Create start.sh:

CODEBLOCK9

Make it executable:

CODEBLOCK10

Step 10: Run

CODEBLOCK11

Open http://localhost:3000

Extending Mission Control

Add GitHub Trends

CODEBLOCK12

Add Calendar Events

Store events in src/data/calendar.json and create similar API routes.

Add Team Members

Create src/data/team.json with member info and current tasks.

Mobile Responsiveness Tips

  1. 1. Use Tailwind breakpoints: lg: for desktop, default for mobile
  2. Touch targets: Minimum 40px for buttons
  3. Horizontal scroll: For Kanban board on mobile
  4. Drawer navigation: Slide-in menu for mobile

Security Considerations

  • - Store personal data in src/data/ (gitignored)
  • Keep template data in the skill
  • No authentication included - add your own if needed
  • Run locally or behind a VPN

Troubleshooting

Port already in use?
CODEBLOCK13

Data not saving?
Ensure src/data/ directory exists and is writable.

OpenClaw sync not working?
Check that OpenClaw memory path is correct in your environment.

Resources

  • - Next.js docs: https://nextjs.org/docs
  • Tailwind CSS: https://tailwindcss.com
  • Lucide icons: https://lucide.dev

License

MIT - Built for the OpenClaw community 🦞

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 mission-control-builder-1776420085 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 mission-control-builder-1776420085 技能

通过命令行安装

skillhub install mission-control-builder-1776420085

下载

⬇ 下载 mission-control v1.0.0(免费)

文件大小: 5.07 KB | 发布时间: 2026-4-17 19:39

v1.0.0 最新 2026-4-17 19:39
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.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部