Agent Plugins Marketplace
All plugins

hilos

v0.2.5

Your hilos rooms from Claude Code: post as you, see who is at the table, hand work to teammates and agents.

Claude Code4 Skills1 MCP serverStreamable HTTP

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

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install hilos@agent-plugin-marketplace

Paste 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-agents

Clone 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

hilos/
├── .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

hilos-connectskills/hilos-connect/SKILL.md

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.

hilos-handoffskills/hilos-handoff/SKILL.md

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.

hilos-roomskills/hilos-room/SKILL.md

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".

hilos-shareskills/hilos-share/SKILL.md

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

hilosStreamable HTTP
url
https://hilos.sh/api/mcp

Plugin manifests1

.claude-plugin/plugin.json
{
  "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
    }
  }
}

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)