rhost
v4.5.0Operate SSH-reachable hosts through the installed rhost CLI.
By starfield17License: MIT2 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Agent Plugins
- 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 rhost for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add rhost@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/starfield17/rhostClone 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├── plugin.json└── skills/rhost/SKILL.md
Included Skills1
Run commands and perform explicit file, session, tunnel, or diagnostic operations on SSH-reachable hosts through an installed rhost CLI. Use when work belongs on a remote host and OpenSSH should retain authentication and host-key ownership.
Plugin manifests2
{
"name": "rhost",
"version": "4.5.0",
"description": "Operate SSH-reachable hosts through the installed rhost CLI.",
"author": {
"name": "starfield17",
"url": "https://github.com/starfield17"
},
"homepage": "https://github.com/starfield17/rhost",
"repository": "https://github.com/starfield17/rhost",
"license": "MIT",
"keywords": [
"remote-execution",
"ssh",
"coding-agents",
"codex"
],
"skills": "./skills/",
"interface": {
"displayName": "rhost",
"shortDescription": "Run commands on SSH-reachable hosts",
"longDescription": "Use the installed rhost CLI for foreground execution, persistent tmux sessions, file operations, and OpenSSH tunnels.",
"developerName": "starfield17",
"category": "Developer Tools",
"capabilities": [
"Remote execution",
"File operations",
"Persistent sessions",
"SSH tunnels"
],
"websiteURL": "https://github.com/starfield17/rhost",
"defaultPrompt": [
"Inspect an SSH-reachable host with rhost.",
"Run this command remotely and classify the result.",
"Use rhost to transfer or edit a remote file safely."
]
}
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "rhost",
"version": "4.5.0",
"description": "Run local-like commands on SSH-reachable hosts through an installed rhost CLI.",
"author": {
"name": "starfield17",
"url": "https://github.com/starfield17"
},
"homepage": "https://github.com/starfield17/rhost",
"repository": "https://github.com/starfield17/rhost",
"license": "MIT",
"keywords": [
"remote-execution",
"ssh",
"coding-agents",
"codex"
]
}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.
[rhost on Agent Plugins Marketplace](https://pluginsmp.com/plugins/rhost)