Agent Plugins Marketplace
All plugins

charly-openclaw

Self-contained skills for the openclaw image family (CachyOS base): the headless openclaw gateway and the maximal non-browser openclaw-full.

CodexClaude Code7 Skills

By opencharlyLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
7 skill or MCP entries
Source updated
Aug 28, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add charly-openclaw@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/opencharly/marketplace

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is openclaw/.

Plugin files

openclaw/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/clawhub/SKILL.md
├── skills/openclaw/SKILL.md
├── skills/openclaw-desktop/SKILL.md
├── skills/openclaw-full/SKILL.md
├── skills/openclaw-full-layer/SKILL.md
├── skills/openclaw-full-ml-layer/SKILL.md
└── skills/openclaw-layer/SKILL.md

Included Skills7

clawhubskills/clawhub/SKILL.md

ClawHub CLI for searching and installing OpenClaw skills. Use when working with the clawhub candy.

openclawskills/openclaw/SKILL.md

Headless OpenClaw AI gateway box. Runs the gateway on port 18789 without a desktop environment. Use when working with the headless MUST be invoked before building, deploying, configuring, or troubleshooting the openclaw box.

openclaw-desktopskills/openclaw-desktop/SKILL.md

Use when working with the openclaw-desktop box — the all-in-one CachyOS power box that fuses the selkies streaming desktop, the openclaw-full gateway + AI CLIs (claude-code/codex/gemini), a CPU ollama, and the full nested charly toolchain (build boxes / run nested rootless pods / launch rootless libvirt VMs from a terminal inside the browser-accessible desktop).

openclaw-fullskills/openclaw-full/SKILL.md

Headless OpenClaw with all tool candies. No desktop environment. MUST be invoked before building, deploying, or troubleshooting the openclaw-full box.

openclaw-full-layerskills/openclaw-full-layer/SKILL.md

Maximal OpenClaw deployment (gateway + browser + all feasible tools/skills). Use when working with the openclaw-full candy.

openclaw-full-ml-layerskills/openclaw-full-ml-layer/SKILL.md

OpenClaw full + ML tools (whisper, sherpa-onnx-tts, CUDA). Use when working with the openclaw-full-ml candy.

openclaw-layerskills/openclaw-layer/SKILL.md

OpenClaw AI gateway service on port 18789 via npm with persistent data. Use when working with OpenClaw, AI gateway configuration, or model routing.

Plugin manifests2

openclaw/.codex-plugin/plugin.json
{
  "name": "charly-openclaw",
  "description": "Self-contained skills for the openclaw image family (CachyOS base): the headless openclaw gateway and the maximal non-browser openclaw-full.",
  "author": {
    "name": "opencharly"
  },
  "repository": "https://github.com/opencharly/marketplace",
  "skills": "./skills/",
  "interface": {
    "displayName": "OpenCharly Openclaw",
    "shortDescription": "Self-contained skills for the openclaw image family (CachyOS base): the headless openclaw gateway and the maximal non-browser openclaw-full.",
    "longDescription": "Self-contained skills for the openclaw image family (CachyOS base): the headless openclaw gateway and the maximal non-browser openclaw-full.",
    "developerName": "opencharly",
    "category": "images",
    "capabilities": [
      "Instructions"
    ],
    "defaultPrompt": [
      "Use OpenCharly Openclaw for this OpenCharly task."
    ]
  }
}
openclaw/.claude-plugin/plugin.json
{
  "name": "charly-openclaw",
  "description": "Self-contained skills for the openclaw image family (CachyOS base): the headless openclaw gateway and the maximal non-browser openclaw-full.",
  "author": {
    "name": "opencharly"
  },
  "homepage": "https://github.com/opencharly/charly",
  "repository": "https://github.com/opencharly/marketplace",
  "license": "MIT",
  "keywords": [
    "charly",
    "openclaw",
    "ai",
    "chrome",
    "mcp"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[charly-openclaw on Agent Plugins Marketplace](https://pluginsmp.com/plugins/charly-openclaw)