← 스킬 목록으로 돌아가기

design-token-generator

v1.0.0 approved Web ⬇ 5 2일 전
USK v3 ✅ Verified ⚡ Auto-Convert
⬇ 다운로드
설치 가이드↓
🤖 에이전트용 설치 명령 (curl / MCP / Claude Desktop)
▸ curl 한 줄 다운로드
curl -L -o design-token-generator.skill   "https://aiskillstore.io/v1/agent/skills/606c04de-5861-4374-abea-f14f22cf5e43/download?platform=ClaudeCode"
▸ MCP 도구 호출 (Skill Store MCP 등록 시)
{
  "tool": "download_skill",
  "arguments": {
    "skill_id": "606c04de-5861-4374-abea-f14f22cf5e43",
    "platform": "ClaudeCode"
  }
}
▸ Claude Desktop / Cursor MCP 설정 (1회)
{
  "mcpServers": {
    "skill-store": {
      "url": "https://aiskillstore.io/mcp/"
    }
  }
}
📖 에이전트용 전체 API 가이드: /llms.txt  ·  MCP server card

Generate and convert design system tokens (color, typography, spacing) across CSS variables, Tailwind config, Figma Tokens, and WCAG contrast audit

# design # css # tailwind # figma # design-system # tokens # wcag # brutalist # 디자인 # 디자인시스템 # 색상

기본 정보

소유자 👤 Admin 카테고리 Web 등록일 2026-05-19 최종 업데이트 2026-05-19 최신 버전 1.0.0 패키지 날짜 2026-05-19 검증 상태 approved 다운로드 수 5회 체크섬 (SHA256) 8eb39dd9393f19327681643e10b23526fda8eb205ec571daaa208efa7382bfb6

⚡ AGENT INFO USK v3

Capabilities
design_token_generation css_variable_export tailwind_theme_export figma_token_export wcag_contrast_audit
Permissions
✗ network
✗ filesystem
✗ subprocess
Interface
type: cli   entry_point: main.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/606c04de-5861-4374-abea-f14f22cf5e43/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/606c04de-5861-4374-abea-f14f22cf5e43/download?platform=OpenClaw GET /v1/agent/skills/606c04de-5861-4374-abea-f14f22cf5e43/download?platform=ClaudeCode GET /v1/agent/skills/606c04de-5861-4374-abea-f14f22cf5e43/download?platform=ClaudeCodeAgentSkill GET /v1/agent/skills/606c04de-5861-4374-abea-f14f22cf5e43/download?platform=Cursor GET /v1/agent/skills/606c04de-5861-4374-abea-f14f22cf5e43/download?platform=GeminiCLI GET /v1/agent/skills/606c04de-5861-4374-abea-f14f22cf5e43/download?platform=CodexCLI GET /v1/agent/skills/606c04de-5861-4374-abea-f14f22cf5e43/download?platform=CustomAgent

설치 방법

호환 플랫폼: any

1
openclaw_skill_manager.py로 스킬을 설치합니다.
python openclaw_skill_manager.py --install design-token-generator
2
설치 확인
python openclaw_skill_manager.py --list-installed
3
특정 버전 설치 (선택)
python openclaw_skill_manager.py --install design-token-generator --version 1.0.0
1
스킬 패키지를 다운로드합니다.
curl -O https://aiskillstore.io/v1/skills/606c04de-5861-4374-abea-f14f22cf5e43/download
2
Claude Code commands 디렉터리에 배치합니다.
unzip design-token-generator.skill -d ~/.claude/commands/design-token-generator/
3
Claude Code에서 슬래시 커맨드로 사용합니다.
/design-token-generator
1
Agent Skills 패키지를 다운로드합니다.
curl -O https://aiskillstore.io/v1/agent/skills/606c04de-5861-4374-abea-f14f22cf5e43/download?platform=ClaudeCodeAgentSkill
2
Claude Code skills 디렉터리에 압축을 해제합니다.
unzip design-token-generator-agent-skill-*.skill -d ~/.claude/skills/design-token-generator/
3
Claude Code를 재시작하면 세션 시작 시 자동으로 로드됩니다. 슬래시 커맨드 없이 자연어로 사용 가능합니다.
1
Cursor 변환 패키지를 다운로드합니다.
curl -O https://aiskillstore.io/v1/agent/skills/606c04de-5861-4374-abea-f14f22cf5e43/download?platform=Cursor
2
압축 해제 후 영구 위치에 저장합니다.
unzip design-token-generator-cursor-*.skill -d ~/.cursor/skills/design-token-generator/
3
.cursor/mcp.json에 MCP 서버 설정을 추가하고 Cursor를 재시작합니다.
cat ~/.cursor/skills/design-token-generator/cursor_mcp_config.json
1
Gemini CLI 변환 패키지를 다운로드합니다.
curl -O https://aiskillstore.io/v1/agent/skills/606c04de-5861-4374-abea-f14f22cf5e43/download?platform=GeminiCLI
2
압축 해제 후 영구 위치에 저장합니다.
unzip design-token-generator-geminicli-*.skill -d ~/.gemini/skills/design-token-generator/
3
~/.gemini/settings.json에 MCP 서버 설정을 추가하고 Gemini CLI를 재시작합니다.
cat ~/.gemini/skills/design-token-generator/gemini_settings_snippet.json
1
Codex CLI 변환 패키지를 다운로드합니다.
curl -O https://aiskillstore.io/v1/agent/skills/606c04de-5861-4374-abea-f14f22cf5e43/download?platform=CodexCLI
2
압축 해제 후 영구 위치에 저장합니다.
unzip design-token-generator-codexcli-*.skill -d ~/.codex/skills/design-token-generator/
3
~/.codex/config.toml에 MCP 서버 설정을 추가하고 Codex CLI를 재시작합니다.
cat ~/.codex/skills/design-token-generator/codex_config_snippet.toml
1
REST API로 스킬 패키지를 다운로드합니다.
GET https://aiskillstore.io/v1/skills/606c04de-5861-4374-abea-f14f22cf5e43/download
2
에이전트 플랫폼의 skills 디렉터리에 배치합니다.
cp design-token-generator.skill ./skills/
3
설치 가이드 API로 플랫폼별 상세 정보를 조회합니다.
GET https://aiskillstore.io/v1/skills/606c04de-5861-4374-abea-f14f22cf5e43/install-guide?platform=CustomAgent

