xworkspace-core-skills/skills/workspace-core
2026-05-26 12:58:56 +08:00
..
codex-system chore: reorganize workspace core skills 2026-05-26 12:58:56 +08:00
openclaw chore: reorganize workspace core skills 2026-05-26 12:58:56 +08:00
README.md chore: reorganize workspace core skills 2026-05-26 12:58:56 +08:00

Workspace Core Skills

Workspace core skills synchronized from the ubuntu user runtime on root@openclaw.svc.plus.

This category is intentionally separate from the repository's source-owned content production skills. Runtime skills live under this category only.

Sources

Source Remote path Local path Acquisition path
OpenClaw workspace /home/ubuntu/.openclaw/workspace/skills skills/workspace-core/openclaw Runtime workspace skills installed through OpenClaw/Clawhub or workspace bootstrap
Codex system /home/ubuntu/.codex/skills/.system skills/workspace-core/codex-system Bundled Codex system skills, normally provided by npx codex / Codex runtime

Excluded source:

  • /home/ubuntu/.agents/skills: broad user skill library. It is not mirrored here because it contains many general-purpose and marketplace skills beyond the OpenClaw/Codex workspace core surface.

Inventory

OpenClaw Workspace Skills

Skill directory Skill name Source note
browser-automation browser OpenClaw workspace / Clawhub-style browser automation skill
cron-helper cron-helper OpenClaw workspace scheduling helper
excel-xlsx Excel / XLSX OpenClaw workspace document skill for Excel files
find-skills-skill find-skills OpenClaw workspace skill discovery helper
hermes-learning-loop hermes-learning-loop OpenClaw workspace Hermes-inspired learning loop
image-cog image-cog OpenClaw workspace image generation/editing skill
image-resizer image-resizer OpenClaw workspace image resize/compress helper
pdf pdf OpenClaw workspace document skill for PDFs
powerpoint-pptx Powerpoint / PPTX OpenClaw workspace document skill for PowerPoint decks
qmd qmd OpenClaw workspace markdown knowledge-base search skill
remote-desktop Remote Desktop OpenClaw workspace remote desktop helper
self-improving Self-Improving + Proactive Agent OpenClaw workspace self-improvement skill
skylv-hermes-agent-integration hermes-agent-integration OpenClaw workspace Hermes Agent integration
tiangong-notebooklm-cli notebooklm OpenClaw workspace NotebookLM CLI wrapper
video-translator video-translator OpenClaw workspace video translation/dubbing skill
virtual-remote-desktop virtual-remote-desktop OpenClaw workspace KasmVNC virtual desktop helper
wan-image-video-generation-editting wan-image-video-gen-edit OpenClaw workspace Wan image/video generation and editing skill
web-search web-search OpenClaw workspace web search helper
word-docx Word / DOCX OpenClaw workspace document skill for Word files

Codex System Skills

Skill directory Skill name Source note
imagegen imagegen Codex system skill bundled with the Codex runtime
openai-docs openai-docs Codex system skill for official OpenAI documentation workflows
plugin-creator plugin-creator Codex system skill for plugin scaffolding
skill-creator skill-creator Codex system skill for authoring skills
skill-installer skill-installer Codex system skill for installing skills

Refresh Command

Run from the repository root:

ssh root@openclaw.svc.plus 'cd /tmp && rm -rf workspace-core-skills-sync && mkdir -p workspace-core-skills-sync/openclaw workspace-core-skills-sync/codex-system && for d in browser-automation cron-helper excel-xlsx find-skills-skill hermes-learning-loop image-cog image-resizer pdf powerpoint-pptx qmd remote-desktop self-improving skylv-hermes-agent-integration tiangong-notebooklm-cli video-translator virtual-remote-desktop wan-image-video-generation-editting web-search word-docx; do cp -a /home/ubuntu/.openclaw/workspace/skills/$d workspace-core-skills-sync/openclaw/; done && for d in imagegen openai-docs plugin-creator skill-creator skill-installer; do cp -a /home/ubuntu/.codex/skills/.system/$d workspace-core-skills-sync/codex-system/; done && tar -czf /tmp/workspace-core-skills-sync.tar.gz -C /tmp workspace-core-skills-sync'
scp root@openclaw.svc.plus:/tmp/workspace-core-skills-sync.tar.gz /tmp/workspace-core-skills-sync.tar.gz
tar -xzf /tmp/workspace-core-skills-sync.tar.gz -C /tmp
rm -rf skills/workspace-core/openclaw skills/workspace-core/codex-system
mv /tmp/workspace-core-skills-sync/openclaw skills/workspace-core/openclaw
mv /tmp/workspace-core-skills-sync/codex-system skills/workspace-core/codex-system
rm -rf /tmp/workspace-core-skills-sync /tmp/workspace-core-skills-sync.tar.gz
ssh root@openclaw.svc.plus 'rm -f /tmp/workspace-core-skills-sync.tar.gz'