charly-languages
Programming language runtimes and package managers — python, python-ml, pixi (others like golang/rust/nodejs live in `charly-coder`).
By opencharlyLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 4 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
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add charly-languages@agent-plugin-marketplacePaste 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/marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is languages/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/pixi/SKILL.md├── skills/python/SKILL.md├── skills/python-ml/SKILL.md└── skills/python-ml-layer/SKILL.md
Included Skills4
Pixi package manager binary with environment and PATH setup. Use when working with pixi, conda-forge packages, or Python environment management.
Python 3.13 runtime installed via pixi (conda-forge). Use when working with Python, pixi environments, or Python dependencies.
GPU-accelerated Python ML environment with CUDA, PyTorch, and llama.cpp. No Jupyter server — use as a base for ML workloads or interactive shell. MUST be invoked before building, deploying, configuring, or troubleshooting the python-ml box.
Core ML/AI Python environment with PyTorch, vLLM runtime deps, and CUDA support. Tier 2 environment-owner meta-layer that composes llama-cpp. Use when working with machine learning, PyTorch, HuggingFace, or GPU computing.
Plugin manifests2
{
"name": "charly-languages",
"description": "Programming language runtimes and package managers — python, python-ml, pixi (others like golang/rust/nodejs live in `charly-coder`).",
"author": {
"name": "opencharly"
},
"repository": "https://github.com/opencharly/marketplace",
"skills": "./skills/",
"interface": {
"displayName": "OpenCharly Languages",
"shortDescription": "Programming language runtimes and package managers — python, python-ml, pixi (others like golang/rust/nodejs live in `charly-coder`).",
"longDescription": "Programming language runtimes and package managers — python, python-ml, pixi (others like golang/rust/nodejs live in `charly-coder`).",
"developerName": "opencharly",
"category": "images",
"capabilities": [
"Instructions"
],
"defaultPrompt": [
"Use OpenCharly Languages for this OpenCharly task."
]
}
}{
"name": "charly-languages",
"description": "Programming language runtimes and package managers — python, python-ml, pixi (others like golang/rust/nodejs live in `charly-coder`).",
"author": {
"name": "opencharly"
},
"homepage": "https://github.com/opencharly/charly",
"repository": "https://github.com/opencharly/marketplace",
"license": "MIT",
"keywords": [
"charly",
"python",
"pixi"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[charly-languages on Agent Plugins Marketplace](https://pluginsmp.com/plugins/charly-languages)