Human-in-the-Middle — first route
him://host/mouse/query/status
[]
Agents connector
Human input mock (mouse/keyboard) for urisys-node. A tellmesh capability pack adopted into urirun via its manifest (`urirun adopt-pack`): 8 him:// routes mapped 1:1 to bindings.v2, validated, ready to project to MCP tools / A2A skills.
the tellmesh 'urihim' pack (GitHub) for real handlers; dispatch works simulated without ithim://host/mouse/query/status
[]
curl -fsSL 'https://connect.ifuri.com/install?connectors=him' | bash
Ten connector jest planowany. Instalator jest widoczny na potrzeby projektowania kontraktu, ale wykonanie jest wyłączone, dopóki pakiet connectora nie będzie dostępny.
{
"id": "him",
"name": "Human-in-the-Middle",
"status": "planned",
"uriSchemes": [
"him"
],
"routes": [
"him://host/mouse/query/status",
"him://host/mouse/command/move",
"him://host/mouse/command/click",
"him://host/mouse/command/scroll",
"him://host/keyboard/command/type",
"him://host/keyboard/command/type-text",
"him://host/keyboard/command/hotkey",
"him://host/keyboard/command/key"
],
"install": {
"mode": "planned",
"pipSpec": "urihim"
},
"hubUrl": "https://connect.ifuri.com/connectors/him"
}