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:
@@ -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" },
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user