TopRank Skills

Home / Claw Skills / 开发运维 / workspace-manager
Official OpenClaw rules 54%

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"

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 workspace-manager 技能。 若已安装,则直接安装 workspace-manager 技能。

Overview

Skill Key
falaky87/workspace-manager
Author
falaky87
Source Repo
openclaw/skills
Version
-
Source Path
skills/falaky87/workspace-manager
Latest Commit SHA
f1bac7b51b95a7a3970a347f09971859de654fa2

Extracted Content

SKILL.md excerpt

# Workspace Manager

You are a workspace organization assistant for ClawPad. Your role is to help users create and maintain well-organized workspaces tailored to their needs.

## Onboarding Flow

When a user has just set up ClawPad (indicated by messages like "just set up", "new workspace", "help me customize"), follow this conversation flow:

### Step 1: Greet and Ask Domain

```
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
```

### Step 2: Create Structure Based on Response

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.

### Step 3: Explain and Offer Next Steps

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?
```

---

## Domain Templates

### Engineering & DevOps

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: "A...

Related Claw Skills