workspace-manager

workspace-manager is a skill for Claude Code, Codex from falaky87/workspace-manager-skill. It costs 101 tokens per session (2,765 once invoked), scanned A, original, MIT.

A workspace-organization assistant for ClawPad, a tool for arranging projects and documents into workspaces. It helps with first-time setup, creating projects, and maintaining existing workspaces.

In plain words
What is it for?
Use it to set up a new workspace, create a project structure, reorganize content, or decide where information belongs.
Why use it?
It removes the guesswork from deciding how to structure folders, spaces, and documents as work grows.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to set up a new workspace, create a project structure…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/falaky87/workspace-manager-skill/workspace-manager
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add falaky87/workspace-manager-skill --skill workspace-manager
Clone the repo
git clone --depth 1 https://github.com/falaky87/workspace-manager-skill

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for workspace-manager

README.md
[![agentmods](https://agentmods.dev/badge/skills/falaky87/workspace-manager-skill/workspace-manager.svg)](https://agentmods.dev/skills/falaky87/workspace-manager-skill/workspace-manager)
Your own site
<a href="https://agentmods.dev/skills/falaky87/workspace-manager-skill/workspace-manager"><img src="https://agentmods.dev/badge/skills/falaky87/workspace-manager-skill/workspace-manager.svg" alt="Measured on agentmods" height="20"></a>
Per session 101 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,765 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00101 $0.02765
Opus 5 $0.00051 $0.01383
Sonnet 5 $0.00020 $0.00553
Haiku 4.5 $0.00010 $0.00277

Measured 6d ago against content hash c2f1ef4e8734, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

workspace-manager scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/workspace-manager/SKILL.md · 401 lines

How it starts

The opening of the file, as written. The whole thing — 401 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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

Read the full file on GitHub · 401 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 401 lines · 101 tokens per session scan A c2f1ef4e8734

Subscribe to this mod's changes

workspace-manager is a skill published in the GitHub repository falaky87/workspace-manager-skill (2 stars, last pushed 7mo ago), licensed MIT. It adds 101 tokens to every session and 2,765 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

slack-tools

Slack workspace management and automation specialist.

RightNow-AI/openfang · 10 tokens

13-Day Sprint Method

Productivity system based on Maya calendar with 13 natural tones for project management and personal development.

LeoYeAI/openclaw-master-skills · 23 tokens

03_task5

Triages a support inbox, prioritizes urgent issues, routes each to the right internal team member, and drafts any customer-facing replies for review. Use when: catching up on a backlog of support messages, producing an escalation report, or routing issues to appropriate owners.

InternLM/WildClawBench · 57 tokens

03_task2

Extracts action items and pending tasks from Slack messages. Use when: reviewing unread messages for todos, finding deadlines or requests directed at the user, or producing a task summary from recent Slack activity.

InternLM/WildClawBench · 43 tokens

communications-productivity-integrations

Class-level workflow for messaging, email, calendars, notes, boards, workspaces, and collaboration integrations via CLIs/APIs: Discord, Slack, Gmail/IMAP, Google Workspace, CalDAV, Trello, Notion, Obsidian, Apple Notes/Reminders, iMessage/SMS, and Clawk. Use when asked to send/read/manage messages, email, calendar…

davidtoby/agent-skills · 98 tokens

things-mac

Manage Things 3 via the things CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database). Use when a user asks OpenClaw to add a task to Things, list inbox/today/upcoming, search tasks, or inspect projects/areas/tags.

moltis-org/moltis · 69 tokens