{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openclaw-workspace-pro",
    "name": "Openclaw Workspace Pro",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/Eugene9D/openclaw-workspace-pro",
    "canonicalUrl": "https://clawhub.ai/Eugene9D/openclaw-workspace-pro",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/openclaw-workspace-pro",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-workspace-pro",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "CHANGELOG.md",
      "CONTRIBUTING.md",
      "README.md",
      "SKILL.md",
      "install.sh",
      "package.json"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/openclaw-workspace-pro"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/openclaw-workspace-pro",
    "agentPageUrl": "https://openagent3.xyz/skills/openclaw-workspace-pro/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-workspace-pro/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-workspace-pro/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "OpenClaw Workspace Pro",
        "body": "Enterprise workspace setup for long-running OpenClaw agents."
      },
      {
        "title": "What It Does",
        "body": "Transforms your OpenClaw workspace with production-ready patterns:\n\n🗂 Artifact Workflow - Standardized output structure for reports, code, data, and exports\n🔒 Secrets Management - Secure .env pattern, removes plaintext credentials\n🧠 Memory Compaction - Prevents context bloat with systematic archival workflow\n📦 Long-Running Patterns - Container reuse, checkpoint strategy, continuity protocols\n🛡 Security Baseline - Network allowlists, safe credential handling\n\nBased on OpenAI's Shell + Skills + Compaction best practices."
      },
      {
        "title": "Installation",
        "body": "clawhub install openclaw-workspace-pro\n\nOr manual:\n\ncd /data/.openclaw/workspace\ngit clone https://github.com/Eugene9D/openclaw-workspace-pro.git\ncd openclaw-workspace-pro\n./install.sh"
      },
      {
        "title": "Directory Structure",
        "body": "workspace/\n├── artifacts/           # Standardized output location\n│   ├── reports/        # Analysis, summaries, documentation\n│   ├── code/           # Generated scripts, apps, configs\n│   ├── data/           # Cleaned datasets, processed files\n│   └── exports/        # API responses, database dumps\n├── memory/\n│   └── archive/        # Compressed memory summaries\n├── .env                # Secrets (gitignored)\n└── .gitignore          # Security"
      },
      {
        "title": "Documentation Added",
        "body": "AGENTS.md enhancements - Artifact workflow, long-run patterns, secrets management\nMEMORY-COMPACTION.md - Weekly/monthly maintenance workflow\nTOOLS.md additions - Network security allowlist"
      },
      {
        "title": "Templates",
        "body": ".env.example - Secrets template\n.gitignore - Protect credentials"
      },
      {
        "title": "Artifacts Pattern",
        "body": "When producing deliverables:\n\n# Reports\n/data/.openclaw/workspace/artifacts/reports/YYYY-MM-DD-project-name.md\n\n# Code\n/data/.openclaw/workspace/artifacts/code/YYYY-MM-DD-script-name.py\n\n# Data\n/data/.openclaw/workspace/artifacts/data/YYYY-MM-DD-dataset.csv\n\nBenefits:\n\nClear review boundaries\nEasy retrieval\nVersion tracking\nPrevents file sprawl"
      },
      {
        "title": "Secrets Management",
        "body": "Before Workspace Pro:\n\n# TOOLS.md\nAPI_KEY=sk-abc123xyz...  ❌ Plaintext, exposed in git\n\nAfter Workspace Pro:\n\n# .env (gitignored)\nAPI_KEY=sk-abc123xyz...\n\n# TOOLS.md\nAPI Key: $API_KEY  ✅ Reference only"
      },
      {
        "title": "Memory Compaction",
        "body": "Prevents context bloat in long-running agents:\n\nWeekly (when needed):\n\nReview daily logs from past 7-14 days\nExtract key insights → update MEMORY.md\nRemove outdated info\n\nMonthly:\n\nArchive daily logs >30 days to memory/archive/YYYY-MM-summary.md\nDelete raw files after archival\n\nSee MEMORY-COMPACTION.md for full workflow."
      },
      {
        "title": "The Problem",
        "body": "Default OpenClaw workspaces:\n\n❌ Files scattered everywhere (no structure)\n❌ API keys in plaintext (security risk)\n❌ Memory grows indefinitely (context limits)\n❌ No artifact review boundaries\n❌ Manual maintenance (prone to drift)"
      },
      {
        "title": "The Solution",
        "body": "Workspace Pro implements OpenAI's recommended patterns:\n\n✅ Standardized artifact workflow\n✅ Secure secrets management\n✅ Systematic memory compaction\n✅ Long-running agent patterns\n✅ Clear operational workflows"
      },
      {
        "title": "Real Impact",
        "body": "Security: Eliminates credential exposure\nOrganization: Clear deliverable handoff points\nScalability: Handles months of continuous operation\nMaintenance: Defined schedules prevent drift\n\nBased on production patterns from:\n\nOpenAI's long-running agent recommendations\nGlean's enterprise skill deployments\nOpenClaw community best practices"
      },
      {
        "title": "Environment Variables (.env)",
        "body": "After installation, populate .env:\n\n# Example: YouTube API\nYOUTUBE_API_KEY=your_key_here\nYOUTUBE_OAUTH_CLIENT_ID=your_id_here\n\n# Example: Task Management\nVIKUNJA_API_TOKEN=your_token_here"
      },
      {
        "title": "Network Security",
        "body": "Edit TOOLS.md network allowlist:\n\n### Approved Domains\n- *.googleapis.com (YouTube API)\n- api.brave.com (search)\n- tasks.playrockets.com (Vikunja)\n\nAdd new domains with security review."
      },
      {
        "title": "Requirements",
        "body": "OpenClaw 2026.2.9+\nWorkspace directory: /data/.openclaw/workspace\nShell access (for installation)"
      },
      {
        "title": "Upgrading",
        "body": "cd /data/.openclaw/workspace/openclaw-workspace-pro\ngit pull\n./install.sh"
      },
      {
        "title": "Uninstall",
        "body": "Workspace Pro is non-destructive. To remove:\n\n# Remove added files (safe, preserves your data)\nrm -rf artifacts/ memory/archive/\nrm .env .gitignore MEMORY-COMPACTION.md\n\n# Restore AGENTS.md, TOOLS.md from backup\ncp AGENTS.md.backup AGENTS.md\ncp TOOLS.md.backup TOOLS.md"
      },
      {
        "title": "Support",
        "body": "Issues: https://github.com/Eugene9D/openclaw-workspace-pro/issues\nDiscussions: https://discord.com/invite/clawd\nClawHub: https://clawhub.ai/skills/openclaw-workspace-pro"
      },
      {
        "title": "License",
        "body": "MIT License - See LICENSE file"
      },
      {
        "title": "Credits",
        "body": "Based on patterns from:\n\nOpenAI Shell + Skills + Compaction\nOpenClaw community practices\nGlean enterprise skill deployments\n\nBuilt by Eugene Devyatyh for the OpenClaw ecosystem.\n\nVersion: 1.0.0\nUpdated: 2026-02-13\nCompatibility: OpenClaw 2026.2.9+"
      }
    ],
    "body": "OpenClaw Workspace Pro\n\nEnterprise workspace setup for long-running OpenClaw agents.\n\nWhat It Does\n\nTransforms your OpenClaw workspace with production-ready patterns:\n\n🗂 Artifact Workflow - Standardized output structure for reports, code, data, and exports\n🔒 Secrets Management - Secure .env pattern, removes plaintext credentials\n🧠 Memory Compaction - Prevents context bloat with systematic archival workflow\n📦 Long-Running Patterns - Container reuse, checkpoint strategy, continuity protocols\n🛡 Security Baseline - Network allowlists, safe credential handling\n\nBased on OpenAI's Shell + Skills + Compaction best practices.\n\nInstallation\nclawhub install openclaw-workspace-pro\n\n\nOr manual:\n\ncd /data/.openclaw/workspace\ngit clone https://github.com/Eugene9D/openclaw-workspace-pro.git\ncd openclaw-workspace-pro\n./install.sh\n\nWhat Gets Installed\nDirectory Structure\nworkspace/\n├── artifacts/           # Standardized output location\n│   ├── reports/        # Analysis, summaries, documentation\n│   ├── code/           # Generated scripts, apps, configs\n│   ├── data/           # Cleaned datasets, processed files\n│   └── exports/        # API responses, database dumps\n├── memory/\n│   └── archive/        # Compressed memory summaries\n├── .env                # Secrets (gitignored)\n└── .gitignore          # Security\n\nDocumentation Added\nAGENTS.md enhancements - Artifact workflow, long-run patterns, secrets management\nMEMORY-COMPACTION.md - Weekly/monthly maintenance workflow\nTOOLS.md additions - Network security allowlist\nTemplates\n.env.example - Secrets template\n.gitignore - Protect credentials\nUsage\nArtifacts Pattern\n\nWhen producing deliverables:\n\n# Reports\n/data/.openclaw/workspace/artifacts/reports/YYYY-MM-DD-project-name.md\n\n# Code\n/data/.openclaw/workspace/artifacts/code/YYYY-MM-DD-script-name.py\n\n# Data\n/data/.openclaw/workspace/artifacts/data/YYYY-MM-DD-dataset.csv\n\n\nBenefits:\n\nClear review boundaries\nEasy retrieval\nVersion tracking\nPrevents file sprawl\nSecrets Management\n\nBefore Workspace Pro:\n\n# TOOLS.md\nAPI_KEY=sk-abc123xyz...  ❌ Plaintext, exposed in git\n\n\nAfter Workspace Pro:\n\n# .env (gitignored)\nAPI_KEY=sk-abc123xyz...\n\n# TOOLS.md\nAPI Key: $API_KEY  ✅ Reference only\n\nMemory Compaction\n\nPrevents context bloat in long-running agents:\n\nWeekly (when needed):\n\nReview daily logs from past 7-14 days\nExtract key insights → update MEMORY.md\nRemove outdated info\n\nMonthly:\n\nArchive daily logs >30 days to memory/archive/YYYY-MM-summary.md\nDelete raw files after archival\n\nSee MEMORY-COMPACTION.md for full workflow.\n\nWhy Use This?\nThe Problem\n\nDefault OpenClaw workspaces:\n\n❌ Files scattered everywhere (no structure)\n❌ API keys in plaintext (security risk)\n❌ Memory grows indefinitely (context limits)\n❌ No artifact review boundaries\n❌ Manual maintenance (prone to drift)\nThe Solution\n\nWorkspace Pro implements OpenAI's recommended patterns:\n\n✅ Standardized artifact workflow\n✅ Secure secrets management\n✅ Systematic memory compaction\n✅ Long-running agent patterns\n✅ Clear operational workflows\nReal Impact\n\nSecurity: Eliminates credential exposure\nOrganization: Clear deliverable handoff points\nScalability: Handles months of continuous operation\nMaintenance: Defined schedules prevent drift\n\nBased on production patterns from:\n\nOpenAI's long-running agent recommendations\nGlean's enterprise skill deployments\nOpenClaw community best practices\nConfiguration\nEnvironment Variables (.env)\n\nAfter installation, populate .env:\n\n# Example: YouTube API\nYOUTUBE_API_KEY=your_key_here\nYOUTUBE_OAUTH_CLIENT_ID=your_id_here\n\n# Example: Task Management\nVIKUNJA_API_TOKEN=your_token_here\n\nNetwork Security\n\nEdit TOOLS.md network allowlist:\n\n### Approved Domains\n- *.googleapis.com (YouTube API)\n- api.brave.com (search)\n- tasks.playrockets.com (Vikunja)\n\n\nAdd new domains with security review.\n\nRequirements\nOpenClaw 2026.2.9+\nWorkspace directory: /data/.openclaw/workspace\nShell access (for installation)\nUpgrading\ncd /data/.openclaw/workspace/openclaw-workspace-pro\ngit pull\n./install.sh\n\nUninstall\n\nWorkspace Pro is non-destructive. To remove:\n\n# Remove added files (safe, preserves your data)\nrm -rf artifacts/ memory/archive/\nrm .env .gitignore MEMORY-COMPACTION.md\n\n# Restore AGENTS.md, TOOLS.md from backup\ncp AGENTS.md.backup AGENTS.md\ncp TOOLS.md.backup TOOLS.md\n\nSupport\nIssues: https://github.com/Eugene9D/openclaw-workspace-pro/issues\nDiscussions: https://discord.com/invite/clawd\nClawHub: https://clawhub.ai/skills/openclaw-workspace-pro\nLicense\n\nMIT License - See LICENSE file\n\nCredits\n\nBased on patterns from:\n\nOpenAI Shell + Skills + Compaction\nOpenClaw community practices\nGlean enterprise skill deployments\n\nBuilt by Eugene Devyatyh for the OpenClaw ecosystem.\n\nVersion: 1.0.0\nUpdated: 2026-02-13\nCompatibility: OpenClaw 2026.2.9+"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Eugene9D/openclaw-workspace-pro",
    "publisherUrl": "https://clawhub.ai/Eugene9D/openclaw-workspace-pro",
    "owner": "Eugene9D",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/openclaw-workspace-pro",
    "downloadUrl": "https://openagent3.xyz/downloads/openclaw-workspace-pro",
    "agentUrl": "https://openagent3.xyz/skills/openclaw-workspace-pro/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-workspace-pro/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-workspace-pro/agent.md"
  }
}