What problem does it solve? External AI agents like Claude Code or Cursor cannot natively control an OpenHub workstation. This Skill lets them connect to a running OpenHub instance and delegate goals to its autonomous agent, drive its browser, computer, knowledge bases, and files, or manage the platform remotely. ## Core Features & Use Cases - MCP or REST Connection: Configure OpenHub as a Streamable-HTTP MCP server at /mcp-agent (curated tool set) or /mcp (full ~140-tool platform surface), or call the equivalent REST endpoints under /v1/tools. - Goal Delegation: Hand an entire task to OpenHub's autonomous agent via openhub_agent_run, then poll openhub_agent_result for long-running jobs. - Direct Capability Control: Drive browser automation, computer use, knowledge base search/read/write, filesystem operations, and terminals as the bound companion. - Use Case: From Claude Code, ask OpenHub to research a topic and write a summary to notes.md on your desktop machine, using the companion's configured model and knowledge bases. ## Quick Start Connect to my OpenHub instance at 127.0.0.1:25808 using my companion access token and delegate the goal of researching topic X and writing a summary to notes.md.