figmaProfessional Figma design analysis and asset export. Use for extracting design data, exporting assets in multiple formats, auditing accessibility compliance, analyzing design systems, and generating comprehensive design documentation. Read-only analysis of Figma files with powerful export and reporting capabilities.
Install via ClawdBot CLI:
clawdbot install maddiedreese/figmaProfessional-grade Figma integration for design system analysis, asset export, and comprehensive design auditing.
Example usage:
Example usage:
Example usage:
Example usage:
# Set your Figma access token
export FIGMA_ACCESS_TOKEN="your-token-here"
# Or store in .env file
echo "FIGMA_ACCESS_TOKEN=your-token" >> .env
# Get file information and structure
python scripts/figma_client.py get-file "your-file-key"
# Export frames as images
python scripts/export_manager.py export-frames "file-key" --formats png,svg
# Analyze design system consistency
python scripts/style_auditor.py audit-file "file-key" --generate-html
# Check accessibility compliance
python scripts/accessibility_checker.py "file-key" --level AA --format html
figma_client.py - Complete Figma API wrapper with all REST endpointsexport_manager.py - Professional asset export with multiple formats and scalesstyle_auditor.py - Design system analysis and brand consistency checkingaccessibility_checker.py - Comprehensive WCAG compliance validation and reportingfigma-api-reference.md - Complete API documentation and examplesdesign-patterns.md - UI patterns and component best practicesaccessibility-guidelines.md - WCAG compliance requirementsexport-formats.md - Asset export options and specificationstemplates/design-system/ - Pre-built component library templatestemplates/brand-kits/ - Standard brand guideline structurestemplates/wireframes/ - Common layout patterns and flows# Generate design tokens for CSS
python scripts/export_manager.py export-tokens "file-key" --format css
# Create component documentation
python scripts/figma_client.py document-components "file-key" --output docs/
# Audit brand compliance in designs
python scripts/style_auditor.py audit-file "file-key" --brand-colors "#FF0000,#00FF00,#0000FF"
# Extract current brand colors for analysis
python scripts/figma_client.py extract-colors "file-key" --output brand-colors.json
# Generate client presentation assets
python scripts/export_manager.py client-package "file-key" --template presentation
# Create development handoff assets
python scripts/export_manager.py dev-handoff "file-key" --include-specs
This skill provides read-only access to Figma files through the REST API. It can:
For file modifications, you would need to develop a Figma plugin using the Plugin API.
Built-in rate limiting and retry logic to handle Figma's API constraints gracefully.
Comprehensive error handling with detailed logging and recovery suggestions.
Export assets in PNG, SVG, PDF, and WEBP with platform-specific sizing.
Generated Feb 27, 2026
A design agency needs to migrate a client's legacy design system from multiple tools into a unified Figma library. This skill extracts all components, styles, and design tokens, audits for consistency, and generates comprehensive documentation and CSS custom properties for handoff, ensuring a smooth transition and maintainable system.
A financial technology company must ensure its mobile app design meets WCAG AA standards for regulatory compliance. The skill analyzes color contrast, font sizes, and interactive elements, generating detailed accessibility reports to identify and fix issues before development, reducing legal risks and improving usability.
A marketing team requires high-quality assets in multiple formats for a global campaign. This skill batch-exports frames and components as PNG, SVG, and PDF, organizing them into platform-specific folders with proper scaling, streamlining asset delivery and ensuring brand consistency across digital and print materials.
A SaaS company wants to optimize its Figma component library by identifying unused components and inconsistencies. The skill analyzes usage patterns, extracts design tokens, and generates recommendations for consolidation, improving design efficiency and reducing maintenance overhead for the product team.
A freelance designer needs to provide a polished handoff package to a client, including assets, style guides, and specifications. The skill exports assets in required formats, audits brand compliance, and generates documentation templates, saving time and enhancing professionalism in client deliverables.
Offer this skill as part of a monthly subscription service for design teams, providing ongoing access to Figma analysis, export, and auditing features. Revenue is generated through tiered pricing based on usage, such as number of files analyzed or assets exported, appealing to agencies and in-house teams.
Sell the skill as a consulting service for specific projects, such as design system audits or accessibility checks, with fixed pricing per engagement. This model targets clients needing expert analysis without long-term commitments, generating revenue through project fees and potential upsells for additional services.
License the skill to large enterprises or design tool providers as a white-labeled solution, integrating it into their internal workflows or products. Revenue comes from annual licensing fees and customization charges, leveraging the skill's capabilities for bulk processing and compliance in regulated industries.
π¬ Integration Tip
Integrate this skill into CI/CD pipelines by automating design token generation and accessibility checks, ensuring consistent updates and compliance in development workflows without manual intervention.
UI/UX design intelligence and implementation guidance for building polished interfaces. Use when the user asks for UI design, UX flows, information architecture, visual style direction, design systems/tokens, component specs, copy/microcopy, accessibility, or to generate/critique/refine frontend UI (HTML/CSS/JS, React, Next.js, Vue, Svelte, Tailwind). Includes workflows for (1) generating new UI layouts and styling, (2) improving existing UI/UX, (3) producing design-system tokens and component guidelines, and (4) turning UX recommendations into concrete code changes.
Build scalable, themable Tailwind CSS component libraries using CVA for variants, compound components, design tokens, dark mode, and responsive grids.
Create award-winning, memorable websites with advanced animations, creative interactions, and distinctive visual experiences. Use this skill when building sites that need to be exceptionalβportfolio sites, agency showcases, product launches, or any project where "wow factor" matters.
Searchable UI/UX design databases: 50+ styles, 97 palettes, 57 font pairings, 99 UX rules, 25 chart types. CLI generates design systems from natural language. Data-driven complement to ui-design.
Create logos, interfaces, and visual systems with principles of hierarchy, branding, and usability.
Generate and serve live HTML/CSS/JS UI designs from natural language prompts. Use when the user asks to design, create, build, or prototype a website, landing page, UI, dashboard, web page, or frontend mockup. Also triggers on requests to update, tweak, or iterate on a previously generated design. Replaces traditional UI design + frontend dev workflow.