sprut-agent
v0.1.35Connect Codex to a SprutHub home with agent-first tools and guidance.
By sprut-agent contributorsLicense: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex and Claude Code
- 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 and Claude Code
codex plugin marketplace add xor777/sprut-agent
codex plugin marketplace upgrade sprut-agent
codex plugin add sprut-agent@sprut-agentPaste and run these commands in a terminal with Codex. They add and refresh the sprut-agent catalog, then install this plugin.
Compatibility: the page URL and API slug “sprut-agent-2” remain stable.
- Codex:
sprut-agent-2@agent-plugin-marketplace→sprut-agent@sprut-agent
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-agentClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is dist/plugin/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/spruthub-master/SKILL.md└── .mcp.json
Included Skills1
Проектируй, исследуй, выполняй и проверяй бытовые задачи в SprutHub, включая локальную настройку доступного подключения. Используй для устройств, комнат, нативных автоматизаций и диагностики; доступные операции и их границы определяй по публичному контракту sprut-agent.
MCP servers1
- command
- node
- args
- ./dist/server.mjs
- cwd
- .
Plugin manifests2
{
"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"
}{
"name": "sprut-agent",
"version": "0.1.35",
"description": "Connect an agent 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",
"agent-skill"
],
"mcpServers": {
"sprut-agent": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/dist/server.mjs"
]
}
}
}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.
[sprut-agent on Agent Plugins Marketplace](https://pluginsmp.com/plugins/sprut-agent-2)