Install
Add the skill once; your assistant picks it up automatically.The skill is open source in hyperlabs-ai/hyper-skills. Once installed it lives in your skills directory and triggers automatically on Orwel-related requests.
Use it
Just ask. The skill handles the whole install — package, env var, wrapper, and the init call:Prompt
What it guarantees
1
Detects your framework
Identifies the stack and installs the
orwel package.2
Creates a wrapper module
A small module that reads the key from the environment and re-exports the SDK.
3
Initializes once
Client-side, before any tracking call — never twice.
4
Knows the full API
Methods and validation rules, so calls are correct from the start.