Agent Plugins Marketplace
All plugins

charly-automation

Automation/customization knobs — tmux verb, host-side wrappers (alias, udev), topic flags (encryption, sidecars, openclaw deployment).

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-automation@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 automation/.

Plugin files

automation/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/agent/SKILL.md
├── skills/alias/SKILL.md
├── skills/enc/SKILL.md
├── skills/openclaw-deploy/SKILL.md
├── skills/sidecar/SKILL.md
├── skills/tmux/SKILL.md
└── skills/udev/SKILL.md

Included Skills7

agentskills/agent/SKILL.md

Operate and diagnose Charly's daemon-free agent control plane, including sessions, runs, terminal channels, Pi native/orchestrator/TUI modes, tmux compatibility, federation, generic local/deployment/SSH/gRPC routes, transient Charly endpoint replication, incidents, RCA, and recovery. Use whenever a task invokes or modifies `charly agent`, `charly tui`, `charly tmux`, agent MCP tools, or agent target routing.

aliasskills/alias/SKILL.md

MUST be invoked before any work involving: host command aliases, charly alias add/remove/install/uninstall, or wrapper scripts that run inside containers.

encskills/enc/SKILL.md

Topic skill for encrypted storage through `charly config`. MUST be invoked for gocryptfs, the `--encrypt` and encrypted-volume flags, config mount/unmount/status/passwd, or Charly encrypted-volume systemd units.

openclaw-deployskills/openclaw-deploy/SKILL.md

Topic skill (no dedicated `charly openclaw` command — the surface is candy composition + box deployment). MUST be invoked before any work involving: OpenClaw gateway configuration, model auth, browser integration, channel setup, or any box composing `openclaw-*` candies (`openclaw`, `openclaw-full`, or a custom box composing `openclaw`/`openclaw-full` + `sway-desktop`).

sidecarskills/sidecar/SKILL.md

Topic skill for sidecars configured through `charly config` and `charly.yml`. MUST be invoked for sidecar containers, pod networking, Tailscale exit nodes, sidecar flags, or `env_accept` and `env_require` routing.

tmuxskills/tmux/SKILL.md

Typed persistent terminal and terminal-agent sessions backed by isolated tmux control-mode servers. Use for local, deployment, SSH, gRPC, nested, detached, reattached, TTY, snapshot, transcript, literal-input, paste, key, resize, signal, cleanup, incident, and RCA workflows.

udevskills/udev/SKILL.md

MUST be invoked before any work involving: GPU device access rules, charly udev commands, udev rule management, or container GPU troubleshooting.

Plugin manifests2

automation/.codex-plugin/plugin.json
{
  "name": "charly-automation",
  "description": "Automation/customization knobs — tmux verb, host-side wrappers (alias, udev), topic flags (encryption, sidecars, openclaw deployment).",
  "author": {
    "name": "opencharly"
  },
  "repository": "https://github.com/opencharly/marketplace",
  "skills": "./skills/",
  "interface": {
    "displayName": "OpenCharly Automation",
    "shortDescription": "Automation/customization knobs — tmux verb, host-side wrappers (alias, udev), topic flags (encryption, sidecars, openclaw deployment).",
    "longDescription": "Automation/customization knobs — tmux verb, host-side wrappers (alias, udev), topic flags (encryption, sidecars, openclaw deployment).",
    "developerName": "opencharly",
    "category": "commands",
    "capabilities": [
      "Instructions"
    ],
    "defaultPrompt": [
      "Use OpenCharly Automation for this OpenCharly task."
    ]
  }
}
automation/.claude-plugin/plugin.json
{
  "name": "charly-automation",
  "description": "Automation/customization knobs — tmux verb, host-side wrappers (alias, udev), topic flags (encryption, sidecars, openclaw deployment).",
  "author": {
    "name": "opencharly"
  },
  "homepage": "https://github.com/opencharly/charly",
  "repository": "https://github.com/opencharly/marketplace",
  "license": "MIT",
  "keywords": [
    "charly",
    "tmux",
    "alias",
    "udev",
    "encryption",
    "sidecar"
  ]
}

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

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