run-cloud-ios-simulator

Installation
SKILL.md

Operate run.cloud Mobile Sessions

Use the runcloud CLI for terminal workflows, @run-cloud/sdk for TypeScript, and @runcloud/ui for React embeds.

Authenticate

  • Install the CLI with npm install -g runcloud.
  • Use runcloud login; add --manual when a local callback cannot open.
  • In CI, set RUN_CLOUD_API_KEY. RUN_CLOUD_API_TOKEN is an equivalent alias.
  • Set RUN_CLOUD_API_URL only to override https://api.run.cloud.
  • Require Node.js 20 or newer.
  • Never print, commit, or place credentials in a skill file. Treat signed session and tunnel URLs as bearer secrets.

Check access and credit before starting metered work:

Installs
5
First Seen
Jul 28, 2026
run-cloud-ios-simulator — newly-app/run-cloud-examples