← 返回 Skills 市场
Shadcn Theme Default
作者
Guilherme Favaron
· GitHub ↗
· v0.1.1
· MIT-0
689
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install shadcn-theme-default
功能描述
Enforces the default shadcn/ui Neutral theme (black/white/gray) with OKLCH CSS variables, Tailwind v4 integration, and dark mode support
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install shadcn-theme-default - 安装完成后,直接呼叫该 Skill 的名称或使用
/shadcn-theme-default触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Shadcn Theme Default 是什么?
Enforces the default shadcn/ui Neutral theme (black/white/gray) with OKLCH CSS variables, Tailwind v4 integration, and dark mode support. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 689 次。
如何安装 Shadcn Theme Default?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install shadcn-theme-default」即可一键安装,无需额外配置。
Shadcn Theme Default 是免费的吗?
是的,Shadcn Theme Default 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Shadcn Theme Default 支持哪些平台?
Shadcn Theme Default 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Shadcn Theme Default?
由 Guilherme Favaron(@guifav)开发并维护,当前版本 v0.1.1。
推荐 Skills