Agent Plugins Marketplace
All plugins

charly-tools

CLI utilities and the charly binary deploy artifacts — ripgrep, himalaya, whisper, nano-pdf, summarize, ordercli, gogcli, sherpa-onnx, plus the `charly` binary deployment skill.

CodexClaude Code22 Skills

By opencharlyLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

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

Plugin files

tools/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/blogwatcher/SKILL.md
├── skills/charly/SKILL.md
├── skills/cue/SKILL.md
├── skills/docs-site/SKILL.md
├── skills/dsh/SKILL.md
├── skills/dsh-cli/SKILL.md
├── skills/gifgrep/SKILL.md
├── skills/gogcli/SKILL.md
├── skills/goplaces/SKILL.md
├── skills/himalaya/SKILL.md
├── skills/mcporter/SKILL.md
├── skills/nano-pdf/SKILL.md
├── skills/ordercli/SKILL.md
├── skills/ripgrep/SKILL.md
├── skills/sag/SKILL.md
├── skills/sherpa-onnx/SKILL.md
├── skills/songsee/SKILL.md
├── skills/summarize/SKILL.md
├── skills/vscode/SKILL.md
├── skills/whisper/SKILL.md
├── skills/xurl/SKILL.md
└── skills/yay/SKILL.md

Included Skills22

blogwatcherskills/blogwatcher/SKILL.md

Blog/RSS feed monitor CLI. Use when working with the blogwatcher candy.

charlyskills/charly/SKILL.md

OpenCharly CLI (charly) binary installed into container/VM images for in-container use. Use when working with charly binary deployment inside containers, in-container charly CLI usage, or the full charly toolchain (charly binary + virtualization + gocryptfs + socat).

cueskills/cue/SKILL.md

The CUE data-validation / configuration CLI (cue), pinned to v0.16.1. Use when working with the cue candy, installing the cue binary into a box or onto a target:local dev host, or running the offline schema-vendoring pipeline that feeds charly's egress validation.

docs-siteskills/docs-site/SKILL.md

The Astro + Starlight toolchain candy for the opencharly.ai documentation site, and the check-docs R10 bed that builds and proves it. Use when working with the docs-site candy, the docs-site-app box, the check-docs bed, or when the documentation site fails to build.

dshskills/dsh/SKILL.md

DeepSeek Harness (dsh) CLI + web UI via npm with a socat-exposed web service on port 3080. Use when working with the dsh candy.

dsh-cliskills/dsh-cli/SKILL.md

The compiled-in `charly dsh` management CLI for a deployed deepseek-harness (dsh) box. MUST be invoked before managing the dsh version, profiles, or plugins of a running dsh deployment.

gifgrepskills/gifgrep/SKILL.md

GIF search and download CLI. Use when working with the gifgrep candy.

gogcliskills/gogcli/SKILL.md

Google Workspace CLI (Gmail, Calendar, Drive, Contacts, Sheets, Docs). Use when working with the gogcli candy.

goplacesskills/goplaces/SKILL.md

Google Places API CLI for location search. Use when working with the goplaces candy.

himalayaskills/himalaya/SKILL.md

Himalaya email CLI (IMAP/SMTP). Use when working with the himalaya candy.

mcporterskills/mcporter/SKILL.md

MCP server CLI for listing, configuring, and calling MCP tools. Use when working with the mcporter candy.

nano-pdfskills/nano-pdf/SKILL.md

nano-pdf CLI for PDF editing with natural language. Use when working with the nano-pdf candy.

ordercliskills/ordercli/SKILL.md

Food delivery order status CLI (Foodora). Use when working with the ordercli candy.

ripgrepskills/ripgrep/SKILL.md

Fast recursive text search (rg). Use when working with the ripgrep candy.

sagskills/sag/SKILL.md

ElevenLabs text-to-speech CLI. Use when working with the sag candy.

sherpa-onnxskills/sherpa-onnx/SKILL.md

sherpa-onnx offline text-to-speech. Use when working with the sherpa-onnx candy.

songseeskills/songsee/SKILL.md

Audio spectrogram and visualization CLI. Use when working with the songsee candy.

summarizeskills/summarize/SKILL.md

Summarize CLI for extracting text/transcripts from URLs and files. Use when working with the summarize candy.

vscodeskills/vscode/SKILL.md

Visual Studio Code editor installed from Microsoft's RPM repository. Use when working with VS Code installation or configuration in container images.

whisperskills/whisper/SKILL.md

OpenAI Whisper local speech-to-text. Use when working with the whisper candy.

xurlskills/xurl/SKILL.md

X (Twitter) API CLI for posts, search, DMs, and media. Use when working with the xurl candy.

yayskills/yay/SKILL.md

AUR helper for Arch Linux, enabling aur: package sections in charly.yml. Use when working with the yay candy or Arch AUR builds.

Plugin manifests2

tools/.codex-plugin/plugin.json
{
  "name": "charly-tools",
  "description": "CLI utilities and the charly binary deploy artifacts — ripgrep, himalaya, whisper, nano-pdf, summarize, ordercli, gogcli, sherpa-onnx, plus the `charly` binary deployment skill.",
  "author": {
    "name": "opencharly"
  },
  "repository": "https://github.com/opencharly/marketplace",
  "skills": "./skills/",
  "interface": {
    "displayName": "OpenCharly Tools",
    "shortDescription": "CLI utilities and the charly binary deploy artifacts — ripgrep, himalaya, whisper, nano-pdf, summarize, ordercli, gogcli, sherpa-onnx, plus the `charly` binary deployment skill.",
    "longDescription": "CLI utilities and the charly binary deploy artifacts — ripgrep, himalaya, whisper, nano-pdf, summarize, ordercli, gogcli, sherpa-onnx, plus the `charly` binary deployment skill.",
    "developerName": "opencharly",
    "category": "images",
    "capabilities": [
      "Instructions"
    ],
    "defaultPrompt": [
      "Use OpenCharly Tools for this OpenCharly task."
    ]
  }
}
tools/.claude-plugin/plugin.json
{
  "name": "charly-tools",
  "description": "CLI utilities and the charly binary deploy artifacts — ripgrep, himalaya, whisper, nano-pdf, summarize, ordercli, gogcli, sherpa-onnx, plus the `charly` binary deployment skill.",
  "author": {
    "name": "opencharly"
  },
  "homepage": "https://github.com/opencharly/charly",
  "repository": "https://github.com/opencharly/marketplace",
  "license": "MIT",
  "keywords": [
    "charly",
    "cli",
    "tools",
    "utilities"
  ]
}

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

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