보안 검증 보고서

검증 결과 APPROVED

검사 결과: ["메타데이터 경고: 권장 필드 없음: 'requirements' (SKILL.md v2 권장)", "메타데이터 경고: 권장 필드 없음: 'changelog' (SKILL.md v2 권장)"]

✅ 보안 위험 항목이 발견되지 않았습니다.

AI 검수 단계

검수 주체 gemini 위험도 🟢 낮음 검수 요약 선언된 권한을 준수하며, 악의적인 코드나 외부 통신 시도가 없는 안전한 스킬입니다.
판단 근거

스킬 메타데이터에서 `network: false`, `filesystem: false`, `subprocess: false`로 선언되어 있으며, 제공된 `main.py` 및 `lib/tokens.py` 코드에서 해당 권한을 사용하는 어떠한 시도도 발견되지 않았습니다. `os.path` 사용은 모듈 임포트를 위한 표준적인 방식으로 파일 시스템 접근으로 간주하지 않습니다. 정적 분석 결과 또한 'approved' 상태이며, 어떠한 위험 요소나 난독화, 금지된 실행 파일 사용이 보고되지 않았습니다. 코드는 순수하게 디자인 토큰을 생성, 변환, 감사하는 기능에 집중하고 있으며, 사용자 데이터를 무단으로 수집하거나 외부로 전송하는 기능은 없습니다. 전반적인 코드 품질은 스킬의 목적에 부합하며, 안전하게 배포될 수 있다고 판단됩니다.

버전 히스토리

버전 USK v3 검증 상태 패키지 날짜 다운로드 변경사항
v1.0.0 approved 2026-05-19 ⬇ 5

사용 예시 (Examples) 8 개

이 스킬의 대표적인 입출력 예시입니다. 에이전트는 이 예시를 보고 스킬 호출 방법과 결과 형태를 이해할 수 있습니다.

Generate Brutalist preset tokens

Generate full design token set for a Brutalist design system

📥 입력
{
  "action": "generate",
  "preset": "Brutalist"
}
📤 출력
{
  "action": "generate",
  "ok": true,
  "result": {
    "preset": "Brutalist",
    "token_count": 12,
    "tokens": {
      "color": {
        "accent": "#ff0000",
        "background": "#f5f5dc",
        "primary": "#000000",
        "secondary": "#ffffff",
        "surface": "#ffffff",
        "text": "#000000"
      },
      "spacing": {
        "base": "8px",
        "scale": 2
      },
      "typography": {
        "font_family_base": "\u0027Courier New\u0027, monospace",
        "font_size_base": "16px",
        "font_size_scale": 1.333,
        "line_height_base": 1.2
      }
    }
  }
}
Export tokens as CSS variables

Convert token JSON to CSS custom properties

📥 입력
{
  "action": "css",
  "tokens": {
    "color": {
      "accent": "#ff0000",
      "background": "#f5f5dc",
      "primary": "#000000"
    },
    "spacing": {
      "base": "8px"
    },
    "typography": {
      "font_family_base": "\u0027Courier New\u0027, monospace",
      "font_size_base": "16px"
    }
  }
}
📤 출력
{
  "action": "css",
  "ok": true,
  "result": {
    "css": "CSS string with :root { --color-primary: #000000; --color-accent: #ff0000; ... } block",
    "variable_count": 5
  }
}
Export tokens as Tailwind config

