Skip to content

limrun-inc/limrun

v0.1.1MIT

Cloud iOS simulators and Android emulators your agent can create, drive, and throw away.

Enable cloud agents to build mobile apps

These skills let your coding agent use remote services like XCode, iOS Simulator and Android Emulator without any change in its own environment. The repo also packages them, together with the Limrun MCP server, as a plugin for every major agent platform.

Sign up at Limrun to get a LIM_API_KEY.

Then get started!

Install

AgentCommand
skills CLI (any agent)npx skills add limrun-inc/skills
Claude Code/plugin marketplace add limrun-inc/skills then /plugin install limrun@limrun
Codex CLIcodex plugin marketplace add limrun-inc/skills then codex plugin install limrun
Gemini CLIgemini extensions install https://github.com/limrun-inc/skills
CursorCursor Marketplace, or copy this repo to ~/.cursor/plugins/local/limrun
lim CLIlim skills install

The plugin bundles all skills plus the remote MCP server at https://mcp.limrun.com/mcp (OAuth sign-in on first use, or set an org API key as a bearer token).

Maintaining

distribution.json is the single source of truth for publishing metadata. Every manifest (plugin.json, mcp.json, .claude-plugin/, .codex-plugin/, .agents/, gemini-extension.json, .mcp.json) is generated:

npm run generate   # regenerate manifests after editing distribution.json or skills
npm run validate   # skills + catalog validation

CI fails if a manifest is stale. Bump distribution.json's version when skills or metadata change.