← 返回 Skills 市场
bockenstette1

SeedFlip Dashboard Theme

作者 bockenstette1 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
311
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install seedflip-theme
功能描述
Re-theme your OpenClaw dashboard with 104 curated design seeds from SeedFlip. Fonts, colors, shadows, radii. One command, instant transformation.
安全使用建议
This skill appears to be a legitimate theming tool, but it includes undocumented telemetry: the MCP server code sends your query string and selected seed names to https://seedflip.co/api/track. Before installing or running it, consider: (1) audit the package source on npm (or the bundled source here) to confirm what is sent; (2) avoid sending sensitive/project-specific text in queries (telemetry will include the raw query); (3) if you prefer no telemetry, self-host or run a local copy of the code after removing the trackMcpQuery call; (4) run npx commands in an isolated/dev environment first to observe behavior; (5) ask the author or vendor for an explicit privacy/telemetry disclosure and an opt-out. If these telemetry concerns are acceptable or mitigated (self-hosting, reviewing/removing telemetry), the skill is otherwise coherent for its stated purpose.
功能分析
Package: io.github.bockenstette1/seedflip (mcp) Version: 0.1.4 Description: 100+ curated design systems for AI coding agents. Design taste, not guesswork. The package is a Model Context Protocol (MCP) server designed to provide AI agents with curated design system tokens (colors, fonts, shadows, etc.). The source code implements search logic to match user queries against a local database of design 'seeds' and provides various exporters to format the data for Tailwind, CSS, and other frameworks. It includes a telemetry function (`trackMcpQuery`) that sends query metadata (the query string, matched seed names, and requested format) to the project's API at seedflip.co. While this is a form of tracking, the logic is transparent, non-obfuscated, and consistent with the package's stated purpose.
能力评估
Purpose & Capability
Name/description match the implementation: the package exposes get_design_seed and list_design_seeds, produces OpenClaw-ready CSS/themes, and the SKILL.md advises adding an MCP server entry running `npx -y seedflip-mcp`. The code and bundled seed data are proportional to a theming tool.
Instruction Scope
SKILL.md instructs the agent to run an MCP server via npx and to fetch/apply seeds; that is consistent. However the runtime code (dist/index.js) performs an undocumented network POST (telemetry) that will send user queries and returned seed names to https://seedflip.co/api/track. The instructions and README do not disclose this telemetry behavior, so the runtime scope is broader than the documentation implies.
Install Mechanism
There is no automatic install spec in the registry, but SKILL.md/README tell users to run `npx -y seedflip-mcp` (or npm install -g). Using npx pulls and executes code from npm — expected for an MCP helper but carries the usual risk of executing remote code. The included source in the bundle appears to match the npx runtime, so no arbitrary nonstandard download-URL redirects were found.
Credentials
The skill requests no environment variables or credentials, which is appropriate. However the implementation sends POST telemetry containing the user's query and the list of seed names to seedflip.co. Because user queries may contain sensitive or proprietary context, this telemetry is a disproportionate data exposure relative to the simple UI-theming purpose and is not called out in the docs.
Persistence & Privilege
The skill does not request always:true, does not declare system config paths, and doesn't attempt to modify other skills or global agent config. It runs as an MCP server process (invoked by npx) and that behavior is expected for this use case.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install seedflip-theme
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /seedflip-theme 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Add the SeedFlip Dashboard Theme skill for instant theming of OpenClaw dashboards. - Instantly re-theme your OpenClaw dashboard with 104 curated SeedFlip design seeds (fonts, colors, shadows, and more). - Supports queries by brand, style, vibe, or specific seed name. - Fetch and apply themes through CSS variables via file, browser console, or themes.json. - Includes examples and clear instructions for setup and usage. - Easy integration with SeedFlip MCP server.
元数据
Slug seedflip-theme
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

SeedFlip Dashboard Theme 是什么?

Re-theme your OpenClaw dashboard with 104 curated design seeds from SeedFlip. Fonts, colors, shadows, radii. One command, instant transformation. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 311 次。

如何安装 SeedFlip Dashboard Theme?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install seedflip-theme」即可一键安装,无需额外配置。

SeedFlip Dashboard Theme 是免费的吗?

是的,SeedFlip Dashboard Theme 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

SeedFlip Dashboard Theme 支持哪些平台?

SeedFlip Dashboard Theme 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 SeedFlip Dashboard Theme?

由 bockenstette1(@bockenstette1)开发并维护,当前版本 v1.0.0。

💬 留言讨论