LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: workspace

Browse skills that share this tag.

  • dot-folder-architecture - Set up and audit .claude folder architecture for Claude Code.
    claude-codeproject-structurearchitectureconfiguration

    ★ 31 · Updated 2026-09-22

    Scaffolds, sets up, or audits a .claude folder structure to organize rules, context, schemas, commands, agents, skills, protocols, and runtime memory.

    ⚙ Create .claude folder layout⚙ Generate initial configuration files⚙ Configure permissions and environment settings
  • teach - Teach the user a new skill or concept statefully
    teachingeducationlearningworkspace

    ★ 1 · Updated 2026-09-22

    Guides multi-session learning by maintaining workspace files, creating interactive HTML lessons, building reusable assets, and tracking learning records.

    ⚙ Manage workspace teaching state files⚙ Create interactive HTML lesson files⚙ Build reusable web asset components
  • qsetup - Connect to a session-viz workspace via browser sign-in.
    authenticationoauthworkspaceconfiguration

    ★ 0 · Updated 2026-09-21

    Connects a machine to a session-viz workspace by authenticating via browser OAuth flow and writing config.json.

    ⚙ Authenticate via browser sign-in⚙ Verify token with server⚙ Write authentication credentials to config.json
  • help - Interactive Workspace Discovery
    helpdiscoveryworkspacedocumentation

    ★ 602 · Updated 2026-09-21

    Guides users through available tools, workflows, agents, and hooks in the workspace.

    ⚙ Guide workspace interactive discovery⚙ Display workflow skills catalog⚙ Display specialist agents catalog
  • openclaw-workspace - OpenClaw Workspace Management Skill
    openclawworkspaceprompt-engineeringmemory-management

    ★ 289 · Updated 2026-09-21

    Maintains and optimizes OpenClaw workspace files including auditing, initial setup, memory distillation, and checklist updates.

    ⚙ Audit existing workspace files⚙ Set up new agent workspace⚙ Perform periodic memory distillation
  • devcontainer-setup - Creates devcontainers with tooling and persistent volumes
    devcontainerdockerclaude-codeworkspace

    ★ 0 · Updated 2026-09-20

    Creates pre-configured devcontainers with Claude Code, language tooling for Python, Node, Rust, and Go, and persistent volumes for isolated workspaces.

    ⚙ Detect project name and language stack⚙ Generate devcontainer configuration files⚙ Write files to .devcontainer directory
  • clonedeps - Clone dependency sources for local code inspection
    dependenciesgitsource-codeworkspace

    ★ 1 · Updated 2026-09-20

    Clones project dependency repositories into an ignored local workspace to enable code inspection and internal debugging.

    ⚙ Check existing local manifest⚙ Recommend target dependency source repositories⚙ Verify repository refs and URLs
  • clonedeps - Clone project dependency source code into local workspace
    gitdependencysource-codeclonedeps

    ★ 0 · Updated 2026-09-20

    Clones key project dependency repositories into a local ignored workspace for inspecting library internals.

    ⚙ Check existing dependency manifest⚙ Obtain clone plan from librarian⚙ Verify remote git refs
  • teach - Teach skills and concepts through stateful workspace lessons
    teachingeducationlearningworkspace

    ★ 2 · Updated 2026-09-20

    Teaches concepts by creating interactive HTML lessons, reference materials, learning records, and tracking mission goals within a workspace.

    ⚙ Create interactive HTML lessons⚙ Generate reference documents⚙ Maintain learning records
  • teach - Teach the user a new skill or concept in a workspace
    teachingeducationlearningworkspace

    ★ 1 · Updated 2026-09-18

    Teaches the user new skills or concepts over multiple sessions using stateful workspace files, interactive HTML lessons, and reference materials.

    ⚙ Create interactive HTML lesson files⚙ Generate quick reference documents⚙ Track learning records and progress
  • using-git-worktrees - Set up an isolated workspace using git worktrees.
    gitworktreeworkspaceisolation

    ★ 0 · Updated 2026-09-18

    Ensures an isolated workspace exists via native tools or git worktree fallback before starting feature work or executing implementation plans.

    ⚙ Detect existing workspace isolation⚙ Create workspace using native tools⚙ Create worktree via git fallback
  • using-git-worktrees - Set up isolated Git worktrees for feature work.
    gitworktreeworkspaceisolation

    ★ 0 · Updated 2026-09-17

    Ensures an isolated workspace exists via native tools or git worktree fallback before executing implementation plans.

    ⚙ Detect existing workspace isolation⚙ Check git submodule status⚙ Create native worktree workspace
  • workspace-init - Initialize or refine agent workspace tracking and rule files
    workspaceinitializationdocumentationrules

    ★ 1 · Updated 2026-09-17

    Initializes or refines managed tracking and rule files including AGENTS.md, CLAUDE.md, CHANGELOG.md, SESSION_LOG.md, and TODO.md in a project workspace.

    ⚙ Inspect workspace files and dependencies⚙ Create missing workspace tracking files⚙ Audit existing managed rule files
  • golang-project-layout - Guide for setting up Golang project layouts and workspaces
    golangproject-layoutworkspacearchitecture

    ★ 1 · Updated 2026-09-17

    Provides guidance on setting up Golang project layouts, organizing codebases, configuring workspaces, and establishing module structures.

    ⚙ Guide Golang project layout design⚙ Guide software architecture decisions⚙ Recommend dependency injection approaches
  • memory_write - Companion Workspace Memory Writing Specification
    memory-managementworkspacesopstate-update

    ★ 28 · Updated 2026-09-16

    Standard operating procedure for updating persona details, user profiles, events, mood states, and sentinels in Companion Workspace memory files.

    ⚙ Lock memory files using flock⚙ Update mood state snapshot⚙ Append character persona details
  • using-git-worktrees - Using Git Worktrees
    gitworktreeisolationworkspace

    ★ 14 · Updated 2026-09-16

    Creates isolated git worktrees with smart directory selection and safety verification for feature work.

    ⚙ Select worktree directory⚙ Verify gitignore status⚙ Create git worktree
  • using-git-worktrees - Using Git Worktrees
    gitworktreeworkspaceisolation

    ★ 63 · Updated 2026-09-16

    Creates isolated git worktrees with smart directory selection and safety verification before executing feature work.

    ⚙ Select worktree directory by priority⚙ Verify and update .gitignore rules⚙ Create git worktree with branch
  • using-git-worktrees - Set up isolated git worktrees for feature development
    gitworktreeworkspaceisolation

    ★ 0 · Updated 2026-09-16

    Ensures an isolated workspace exists via native tools or git worktree fallback, sets up dependencies, and runs baseline tests.

    ⚙ Detect existing isolated workspace⚙ Check git submodule status⚙ Create git worktree
  • using-git-worktrees - Create isolated git worktree with safety verification.
    gitworktreeworkspaceisolation

    ★ 0 · Updated 2026-09-15

    Creates isolated git worktrees with directory selection, ignore verification, dependency installation, and baseline testing.

    ⚙ Select worktree directory by priority⚙ Verify local directory gitignore status⚙ Create git worktree with branch
  • monorepo-management - Manage and optimize multi-package monorepo projects.
    monorepoturborepopnpmnx

    ★ 27 · Updated 2026-09-15

    Provides patterns and tools for managing monorepos with Turborepo, Nx, and pnpm workspaces including build caching and package publishing.

    ⚙ Set up monorepo projects⚙ Configure Turborepo build pipeline⚙ Manage shared workspace dependencies

Scroll to load more