Install
openclaw skills install beyond-ui-helperInstall, configure, and troubleshoot the @beyondcorp/beyond-ui React/Tailwind component library. Use when an agent needs to add the package, wire the generated CSS, align Tailwind themes, run Storybook/tests/build, or reference Beyond-UI components, hooks, and known caveats.
openclaw skills install beyond-ui-helperPlan the environment
docs/security-dx-notes.md for pending fixes before bumping versions.Install the package
scripts/install-beyond-ui.sh. It installs @beyondcorp/beyond-ui plus missing peer deps.Wire the generated stylesheet
scripts/add-css-import.js to inject import '@beyondcorp/beyond-ui/dist/styles.css'; into the app entry (main.tsx / index.jsx / etc.).Verify setup
scripts/verify-setup.sh to run lint, test, and build—mirrors CONTRIBUTING requirements.npm run storybook (documented in references/workflow.md).Add components via templates
assets/examples/components/**.tsx for ready-to-drop snippets grouped by category (forms, data-display, layout, auth, marketing, utilities).useDarkMode, useBreakpoint, useIntersectionObserver.Align theming
@beyondcorp/beyond-ui/dist/styles.css immediately for a working palette.primary, secondary, accent, etc.) and restart the build.Troubleshoot
scripts/package_skill.py skills/public/beyond-ui-helper (from repo root) to validate and create a .skill artifact.clawhub sync --root skills/public/beyond-ui-helper --changelog "<notes>" --tags "latest,beyond-ui" once tests pass. Include install instructions, change summary, and reference the Trello ticket in PRs per CONTRIBUTING.npm run lint, npm test, npm run build, and npm run build-storybook before packaging to mirror library standards.| Need | Resource |
|---|---|
| Install commands, CSS import steps, monorepo notes | references/setup.md |
| Theme token overrides, Sidebar/Dashboard layout tips | references/theming.md |
| Component catalogue + snippet index | references/components.md |
| Hooks & utilities quick reference | references/hooks.md |
| Contributor workflow (scripts, Storybook, tests) | references/workflow.md |
| Security/DX caveats and Trello task context | references/known-issues.md |
| Ready-to-use code snippets | assets/examples/components/*/*.tsx |
Scripts live under scripts/—open them to review parameters before running.
When using this skill:
references/setup.md first if the host project has never seen Beyond-UI.references/theming.md when customizing palettes or Dashboard layout styling.references/components.md to pick snippet(s) for forms, dashboards, marketing, auth, utilities, etc.assets/examples/components/** and adapt tokens/props as needed.references/hooks.md when wiring stateful utilities; check references/known-issues.md before publishing or when audit warnings appear.Keep response outputs concise—link to references/snippets rather than duplicating full docs. Update references and templates as Beyond-UI evolves so downstream agents stay aligned.