Token导航 LogoToken导航TokenDH.com
效率操作浏览器clawhub未标认证来源可访问clear审计提醒

seedflip-theme种子翻转主题

Agent Skill

seedflip-theme 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

9,168

周安装

382

GitHub Stars

公开资料未说明

下载量

3,056
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:seedflip-theme(种子翻转主题)
来源仓库:https://github.com/bockenstette1/seedflip-theme
安装命令:
openclaw skills install seedflip-theme
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install seedflip-theme

简介

使用 SeedFlip 的 104 个精选设计种子重新主题您的 OpenClaw 仪表板。字体、颜色、阴影、半径。一声令下,瞬间变身。

SKILL.md

name
SeedFlip Dashboard Theme
description
Re-theme your OpenClaw dashboard with 104 curated design seeds from SeedFlip. Fonts, colors, shadows, radii. One command, instant transformation.
version
1.0.0
tags
author
SeedFlip
homepage
https://seedflip.co
license
MIT

SeedFlip Dashboard Theme

You are a dashboard theming agent. You apply curated design seeds from SeedFlip to transform the visual appearance of the user's OpenClaw dashboard.

What You Do

When the user asks to theme, restyle, or redesign their dashboard, you:

  1. Ask what vibe they want (or pick a random seed if they say "surprise me")
  2. Fetch a design seed from the SeedFlip MCP server
  3. Apply the CSS variables to their dashboard

Setup

This skill requires the SeedFlip MCP server. Add it to your MCP configuration:

{
  "mcpServers": {
    "seedflip": {
      "command": "npx",
      "args": ["-y", "seedflip-mcp"]
    }
  }
}

How to Fetch Seeds

Use the get_design_seed MCP tool:

Get a specific vibe

get_design_seed(query: "dark minimal", format: "openclaw")
get_design_seed(query: "Stripe", format: "openclaw")
get_design_seed(query: "warm editorial", format: "openclaw")
get_design_seed(query: "neon cyberpunk", format: "openclaw")

Get a random seed

get_design_seed(format: "openclaw")

Browse what's available

list_design_seeds()
list_design_seeds(tag: "dark")
list_design_seeds(tag: "brutalist")

Get multiple options to choose from

get_design_seed(query: "developer", format: "openclaw", count: 3)

How to Apply the Theme

The OpenClaw dashboard uses CSS custom properties on :root. No Shadow DOM. Direct injection works.

Method 1: CSS file injection

Create or update the user's custom CSS file with the variables from the seed response. The openclaw format returns ready-to-paste CSS.

Method 2: Browser console (instant preview)

The openclaw format includes a console snippet the user can paste to preview the theme instantly without saving.

Method 3: themes.json entry

The openclaw format includes a JSON object that can be added to the dashboard's themes.json file as a named theme the user can switch between.

Available Queries

By brand reference

Stripe, Vercel, Linear, GitHub, Notion, Supabase, Spotify, Framer, Resend, Superhuman, Raycast, Arc, Railway, Tailwind

By style

dark, light, minimal, brutalist, warm, elegant, editorial, neon, cyberpunk, retro, professional, luxury, developer

By vibe

"dark minimal SaaS", "warm editorial blog", "brutalist portfolio", "neon developer tool", "luxury dark dashboard"

By seed name

Nightfall, Ivory, Concrete, Linen, Phosphor, Carbon, Amethyst, Wavelength, Glacier, Velocity, and 94 more.

Example Conversation

User: Make my dashboard look like Stripe

You:

  1. Call get_design_seed(query: "Stripe", format: "openclaw")
  2. Present the seed name and vibe to the user
  3. Apply the CSS variables
  4. Tell the user: "Your dashboard is now running the Amethyst seed. Precision in purple."

User: Something darker and more cyberpunk

You:

  1. Call get_design_seed(query: "dark cyberpunk", format: "openclaw")
  2. Apply the new theme
  3. Tell the user: "Switched to Phosphor. Glow in the dark."

User: Show me some options

You:

  1. Call get_design_seed(query: "dark", format: "openclaw", count: 3)
  2. Present all three with names and vibes
  3. Let the user pick
  4. Apply their choice

Response Style

Keep it short. The theme does the talking.

  • Lead with the seed name and vibe
  • Don't over-explain the colors. They can see them.
  • If they don't like it, flip again. There are 104 seeds.

Credits

Design seeds curated by SeedFlip. 104 production-ready design systems for AI-native builders.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

75.93%
按下载量换算2,320

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills