← Back to Skills Marketplace
SeedFlip Dashboard Theme
by
bockenstette1
· GitHub ↗
· v1.0.0
· MIT-0
311
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install seedflip-theme
Description
Re-theme your OpenClaw dashboard with 104 curated design seeds from SeedFlip. Fonts, colors, shadows, radii. One command, instant transformation.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install seedflip-theme - After installation, invoke the skill by name or use
/seedflip-theme - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is SeedFlip Dashboard Theme?
Re-theme your OpenClaw dashboard with 104 curated design seeds from SeedFlip. Fonts, colors, shadows, radii. One command, instant transformation. It is an AI Agent Skill for Claude Code / OpenClaw, with 311 downloads so far.
How do I install SeedFlip Dashboard Theme?
Run "/install seedflip-theme" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is SeedFlip Dashboard Theme free?
Yes, SeedFlip Dashboard Theme is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does SeedFlip Dashboard Theme support?
SeedFlip Dashboard Theme is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created SeedFlip Dashboard Theme?
It is built and maintained by bockenstette1 (@bockenstette1); the current version is v1.0.0.
More Skills