ICEN SKILL
← BACK TO INDEX

ICEN Demo

// icen-demo

A demo paid skill to verify the keyed install flow.

ICEN Demo

A minimal paid skill that demonstrates the keyed install flow.

What it is

This is the first sample paid skill from ICEN Skill. It does not provide a complex capability — its purpose is to prove and showcase the full paid experience: create an account, get your install key, install with one command.

How to install

Paid skills require your personal install key. After signing in to your account page, install with a single command:

  • Windows: irm https://skill.icen.ai/k/<your-key>/demo.ps1 | iex
  • macOS / Linux: curl -sL https://skill.icen.ai/k/<your-key>/demo.sh | bash

The key is bound to your account and can be rotated at any time; the old key stops working immediately.

Who it is for

Anyone who wants to see what a paid skill looks like, or confirm that their key and entitlements are active.