Skip to main content
beeos-ai/beeos-skills is the official open-source integration repository for operating BeeOS instances, Agents, computers, and mobile devices. The repository is itself a multi-host plugin: supported coding-agent hosts load it directly, while hosts that need native executable adapters use packages built from the same source tree.

What is included

The five canonical Skills cover instance management, durable Agent tasks, computer use, mobile use, and artifact management. A Skill teaches the host when and how to use BeeOS; MCP or OpenAPI remains the authenticated execution transport.

Get the repository

Codex, Claude Code, Cursor, and Hermes consume the repository root directly. DeepSeek Harness and OpenClaw distributions are generated with:
The generated packages are written to dist/packages/. The n8n integration is built independently from packages/n8n-nodes-beeos.

Authentication

MCP-backed hosts connect to the user endpoint and read a user API key from the environment:
OpenAPI-backed adapters additionally support an explicit environment URL:
Use the corresponding staging or local URL outside production. Never commit a key to a host manifest, Skill, workflow export, or source file.

Release status

The repository manifests, package builds, schemas, and isolated host installs are validated in CI. The integrations remain experimental until each released artifact completes a harmless live BeeOS call. Start with instance listing or another read-only action before granting computer or mobile writes. See MCP authentication, Choosing a Protocol, and DeepSeek Harness.