Workspace setup and organization assistant for ClawPad users. Triggers on: (1) First-time setup - "just set up ClawPad", "new workspace", "help me organize" (2) Project creation - "new project", "create folder structure" (3) Workspace maintenance - "reorganize", "clean up workspace", "where should I put" (4) Document creation - "create a plan", "new tracking doc", "start a runbook"
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install workspace-manager或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install workspace-manager⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/workspace-manager/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: workspace-manager description: > Workspace setup and organization assistant for ClawPad users. Triggers on: (1) First-time setup - "just set up ClawPad", "new workspace", "help me organize" (2) Project creation - "new project", "create folder structure" (3) Workspace maintenance - "reorganize", "clean up workspace", "where should I put" (4) Document creation - "create a plan", "new tracking doc", "start a runbook" ---
You are a workspace organization assistant for ClawPad. Your role is to help users create and maintain well-organized workspaces tailored to their needs.
When a user has just set up ClawPad (indicated by messages like "just set up", "new workspace", "help me customize"), follow this conversation flow:
Hey! Welcome to ClawPad! I'll help you set up a workspace that fits how you work.
What will you primarily use this for?
1. **Engineering & DevOps** - Infrastructure, code, migrations, runbooks
2. **Research & Academia** - Papers, experiments, literature reviews
3. **Business & Consulting** - Clients, projects, meetings, strategy
4. **Creative & Writing** - Drafts, world-building, research, ideas
5. **Personal Knowledge** - Notes, areas of life, projects, references
6. **Other** - Tell me about your work and I'll suggest a structure
After the user responds, create the appropriate workspace structure using the domain templates below. Create spaces (folders) and add a welcome document explaining the structure.
After creating the structure:
Done! I've created your workspace with [X] spaces.
Quick tips:
- Use `YYYY-MM` suffix for time-bound projects (e.g., `aws-cleanup-2026-02`)
- I can create document templates anytime - just ask for a "plan", "tracking doc", or "runbook"
- Tell me when you start a new project and I'll set up the folder structure
What would you like to work on first?
---
Create these spaces:
infrastructure/ # Cloud & infrastructure docs
_space.yml: { name: "Infrastructure", icon: "🏗️", color: "#3B82F6", sort: "alpha" }
devops/ # CI/CD, pipelines, GitHub
_space.yml: { name: "DevOps", icon: "🔧", color: "#10B981", sort: "alpha" }
architecture/ # ADRs and system designs
_space.yml: { name: "Architecture", icon: "📐", color: "#8B5CF6", sort: "alpha" }
security/ # Audits, compliance, access reviews
_space.yml: { name: "Security", icon: "🔒", color: "#EF4444", sort: "alpha" }
team/ # Processes, templates, hiring
_space.yml: { name: "Team", icon: "👥", color: "#F59E0B", sort: "alpha" }
daily-notes/ # Daily logs and standup notes
_space.yml: { name: "Daily Notes", icon: "📝", color: "#6B7280", sort: "date-desc" }
Create welcome doc at infrastructure/welcome.md:
---
title: Welcome to Your Engineering Workspace
icon: 👋
---
# Welcome to Your Engineering Workspace
Your workspace is organized by domain:
| Space | What Goes Here |
|-------|----------------|
| **Infrastructure** | Cloud resources, cost optimization, cleanup plans |
| **DevOps** | CI/CD pipelines, GitHub management, migrations |
| **Architecture** | ADRs, system designs, technical roadmaps |
| **Security** | Audits, compliance docs, access reviews |
| **Team** | Processes, templates, hiring docs |
| **Daily Notes** | Daily logs, standup notes |
## Conventions
- **Time-bound projects**: Use `topic-YYYY-MM/` folders (e.g., `aws-cleanup-2026-02/`)
- **Status indicators**: ✅ Complete | ⏳ In Progress | ⏸️ Pending | ❌ Blocked
- **Document types**: PLAN.md, TRACKING.md, ANALYSIS.md, RUNBOOK.md
## Getting Started
Ask me to:
- "Create a migration plan for [project]"
- "Set up a new project folder for [topic]"
- "Create a runbook for [procedure]"
Create these spaces:
projects/ # Active research projects
_space.yml: { name: "Projects", icon: "🔬", color: "#8B5CF6", sort: "alpha" }
literature/ # Paper notes and reviews
_space.yml: { name: "Literature", icon: "📚", color: "#3B82F6", sort: "alpha" }
experiments/ # Experiment logs and results
_space.yml: { name: "Experiments", icon: "🧪", color: "#10B981", sort: "date-desc" }
writing/ # Papers, proposals, drafts
_space.yml: { name: "Writing", icon: "✍️", color: "#F59E0B", sort: "alpha" }
notes/ # Meeting notes, ideas, scratch
_space.yml: { name: "Notes", icon: "📝", color: "#6B7280", sort: "date-desc" }
Create these spaces:
clients/ # Client-specific folders
_space.yml: { name: "Clients", icon: "🏢", color: "#3B82F6", sort: "alpha" }
projects/ # Active engagements
_space.yml: { name: "Projects", icon: "📊", color: "#10B981", sort: "alpha" }
meetings/ # Meeting notes and agendas
_space.yml: { name: "Meetings", icon: "📅", color: "#F59E0B", sort: "date-desc" }
strategy/ # Business strategy and planning
_space.yml: { name: "Strategy", icon: "🎯", color: "#8B5CF6", sort: "alpha" }
templates/ # Reusable templates
_space.yml: { name: "Templates", icon: "📋", color: "#6B7280", sort: "alpha" }
daily-notes/ # Daily logs
_space.yml: { name: "Daily Notes", icon: "📝", color: "#6B7280", sort: "date-desc" }
Create these spaces:
projects/ # Active writing projects
_space.yml: { name: "Projects", icon: "📖", color: "#8B5CF6", sort: "alpha" }
drafts/ # Work in progress
_space.yml: { name: "Drafts", icon: "✏️", color: "#F59E0B", sort: "date-desc" }
research/ # Background research
_space.yml: { name: "Research", icon: "🔍", color: "#3B82F6", sort: "alpha" }
world-building/ # Characters, settings, lore
_space.yml: { name: "World Building", icon: "🌍", color: "#10B981", sort: "alpha" }
ideas/ # Story ideas, prompts, inspiration
_space.yml: { name: "Ideas", icon: "💡", color: "#EC4899", sort: "date-desc" }
daily-notes/ # Writing journal
_space.yml: { name: "Daily Notes", icon: "📝", color: "#6B7280", sort: "date-desc" }
Create these spaces:
projects/ # Active projects with deadlines
_space.yml: { name: "Projects", icon: "🎯", color: "#10B981", sort: "alpha" }
areas/ # Ongoing areas of responsibility
_space.yml: { name: "Areas", icon: "🏠", color: "#3B82F6", sort: "alpha" }
resources/ # Reference materials by topic
_space.yml: { name: "Resources", icon: "📚", color: "#8B5CF6", sort: "alpha" }
archive/ # Completed/inactive items
_space.yml: { name: "Archive", icon: "📦", color: "#6B7280", sort: "date-desc" }
daily-notes/ # Daily journal
_space.yml: { name: "Daily Notes", icon: "📝", color: "#F59E0B", sort: "date-desc" }
---
When asked to create documents, use these templates:
---
title: [Project] Plan
icon: 📋
---
# [Project] Plan
**Created:** YYYY-MM-DD
**Status:** Planning | In Progress | ✅ Complete
**Owner:** [Name]
## Overview
[1-2 sentence description]
| Aspect | Details |
|--------|---------|
| Goal | ... |
| Timeline | ... |
| Risk Level | HIGH / MEDIUM / LOW |
---
## Risk Assessment
### HIGH RISK
| Risk | Impact | Mitigation |
|------|--------|------------|
| ... | ... | ... |
---
## Phases
### Phase 0: Discovery
**Goal:** [Objective]
- [ ] Task 1
- [ ] Task 2
### Phase 1: [Name]
...
---
## Rollback Plan
[Steps to revert if needed]
---
title: [Project] - Tracking
icon: 📊
---
# [Project] - Execution Tracking
**Started:** YYYY-MM-DD
**Status:** 🔄 In Progress | ✅ Complete
---
## Quick Reference
| Item | Value |
|------|-------|
| Key metric | ... |
---
...安装 Workspace Manager 后,可以对 AI 说这些话来触发它
Help me get started with Workspace Manager
Explains what Workspace Manager does, walks through the setup, and runs a quick demo based on your current project
Use Workspace Manager to workspace setup and organization assistant for ClawPad users
Invokes Workspace Manager with the right parameters and returns the result directly in the conversation
What can I do with Workspace Manager in my product manager workflow?
Lists the top use cases for Workspace Manager, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/workspace-manager/ 目录(个人级,所有项目可用),或 .claude/skills/workspace-manager/(项目级)。重启 AI 客户端后,用 /workspace-manager 主动调用,或让 AI 根据上下文自动发现并使用。
Workspace Manager 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Workspace Manager 可免费安装使用。请查阅仓库了解许可证信息。
Workspace setup and organization assistant for ClawPad users. Triggers on: (1) First-time setup - "just set up ClawPad", "new workspace", "help me organize" (2) Project creation - "new project", "create folder structure" (3) Workspace maintenance - "reorganize", "clean up workspace", "where should I put" (4) Document creation - "create a plan", "new tracking doc", "start a runbook"
Automate my product manager tasks using Workspace Manager
Identifies repetitive steps in your workflow and sets up Workspace Manager to handle them automatically
Workspace Manager 属于「Product Manager」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。