Convert tokens to tailwind.config.js theme section

📥 입력
{
  "action": "tailwind",
  "tokens": {
    "color": {
      "accent": "#ff0000",
      "primary": "#000000"
    },
    "spacing": {
      "base": "8px"
    },
    "typography": {
      "font_family_base": "\u0027Courier New\u0027, monospace",
      "font_size_base": "16px"
    }
  }
}
📤 출력
{
  "action": "tailwind",
  "ok": true,
  "result": {
    "color_count": 2,
    "tailwind_config": "module.exports = { theme: { extend: { colors: { primary: \u0027#000000\u0027, accent: \u0027#ff0000\u0027 }, fontFamily: { base: [\u0027Courier New\u0027, \u0027monospace\u0027] } } } };"
  }
}
Export to Figma Tokens Plugin format

Convert tokens to Figma Tokens Plugin compatible JSON

📥 입력
{
  "action": "figma",
  "tokens": {
    "color": {
      "accent": "#ff0000",
      "primary": "#000000"
    },
    "spacing": {
      "base": "8px"
    }
  }
}
📤 출력
{
  "action": "figma",
  "ok": true,
  "result": {
    "figma_tokens": "Figma Tokens Plugin JSON with global token set containing color.primary and color.accent value/type objects",
    "token_count": 3
  }
}
WCAG contrast audit

Check color pairs for WCAG AA and AAA accessibility compliance

📥 입력
{
  "action": "audit",
  "tokens": {
    "color": {
      "accent": "#ff0000",
      "background": "#f5f5dc",
      "primary": "#000000",
      "secondary": "#ffffff",
      "text": "#000000"
    }
  }
}
📤 출력
{
  "action": "audit",
  "ok": true,
  "result": {
    "findings": [
      {
        "aa": false,
        "aaa": false,
        "pair": "accent on background",
        "ratio": 3.2,
        "recommendation": "Increase contrast \u2014 AA requires 4.5:1 for normal text"
      }
    ],
    "pairs_checked": 4,
    "summary": {
      "aa_fail": 1,
      "aa_pass": 3,
      "aaa_pass": 2
    },
    "wcag_compliant": false
  }
}
Generate Cyberpunk with dark mode

Generate Cyberpunk tokens with dark mode variants included

📥 입력
{
  "action": "generate",
  "include_dark_mode": true,
  "preset": "Cyberpunk"
}
📤 출력
{
  "action": "generate",
  "ok": true,
  "result": {
    "preset": "Cyberpunk",
    "token_count": 14,
    "tokens": {
      "color": {
        "accent": "#ff00ff",
        "background": "#0d0208",
        "primary": "#00ff41",
        "secondary": "#0d0208",
        "surface": "#1a0a1a",
        "text": "#00ff41"
      },
      "dark": {
        "background": "#000000",
        "surface": "#0d0208",
        "text": "#00ff41"
      },
      "spacing": {
        "base": "8px"
      },
      "typography": {
        "font_family_base": "\u0027Share Tech Mono\u0027, monospace",
        "font_size_base": "14px"
      }
    }
  }
}
Generate Minimal preset

Clean minimal design system with neutral tones

📥 입력
{
  "action": "generate",
  "preset": "Minimal"
}
📤 출력
{
  "action": "generate",
  "ok": true,
  "result": {
    "preset": "Minimal",
    "token_count": 11,
    "tokens": {
      "color": {
        "accent": "#3b82f6",
        "background": "#ffffff",
        "primary": "#1a1a1a",
        "secondary": "#6b7280",
        "surface": "#f9fafb",
        "text": "#111827"
      },
      "spacing": {
        "base": "4px"
      },
      "typography": {
        "font_family_base": "\u0027Inter\u0027, sans-serif",
        "font_size_base": "16px",
        "font_size_scale": 1.25
      }
    }
  }
}
Error on missing tokens for css action

Returns structured error when tokens field is missing

📥 입력
{
  "action": "css"
}
📤 출력
{
  "action": "css",
  "error": {
    "code": "MISSING_FIELD",
    "message": "Field \u0027tokens\u0027 is required for action \u0027css\u0027"
  },
  "ok": false
}

모든 예시는 에이전트 API로도 조회 가능: /v1/agent/skills/606c04de-5861-4374-abea-f14f22cf5e43/schema

리뷰 & 평점

아직 리뷰가 없습니다. 첫 번째 리뷰를 남겨보세요!

✍️ 리뷰 작성