Agent Plugins Marketplace
All plugins

charly-hermes

Self-contained skills for the hermes agent image (hermes + hermes-playwright variants). Consumes the jupyter MCP server for notebook manipulation — enable charly-jupyter alongside.

CodexClaude Code6 Skills

By opencharlyLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
6 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-hermes@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 hermes/.

Plugin files

hermes/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/hermes/SKILL.md
├── skills/hermes-full-layer/SKILL.md
├── skills/hermes-layer/SKILL.md
├── skills/hermes-playwright/SKILL.md
├── skills/hermes-playwright-layer/SKILL.md
└── skills/playwright-layer/SKILL.md

Included Skills6

hermesskills/hermes/SKILL.md

Full-featured standalone Hermes AI agent with AI CLIs, dev tools, DevOps tools, and charly. MUST be invoked before building, deploying, configuring, or troubleshooting the hermes box.

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

Hermes agent with AI CLIs (Claude Code, Codex, Gemini), developer tools, DevOps tools, and charly. Use when working with the hermes-full metalayer or full-featured standalone hermes deployments.

hermes-layerskills/hermes-layer/SKILL.md

Hermes self-improving AI agent by Nous Research with voice, messaging, and tool-calling. MUST be invoked before any work involving: the hermes candy, Hermes Agent configuration, hermes service setup, or hermes Python/npm dependencies.

hermes-playwrightskills/hermes-playwright/SKILL.md

Hermes AI agent box with Playwright Chromium browser for web automation. Builds on top of the headless hermes box, adding Chromium and system deps. MUST be invoked before building, deploying, configuring, or troubleshooting the hermes-playwright box.

hermes-playwright-layerskills/hermes-playwright-layer/SKILL.md

Playwright Chromium browser for Hermes Agent with Fedora-compatible system deps. MUST be invoked before any work involving: Playwright in hermes containers, Chromium browser automation for hermes, or hermes-playwright candy configuration.

playwright-layerskills/playwright-layer/SKILL.md

Playwright browser automation (OpenClaw AI snapshots). Use when working with the playwright candy.

Plugin manifests2

hermes/.codex-plugin/plugin.json
{
  "name": "charly-hermes",
  "description": "Self-contained skills for the hermes agent image (hermes + hermes-playwright variants). Consumes the jupyter MCP server for notebook manipulation — enable charly-jupyter alongside.",
  "author": {
    "name": "opencharly"
  },
  "repository": "https://github.com/opencharly/marketplace",
  "skills": "./skills/",
  "interface": {
    "displayName": "OpenCharly Hermes",
    "shortDescription": "Self-contained skills for the hermes agent image (hermes + hermes-playwright variants). Consumes the jupyter MCP server for notebook manipulation — enable charly-jupyter alongside.",
    "longDescription": "Self-contained skills for the hermes agent image (hermes + hermes-playwright variants). Consumes the jupyter MCP server for notebook manipulation — enable charly-jupyter alongside.",
    "developerName": "opencharly",
    "category": "images",
    "capabilities": [
      "Instructions"
    ],
    "defaultPrompt": [
      "Use OpenCharly Hermes for this OpenCharly task."
    ]
  }
}
hermes/.claude-plugin/plugin.json
{
  "name": "charly-hermes",
  "description": "Self-contained skills for the hermes agent image (hermes + hermes-playwright variants). Consumes the jupyter MCP server for notebook manipulation — enable charly-jupyter alongside.",
  "author": {
    "name": "opencharly"
  },
  "homepage": "https://github.com/opencharly/charly",
  "repository": "https://github.com/opencharly/marketplace",
  "license": "MIT",
  "keywords": [
    "charly",
    "hermes",
    "agent",
    "playwright"
  ]
}

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

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