🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Openclaw Workspace Pro

by @eugene9d

Sets up a production-ready OpenClaw workspace with artifact workflows, secure secrets, memory compaction, and long-running agent patterns via one command.

Versionv1.0.0
Installs5
πŸ’‘ Examples

Artifacts Pattern

When producing deliverables:

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

Code

/data/.openclaw/workspace/artifacts/code/YYYY-MM-DD-script-name.py

Data

/data/.openclaw/workspace/artifacts/data/YYYY-MM-DD-dataset.csv

Benefits:

  • Clear review boundaries
  • Easy retrieval
  • Version tracking
  • Prevents file sprawl
  • Secrets Management

    Before Workspace Pro:

    # TOOLS.md
    API_KEY=sk-abc123xyz...  ❌ Plaintext, exposed in git
    

    After Workspace Pro:

    # .env (gitignored)
    API_KEY=sk-abc123xyz...

    TOOLS.md

    API Key: $API_KEY βœ… Reference only

    Memory Compaction

    Prevents context bloat in long-running agents:

    Weekly (when needed): 1. Review daily logs from past 7-14 days 2. Extract key insights β†’ update MEMORY.md 3. Remove outdated info

    Monthly: 1. Archive daily logs >30 days to memory/archive/YYYY-MM-summary.md 2. Delete raw files after archival

    See MEMORY-COMPACTION.md for full workflow.

    βš™οΈ Configuration

    Environment Variables (.env)

    After installation, populate .env:

    # Example: YouTube API
    YOUTUBE_API_KEY=your_key_here
    YOUTUBE_OAUTH_CLIENT_ID=your_id_here

    Example: Task Management

    VIKUNJA_API_TOKEN=your_token_here

    Network Security

    Edit TOOLS.md network allowlist:

    ### Approved Domains
    
  • *.googleapis.com (YouTube API)
  • api.brave.com (search)
  • tasks.playrockets.com (Vikunja)
  • Add new domains with security review.

    View on ClawHub
    TERMINAL
    clawhub install openclaw-workspace-pro

    πŸ§ͺ Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    πŸ” Can't find the right skill?

    Search 60,000+ AI agent skills β€” free, no login needed.

    Search Skills β†’