← Back to Skills Marketplace
Shadcn Theme Default
by
Guilherme Favaron
· GitHub ↗
· v0.1.1
· MIT-0
689
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install shadcn-theme-default
Description
Enforces the default shadcn/ui Neutral theme (black/white/gray) with OKLCH CSS variables, Tailwind v4 integration, and dark mode support
Usage Guidance
This skill appears to do what it claims (apply a Neutral shadcn/ui theme) and its runtime instructions are narrowly scoped to CSS and Tailwind config. However, metadata mismatches are a red flag: claw.json lists filesystem permission, node/npx runtime, a GitHub homepage, and a different version than the registry header. Before installing: (1) ask the publisher for the source repo link and verify the repository contents and release tag; (2) confirm why node/npx and the 'stack-scaffold' dependency are declared and what commands (if any) will be executed; (3) review which paths the skill will modify (preferably run it in a sandbox or branch and review diffs); and (4) refuse installation if the author cannot explain the metadata inconsistencies or provide a trustworthy source. If you proceed, grant minimal filesystem scope and use version control so you can revert changes.
Capability Analysis
Type: OpenClaw Skill
Name: shadcn-theme-default
Version: 0.1.1
The skill is a legitimate utility for enforcing shadcn/ui Neutral theme styling using OKLCH CSS variables and Tailwind CSS. It includes explicit safety instructions in SKILL.md directing the AI agent to avoid sensitive files like .env, and its filesystem permissions are appropriate for its stated purpose of modifying CSS and configuration files.
Capability Assessment
Purpose & Capability
SKILL.md content aligns with the stated purpose (modify CSS and Tailwind config to enforce a Neutral theme). However there are metadata inconsistencies: the registry header in the evaluation says 'Required binaries: none' and 'Homepage: none' while claw.json declares required bins ['node','npx'], a homepage (GitHub), a different version number (1.0.0 vs registry 0.1.1), and a filesystem permission. Requesting node/npx and filesystem access can be legitimate for a theming skill but the mismatch across sources is unexplained and should be clarified.
Instruction Scope
The SKILL.md limits actions to CSS/Tailwind files and includes an explicit planning protocol and a prohibition on reading .env/credential files. It instructs checking project CSS and Tailwind config files and making sequential changes; no external endpoints, credential access, or broad collection behavior is requested.
Install Mechanism
This is an instruction-only skill with no install spec or code files (low install risk). But claw.json claims runtime requirements (node, npx) and a skill dependency ('stack-scaffold'). Because there is no install spec, it's unclear whether the skill actually needs to run node/npx or invoke another skill that does—this inconsistency increases risk and should be resolved.
Credentials
The skill does not request environment variables or credentials and the SKILL.md explicitly forbids reading .env/credential files. The declared filesystem permission (in claw.json) is proportionate to a skill that edits project CSS/config files, but you should verify the exact scope of filesystem writes.
Persistence & Privilege
always:false and user-invocable:true (normal). The skill requests filesystem permissions which are expected for making theme changes, but filesystem write capability is powerful—ensure it only modifies intended project files. The 'skillDependencies' on 'stack-scaffold' could cause the agent to scaffold or modify more files than just theme assets; clarify this behavior before granting access.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install shadcn-theme-default - After installation, invoke the skill by name or use
/shadcn-theme-default - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
shadcn-theme-default v0.1.1
- Added a CHANGELOG.md file to document version history.
- Updated SKILL.md and claw.json for improved clarity and configuration accuracy.
v0.1.0
shadcn-theme-default v0.1.0
- Initial release enforcing the default shadcn/ui Neutral (black/white/gray) theme.
- Provides full OKLCH CSS variables for light and dark modes.
- Includes Tailwind v4 integration instructions using `@theme inline` for theme tokens.
- Mandates never hardcoding color values—always use defined CSS variables.
- Establishes a strict planning protocol for theme changes and risk management.
- Skill only modifies CSS and Tailwind config files; never accesses `.env` or credential files.
Metadata
Frequently Asked Questions
What is Shadcn Theme Default?
Enforces the default shadcn/ui Neutral theme (black/white/gray) with OKLCH CSS variables, Tailwind v4 integration, and dark mode support. It is an AI Agent Skill for Claude Code / OpenClaw, with 689 downloads so far.
How do I install Shadcn Theme Default?
Run "/install shadcn-theme-default" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Shadcn Theme Default free?
Yes, Shadcn Theme Default is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Shadcn Theme Default support?
Shadcn Theme Default is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Shadcn Theme Default?
It is built and maintained by Guilherme Favaron (@guifav); the current version is v0.1.1.
More Skills