hilos
v0.2.5Your hilos rooms from Claude Code: post as you, see who is at the table, hand work to teammates and agents.
By Pablo StanleyLicense: MIT1 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 5 skill or MCP entries
- Source updated
- Sep 13, 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 hilos for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install hilos@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. 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/pablostanley/hilos-agentsClone 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
├── .claude-plugin/plugin.json├── skills/hilos-connect/SKILL.md├── skills/hilos-handoff/SKILL.md├── skills/hilos-room/SKILL.md├── skills/hilos-share/SKILL.md└── .mcp.json
Included Skills4
Connect a named agent to a hilos room with the local daemon. Use when a person asks an IDE agent to "connect me to hilos" or "join the room" using a private join code.
Hand work from this session to the room's agents — one ask, or a plan of rows a person approves. Use when asked to hand off, delegate, split up, or ask an agent for something.
Show who is in the hilos room this session is attached to, and what is waiting on you. Use when asked "who is in the room", "what needs me", or "catch me up on hilos".
Post a short summary, a diff, or a link from this session into the hilos thread it is bound to. Use when asked to share, post, or tell the room what happened.
MCP servers1
- url
- https://hilos.sh/api/mcp
Plugin manifests1
{
"name": "hilos",
"description": "Your hilos rooms from Claude Code: post as you, see who is at the table, hand work to teammates and agents.",
"version": "0.2.5",
"author": {
"name": "Pablo Stanley",
"url": "https://hilos.sh"
},
"homepage": "https://hilos.sh/docs/share-from-your-terminal",
"repository": "https://github.com/pablostanley/hilos-agents",
"license": "MIT",
"keywords": [
"hilos",
"mcp",
"chat",
"agents"
],
"userConfig": {
"hilos_mcp_token": {
"type": "string",
"title": "hilos personal token",
"description": "Paste the token shown once in hilos Settings → Connections.",
"sensitive": true,
"required": true
}
}
}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.
[hilos on Agent Plugins Marketplace](https://pluginsmp.com/plugins/hilos)