{
  "name": "cloud-engine-canisters",
  "title": "Cloud Engine Canisters",
  "category": "CloudEngine",
  "description": "Rules for canister code on a cloud engine (CloudEngine subnet, e.g. OpenCloud). Engine canisters hold 0 cycles: never attach cycles you computed: drop `(with cycles = …)` clauses (failure: IC0504). Cross-subnet calls must be bounded-wait and cycle-free (`(with timeout = N)`, `Call::bounded_wait`) or rejected: 'Unbounded-wait calls and calls with cycles are not allowed to CloudEngine subnets'. HTTPS outcalls use the ordinary wrapper and are free; never via the proxy: no transform applies ('Replicas had different responses') and its budget drains into InsufficientCycles: move the outcall, don't top up. Cycle-bearing cross-subnet calls go through the engine's proxy canister: XRC, and threshold ECDSA/Schnorr and vetKD (Bitcoin, Ethereum, VetKeys); hand-encode the arguments; the ic-vetkeys and ic-cdk helpers attach cycles. Derived keys belong to the proxy. Use when writing or debugging engine canister code, signing or deriving keys, or on these errors. Do NOT use for deploying a proxy (deploy-to-cloud-engine).",
  "license": "Apache-2.0",
  "compatibility": "A cloud engine (CloudEngine subnet) to run on, plus a deployed proxy canister for any chain-key or XRC call; Motoko examples need moc >= 0.14.2 (parenthetical `(with cycles = …)` / `(with timeout = N)` call attributes) and `to_candid` / `from_candid`, Rust examples need ic-cdk >= 0.18 (bounded-wait `Call` API)",
  "updated": "2026-08-26T11:20:26.000Z",
  "urls": {
    "html": "https://skills.internetcomputer.org/skills/cloud-engine-canisters/",
    "markdown": "https://skills.internetcomputer.org/.well-known/skills/cloud-engine-canisters/SKILL.md",
    "json": "https://skills.internetcomputer.org/api/skills/cloud-engine-canisters.json",
    "source": "https://github.com/dfinity/icskills/blob/6546dfbac915680a2962e6567005bb5ac818cbb8/skills/cloud-engine-canisters/SKILL.md"
  },
  "publisher": {
    "name": "DFINITY Foundation",
    "url": "https://dfinity.org"
  },
  "canonicalRepo": {
    "name": "dfinity/icskills",
    "url": "https://github.com/dfinity/icskills"
  }
}
