safe-shell-skill
v1.0.0Quote one or an ordered batch of dynamic shell arguments through structured MCP tools or a CLI fallback.
By Tan2237License: MIT2 GitHub starsUpdated last month
Directory evidence
- Runtimes
- Codex
- Parsed components
- 2 skill or MCP entries
- Source updated
- Aug 8, 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 safe-shell-skill for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add safe-shell-skill@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/Tan2237/safe-shell-skillClone 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/safe-shell/SKILL.md└── .mcp.json
Included Skills1
Quote one or an ordered batch of dynamic data arguments when an agent must compose shell source text for bash, zsh, fish, sh, dash, ksh, PowerShell, pwsh, CMD, or MSYS2. Prefer argv arrays, then the structured safe_shell_quote / safe_shell_quote_many MCP tools, then the sibling safe_shell.py CLI. Never use this skill for command code or shell syntax.
MCP servers1
- command
- python
- args
- ./mcp/safe_shell_server.py
- cwd
- .
Plugin manifests1
{
"name": "safe-shell-skill",
"version": "1.0.0",
"description": "Quote one or an ordered batch of dynamic shell arguments through structured MCP tools or a CLI fallback.",
"author": {
"name": "Tan2237",
"email": "[email protected]",
"url": "https://github.com/Tan2237"
},
"homepage": "https://github.com/Tan2237/safe-shell-skill",
"repository": "https://github.com/Tan2237/safe-shell-skill",
"license": "MIT",
"keywords": [
"safe-shell",
"mcp",
"shell-quoting",
"command-line",
"agents"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "safe-shell",
"shortDescription": "Quote dynamic shell arguments safely",
"longDescription": "Generate shell-specific source fragments for one or an ordered batch of literal data arguments through persistent structured MCP tools, with CLI fallback for bash, zsh, fish, sh, dash, ksh, PowerShell, pwsh, CMD, and MSYS2.",
"developerName": "Tan2237",
"category": "Developer Tools",
"capabilities": [
"Interactive"
],
"websiteURL": "https://github.com/Tan2237/safe-shell-skill",
"defaultPrompt": [
"Quote this dynamic argument for the shell command I am composing.",
"Quote these ordered dynamic arguments while preserving their boundaries.",
"Check whether this value can be represented as one CMD argument."
],
"brandColor": "#4F5D95"
}
}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.
[safe-shell-skill on Agent Plugins Marketplace](https://pluginsmp.com/plugins/safe-shell-skill)