feat: ClawHub Marketplace in Mission Control

- /mission-control/clawhub - Search, browse skills
- Install, Analyze, or Clone skills
- API route at /api/clawhub
- Added to Council navigation
This commit is contained in:
2026-03-24 16:10:36 +01:00
parent 2697a89285
commit 602dcff5b2
4 changed files with 444 additions and 9 deletions
@@ -72,6 +72,7 @@ export default function MissionControlDashboard({ onLogout }: { onLogout?: () =>
{ id: "sekhmet", name: "Sekhmet", icon: "🦁", color: "#fbbf24", href: "/mission-control/agent/sekhmet" },
{ id: "sessions", name: "Sessions", icon: "💬", color: "#06b6d4", href: "/mission-control/sessions" },
{ id: "council-chat", name: "Council Chat", icon: "🏛️", color: "#a855f7", href: "/mission-control/council" },
{ id: "clawhub", name: "ClawHub Store", icon: "🛒", color: "#ec4899", href: "/mission-control/clawhub" },
]
},
{