ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

business-card-generation

Generate professional business cards using each::sense AI. Create corporate, creative, minimalist, luxury, and specialty business cards optimized for print at standard 3.5 x 2 inch size.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/eftalyurtseven/business-card-generation
Or

Business Card Generation

Generate professional business cards using each::sense. This skill creates print-ready business card designs for various industries, styles, and purposes at the standard 3.5 x 2 inch (1050 x 600 px) size.

Features

  • Corporate Cards: Professional designs for business executives and employees
  • Creative Cards: Artistic designs for designers, artists, and creative professionals
  • Minimalist Cards: Clean, simple designs with focus on typography
  • Luxury Cards: Premium, elegant designs with sophisticated aesthetics
  • Industry-Specific Cards: Tailored designs for real estate, photography, restaurants, tech, and more
  • Vertical Cards: Portrait orientation for unique, standout designs
  • Double-Sided Cards: Front and back designs with complementary layouts

Quick Start

curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a professional business card for a marketing consultant, clean modern design with space for name, title, phone, email, and website",
    "mode": "max"
  }'

Business Card Specifications

TypeDimensionsPixelsUse Case
Standard Horizontal3.5 x 2 inches1050 x 600 pxMost common format
Standard Vertical2 x 3.5 inches600 x 1050 pxCreative/unique presentations
European85 x 55 mm1004 x 650 pxInternational standard
Square2.5 x 2.5 inches750 x 750 pxModern/creative businesses

Use Case Examples

1. Corporate Business Card

curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a corporate business card at 1050x600 pixels for a senior financial advisor. Navy blue and gold color scheme, professional and trustworthy feel. Include placeholder areas for: name, title (Senior Financial Advisor), company name, phone number, email, and office address. Add a subtle geometric pattern in the background. Clean sans-serif typography.",
    "mode": "max"
  }'

2. Creative/Designer Business Card

curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create an artistic business card at 1050x600 pixels for a graphic designer. Bold, creative design with vibrant gradient colors (purple to pink to orange). Abstract geometric shapes, modern and eye-catching. Include space for name, title (Creative Director), portfolio website, email, and Instagram handle. Make it memorable and showcase design skills.",
    "mode": "max"
  }'

3. Minimalist Business Card

Metadata

Stars2387
Views2
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-eftalyurtseven-business-card-generation": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.