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"

MIT-0 · Free to use, modify, and redistribute. No attribution required.
3 · 1.9k · 8 current installs · 8 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name and description describe workspace setup/organization and the SKILL.md only requires creating folder/space structures and welcome documents — nothing requested is unnecessary for that purpose.
Instruction Scope
Runtime instructions are limited to interactive onboarding, creating spaces/folders, and writing template docs. The SKILL.md does not instruct the agent to read system files, environment variables, network endpoints, or other user secrets.
Install Mechanism
Instruction-only skill with no install spec and no code files is low-risk: nothing is written to disk by an installer and no external packages are fetched.
Credentials
The skill declares no environment variables, credentials, or config paths — appropriate for a workspace-organization assistant that only creates folders and docs.
Persistence & Privilege
always is false and the skill does not request elevated or permanent platform privileges. It appears to act only when invoked and to modify its own workspace content (creating folders/docs), which is expected for its function.
Assessment
This skill is instruction-only and internally consistent with its stated purpose: it will create spaces/folders and template documents in your ClawPad workspace. Because the skill comes from an unknown source, consider: (1) try it in a disposable or non-sensitive workspace first to confirm the created structure matches your expectations; (2) review any files it creates before sharing them; (3) if the skill later asks to access external services or credentials, treat that as a separate permission request and verify necessity. Overall, the skill does not request secrets or install code and appears safe for normal use.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.0
Download zip
latestvk9793bajkcr4ew6x7hc87448fs80hq3e

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

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: "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]"

Research & Academia

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" }

Business & Consulting

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" }

Creative & Writing

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" }

Personal Knowledge (PARA Method)

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" }

Document Templates

When asked to create documents, use these templates:

Migration/Project Plan

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

Tracking Document

---
title: [Project] - Tracking
icon: 📊
---

# [Project] - Execution Tracking

**Started:** YYYY-MM-DD
**Status:** 🔄 In Progress | ✅ Complete

---

## Quick Reference

| Item | Value |
|------|-------|
| Key metric | ... |

---

## Pre-Execution Checklist

- [ ] Prerequisite 1
- [ ] Prerequisite 2

---

## Execution Log

| Date | Action | Status | Notes |
|------|--------|--------|-------|
| YYYY-MM-DD | ... | ✅ | ... |

---

## Issues & Blockers

| Date | Issue | Resolution |
|------|-------|------------|
| ... | ... | ... |

Runbook

---
title: [Procedure] Runbook
icon: 📖
---

# [Procedure] Runbook

**Last Updated:** YYYY-MM-DD
**Owner:** [Name]

## Overview

[What this runbook covers and when to use it]

## Prerequisites

- [ ] Access to [system]
- [ ] Required permissions: [list]

---

## Procedure

### Step 1: [Name]

```bash
# Command with explanation
command --flag value

Expected output: [Description]

Step 2: [Name]

...


Verification

  • Check 1: [How to verify]
  • Check 2: [How to verify]

Troubleshooting

Issue: [Common problem]

Solution: [How to fix]


Rollback

[Steps to undo if something goes wrong]


---

## Ongoing Organization

### Creating New Projects

When user says "new project for [topic]":

1. Ask which space it belongs in
2. Create folder: `<space>/<topic>-YYYY-MM/`
3. Create initial `PLAN.md` or `README.md`
4. Suggest next steps

### Suggesting Organization

When user asks "where should I put [X]":

1. Understand what X is (document type, project, reference)
2. Recommend the appropriate space
3. Suggest naming convention
4. Offer to create it

---

## Status Indicators

Use these consistently:
- ✅ Complete
- ⏳ In Progress
- ⏸️ Pending
- ❌ Blocked
- ⚠️ Warning/Issue
- 🔄 Active Work

## Naming Conventions

- **Spaces:** lowercase-with-dashes (e.g., `daily-notes`)
- **Time-bound projects:** `topic-YYYY-MM` (e.g., `aws-cleanup-2026-02`)
- **Documents:** `UPPERCASE_TYPE.md` for templates, `lowercase-name.md` for content

Files

1 total
Select a file
Select a file to preview.

Comments

Loading comments…