TopRank Skills

Home / Claw Skills / Git / GitHub / openclaw-workspace-pro
Official OpenClaw rules 54%

openclaw-workspace-pro

Production-ready workspace setup for OpenClaw agents. Implements artifact workflows, secrets management, memory compaction, and long-running agent patterns based on OpenAI's Shell + Skills best practices. One-command installation transforms your workspace into a production-ready environment.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

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

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

Overview

Skill Key
eugene9d/openclaw-workspace-pro
Author
Eugene Devyatyh
Source Repo
openclaw/skills
Version
1.0.0
Source Path
skills/eugene9d/openclaw-workspace-pro
Latest Commit SHA
6ca65d95a560f2d9dc52c8d8d2e9beef1bb16fd8

Extracted Content

SKILL.md excerpt

# OpenClaw Workspace Pro

Enterprise workspace setup for long-running OpenClaw agents.

## What It Does

Transforms your OpenClaw workspace with production-ready patterns:

- **🗂 Artifact Workflow** - Standardized output structure for reports, code, data, and exports
- **🔒 Secrets Management** - Secure .env pattern, removes plaintext credentials
- **🧠 Memory Compaction** - Prevents context bloat with systematic archival workflow
- **📦 Long-Running Patterns** - Container reuse, checkpoint strategy, continuity protocols
- **🛡 Security Baseline** - Network allowlists, safe credential handling

Based on OpenAI's [Shell + Skills + Compaction](https://developers.openai.com/blog/skills-shell-tips) best practices.

## Installation

```bash
clawhub install openclaw-workspace-pro
```

Or manual:

```bash
cd /data/.openclaw/workspace
git clone https://github.com/Eugene9D/openclaw-workspace-pro.git
cd openclaw-workspace-pro
./install.sh
```

## What Gets Installed

### Directory Structure
```
workspace/
├── artifacts/           # Standardized output location
│   ├── reports/        # Analysis, summaries, documentation
│   ├── code/           # Generated scripts, apps, configs
│   ├── data/           # Cleaned datasets, processed files
│   └── exports/        # API responses, database dumps
├── memory/
│   └── archive/        # Compressed memory summaries
├── .env                # Secrets (gitignored)
└── .gitignore          # Security
```

### Documentation Added
- **AGENTS.md enhancements** - Artifact workflow, long-run patterns, secrets management
- **MEMORY-COMPACTION.md** - Weekly/monthly maintenance workflow
- **TOOLS.md additions** - Network security allowlist

### Templates
- `.env.example` - Secrets template
- `.gitignore` - Protect credentials

## Usage

### Artifacts Pattern

When producing deliverables:

```bash
# Reports
/data/.openclaw/workspace/artifacts/reports/YYYY-MM-DD-project-name.md

# Code
/data/.openclaw/workspace/artifacts/code/YYYY-MM-DD-script-name.p...

README excerpt

# OpenClaw Workspace Pro

> **Production-ready workspace setup for long-running OpenClaw AI agents**

Transform your OpenClaw workspace from basic to production-ready in minutes. Implements battle-tested patterns for artifact management, secrets security, memory optimization, and continuous operation.

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![OpenClaw](https://img.shields.io/badge/OpenClaw-2026.2.9%2B-blue)](https://openclaw.ai)
[![ClawHub](https://img.shields.io/badge/ClawHub-Published-green)](https://clawhub.ai/skills/openclaw-workspace-pro)

---

## 🎯 Why Workspace Pro?

**Default OpenClaw workspaces struggle with:**
- ❌ Files scattered across directories (no standardization)
- ❌ API keys exposed in plaintext (security vulnerability)
- ❌ Memory grows indefinitely (context limit crashes)
- ❌ No clear artifact handoff boundaries
- ❌ Manual maintenance prone to drift

**Workspace Pro solves this with:**
- ✅ **Artifact workflow** - Standardized output structure
- ✅ **Secrets management** - Secure .env pattern, git-safe
- ✅ **Memory compaction** - Systematic archival prevents bloat
- ✅ **Long-running patterns** - Container reuse, checkpointing
- ✅ **Security baseline** - Network allowlists, safe credentials

Based on [OpenAI's Shell + Skills + Compaction](https://developers.openai.com/blog/skills-shell-tips) recommendations and proven in production environments.

---

## 🚀 Quick Start

### Installation

**Via ClawHub (recommended):**
```bash
clawhub install openclaw-workspace-pro
```

**Manual:**
```bash
cd /data/.openclaw/workspace
git clone https://github.com/Eugene9D/openclaw-workspace-pro.git
cd openclaw-workspace-pro
./install.sh
```

**Post-install:**
1. Edit `.env` with your API credentials
2. Review `AGENTS.md` additions
3. Read `MEMORY-COMPACTION.md` for maintenance workflow
4. Start using `artifacts/` for all deliverables

---

## 📦 What Gets Installed

### Directory Structure...

Related Claw Skills

heyixuan2

bambu-studio-ai

★ 41

Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).

edholofy

dojo.md

★ 4

University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.

lethehades

wps-macos-helper

★ 1

macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance

capt-marbles

geo-optimization

★ 1

Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.

carev01

md-docs-search

★ 0

Full-text search across structured Markdown documentation archives using SQLite FTS5. Use when you need to search large collections of Markdown articles that are separated by "---" delimiters and contain source URLs (marked with "*Source:" pattern). Provides fast BM25-ranked search with automatic source URL extraction for citations. Ideal for research, documentation lookups, and knowledge base exploration. Requires indexing documentation first with `docs.py index`.

caqlayan

Tweet Processor

★ 0

Tweet Processor Skill