Agent Plugins Marketplace
All plugins

manoo

v0.1.0

Manoo — the hands Claude Code needs to act on your screen. Screenshot, click, type, scroll — so Claude can operate your desktop directly when you ask it to do something itself. Free-tier local prototype: everything runs on this machine, nothing is sent anywhere. By Corporación Jamiel.

Claude Code1 Skill1 MCP serverstdio

By Corporación Jamiel0 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 22, 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 manoo 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 manoo@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/JamielGV/manoo

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugin/.

Plugin files

plugin/
├── .claude-plugin/plugin.json
├── skills/computer-use/SKILL.md
└── .mcp.json

Included Skills1

computer-useskills/computer-use/SKILL.md

Use when the user asks Claude to interact with the screen directly instead of describing what to do — e.g. "click the deploy button", "open this dialog and confirm it", "check what's on screen right now", "do it yourself instead of telling me the steps", "show me how to do this", "enséñame a usar esto", "no sé cómo hacer esto en mi computadora". Gives Claude screenshot, mouse, and keyboard control of this desktop, narrating what it does and able to point instead of click when the person wants to learn.

MCP servers1

computer-usestdio
command
node
args
${CLAUDE_PLUGIN_ROOT}/server/index.mjs
env.PATH
${PATH}
env.HOME
${HOME}
env.USERPROFILE
${USERPROFILE}
env.LOCALAPPDATA
${LOCALAPPDATA}
env.APPDATA
${APPDATA}
env.SystemRoot
${SystemRoot}
env.TEMP
${TEMP}
env.TMP
${TMP}
env.DISPLAY
${DISPLAY}
env.XAUTHORITY
${XAUTHORITY}
env.XDG_RUNTIME_DIR
${XDG_RUNTIME_DIR}
env.MANOO_DEV_UNLIMITED
${MANOO_DEV_UNLIMITED}

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Plugin manifests1

plugin/.claude-plugin/plugin.json
{
  "name": "manoo",
  "description": "Manoo — the hands Claude Code needs to act on your screen. Screenshot, click, type, scroll — so Claude can operate your desktop directly when you ask it to do something itself. Free-tier local prototype: everything runs on this machine, nothing is sent anywhere. By Corporación Jamiel.",
  "version": "0.1.0",
  "author": {
    "name": "Corporación Jamiel",
    "email": "[email protected]"
  }
}

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

[manoo on Agent Plugins Marketplace](https://pluginsmp.com/plugins/manoo)