Agent Plugins Marketplace
All plugins

sprut-agent

v0.1.35

Connect Codex to a SprutHub home with agent-first tools and guidance.

Codex1 Skill1 MCP serverstdio

By sprut-agent contributorsLicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex
Parsed components
2 skill or MCP entries
Source updated
Sep 16, 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 sprut-agent for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add sprut-agent@agent-plugin-marketplace

Paste 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/xor777/sprut-agent

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

sprut-agent/
├── .codex-plugin/plugin.json
├── skills/spruthub-master/SKILL.md
└── .mcp.json

Included Skills1

spruthub-masterskills/spruthub-master/SKILL.md

Проектируй, исследуй, выполняй и проверяй бытовые задачи в SprutHub, включая локальную настройку доступного подключения. Используй для устройств, комнат, нативных автоматизаций и диагностики; доступные операции и их границы определяй по публичному контракту sprut-agent.

MCP servers1

sprut-agentstdio
command
node
args
./dist/plugin/dist/server.mjs
cwd
.

Plugin manifests1

.codex-plugin/plugin.json
{
  "name": "sprut-agent",
  "version": "0.1.35",
  "description": "Connect Codex to a SprutHub home with agent-first tools and guidance.",
  "author": {
    "name": "sprut-agent contributors",
    "url": "https://github.com/xor777/sprut-agent"
  },
  "homepage": "https://github.com/xor777/sprut-agent#readme",
  "repository": "https://github.com/xor777/sprut-agent",
  "license": "MIT",
  "keywords": [
    "spruthub",
    "smart-home",
    "mcp",
    "codex"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Sprut Agent",
    "shortDescription": "Connect Codex to a SprutHub home.",
    "longDescription": "Read a SprutHub home and make bounded native changes through one installed Codex plugin.",
    "developerName": "sprut-agent contributors",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Какая сейчас температура в офисе?",
      "Покажи комнаты и доступные устройства моего дома."
    ]
  },
  "mcpServers": "./.mcp.json"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[sprut-agent on Agent Plugins Marketplace](https://pluginsmp.com/plugins/sprut-agent)