Hhopkins95 Agent Runtime
hhopkins95-agent-runtime is a Claude Code plugin for the Operate phase that runs CLI agent sessions (Claude Code, Gemini CLI, and similar) in cloud sandboxes via a packaged runtime service.
Run Claude Code, Gemini CLI, and similar agent sessions in isolated cloud sandboxes instead of only on your laptop.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install hhopkins95-agent-runtime@hhopkins95/agent-runtimeBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:hhopkins95/agent-runtime") and the paste-ready config with skillselion.get_install_config("plugin:hhopkins95/agent-runtime").
What it does
hhopkins95-agent-runtime is a Claude Code plugin that packages a service-oriented workflow for running CLI agent sessions—such as Claude Code and Gemini CLI—in cloud sandboxes. Solo builders and small teams install it when they need agent work to happen in a controlled remote environment rather than tying every run to one developer laptop. The bundle emphasizes agent runtime patterns, skills integration, and the operational side of standing up that service. It is not a marketplace of unrelated skills; it is infrastructure for where and how agent CLIs execute. Use it during operate when you are hardening how agents run in production or shared dev environments, or during build when you are wiring agent-tooling into a remote pipeline. Expect setup around service configuration and sandbox providers rather than one-shot code generation. After install, you get a clearer path to spawn, isolate, and manage agent sessions at scale without rebuilding sandbox orchestration from scratch each project.
Highlights
- Hosts CLI coding-agent sessions (Claude Code, Gemini CLI, and peers) in cloud sandboxes
- Isolates agent runs from local machine state and environment drift
- Single-plugin bundle focused on agent runtime patterns and service setup
- Keywords surface agent, service, skills, and creating patterns for catalog discovery
- Fits teams that want repeatable remote agent execution without custom VM glue
Why builders use it
Running coding agents only locally makes sessions fragile, hard to share, and risky when you need isolation or consistent environments across machines.
After you add the plugin and configure the runtime service, agent CLIs can execute in cloud sandboxes with a repeatable isolation model instead of ad-hoc local shells.
At a glance
- Type - Plugin in AI Agents.
- Adoption - 0 installs, 2 stars, 0 votes.
FAQ
Who is hhopkins95-agent-runtime for?
It is for developers and indie teams running Claude Code, Gemini CLI, or comparable agents who need those sessions in cloud sandboxes rather than on personal hardware alone.
When should I use hhopkins95-agent-runtime?
Use it when you are operating or building agent infrastructure and need isolated, remote CLI agent runs with a documented service and patterns bundle.
How do I add hhopkins95-agent-runtime to my agent?
Register the hhopkins95/agent-runtime Claude Code plugin from the repo, complete any service and sandbox provider setup in the bundle, then invoke agent sessions against the hosted runtime.
Comments
Share how you use hhopkins95-agent-runtime, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.