mso
v0.2.23Operate MSO projects, workflows, VPS resources, integrations, deployments, and MCP capabilities through reusable safety-first skills.
By MSO93 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 24, 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 mso for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add mso@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/rahmanef63/msoClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json└── skills/camoufox-browse/SKILL.md
Included Skills1
Anti-detection browsing with a real Firefox (Camoufox) when Cloudflare, Datadome, or fingerprinting blocks the built-in browser tool. Node + Python entry points, session persistence, residential proxies, human-like input. Use for authorized access to sites that flag standard automation.
Plugin manifests1
{
"name": "mso",
"version": "0.2.23",
"description": "Operate MSO projects, workflows, VPS resources, integrations, deployments, and MCP capabilities through reusable safety-first skills.",
"author": {
"name": "MSO"
},
"homepage": "https://github.com/rahmanef63/mso",
"skills": "./claude-skills/",
"interface": {
"displayName": "MSO",
"shortDescription": "Operate projects, VPS, workflows, and MCP safely",
"longDescription": "MSO provides reusable operator workflows for project work, deployments, service debugging, integrations, MCP feature engineering, managed apps, and VPS operations. Skills preserve MSO trust, scope, concurrency, evidence, and bounded-tool policies while the live MSO MCP app remains a separately authorized connection.",
"developerName": "MSO",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://github.com/rahmanef63/mso",
"defaultPrompt": [
"Inspect this project and continue the safest verified workflow.",
"Debug this service using bounded MSO tools and evidence.",
"Implement and verify this MCP capability without weakening existing MSO safeguards."
]
},
"apps": "./.app.json"
}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.
[mso on Agent Plugins Marketplace](https://pluginsmp.com/plugins/mso)