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
Creates a wrapper module
A small module that reads the key from the environment and re-exports the SDK.
Rule 0 — key in env, never hardcoded
The skill always reads the key from an environment variable (it never pastes a literal key into code), using the right name per framework:| Framework | Env variable |
|---|---|
| Vite (React / Vue / Svelte) | VITE_ORWEL_KEY |
| Next.js | NEXT_PUBLIC_ORWEL_KEY |
| SvelteKit / Astro | PUBLIC_ORWEL_KEY |
| Nuxt 3 | NUXT_PUBLIC_ORWEL_KEY |
| Create React App | REACT_APP_ORWEL_KEY |