{
  "schemaVersion": "1.0",
  "item": {
    "slug": "business-card-generation",
    "name": "Business Card Generation",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/eftalyurtseven/business-card-generation",
    "canonicalUrl": "https://clawhub.ai/eftalyurtseven/business-card-generation",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/business-card-generation",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=business-card-generation",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/SSE-EVENTS.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/business-card-generation"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/business-card-generation",
    "agentPageUrl": "https://openagent3.xyz/skills/business-card-generation/agent",
    "manifestUrl": "https://openagent3.xyz/skills/business-card-generation/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/business-card-generation/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Business Card Generation",
        "body": "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."
      },
      {
        "title": "Features",
        "body": "Corporate Cards: Professional designs for business executives and employees\nCreative Cards: Artistic designs for designers, artists, and creative professionals\nMinimalist Cards: Clean, simple designs with focus on typography\nLuxury Cards: Premium, elegant designs with sophisticated aesthetics\nIndustry-Specific Cards: Tailored designs for real estate, photography, restaurants, tech, and more\nVertical Cards: Portrait orientation for unique, standout designs\nDouble-Sided Cards: Front and back designs with complementary layouts"
      },
      {
        "title": "Quick Start",
        "body": "curl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a professional business card for a marketing consultant, clean modern design with space for name, title, phone, email, and website\",\n    \"mode\": \"max\"\n  }'"
      },
      {
        "title": "Business Card Specifications",
        "body": "TypeDimensionsPixelsUse CaseStandard Horizontal3.5 x 2 inches1050 x 600 pxMost common formatStandard Vertical2 x 3.5 inches600 x 1050 pxCreative/unique presentationsEuropean85 x 55 mm1004 x 650 pxInternational standardSquare2.5 x 2.5 inches750 x 750 pxModern/creative businesses"
      },
      {
        "title": "1. Corporate Business Card",
        "body": "curl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"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.\",\n    \"mode\": \"max\"\n  }'"
      },
      {
        "title": "2. Creative/Designer Business Card",
        "body": "curl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"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.\",\n    \"mode\": \"max\"\n  }'"
      },
      {
        "title": "3. Minimalist Business Card",
        "body": "curl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a minimalist business card at 1050x600 pixels. White background with black typography only. Elegant serif font for the name, clean sans-serif for contact details. Generous white space, sophisticated and refined. Include areas for: name, job title, email, phone, and a small logo placeholder in the corner. Less is more aesthetic.\",\n    \"mode\": \"max\"\n  }'"
      },
      {
        "title": "4. Luxury/Premium Business Card",
        "body": "curl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a luxury business card at 1050x600 pixels for a high-end jewelry brand owner. Black background with gold foil effect elements. Elegant script font for the name, refined serif for details. Include subtle embossed texture effect, ornate border detail. Space for: name, title (Founder & Creative Director), brand name, phone, email, and boutique address. Premium, exclusive feel.\",\n    \"mode\": \"max\"\n  }'"
      },
      {
        "title": "5. Tech Startup Business Card",
        "body": "curl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a modern tech startup business card at 1050x600 pixels. Dark theme with neon accent colors (electric blue or cyan). Futuristic, innovative aesthetic with subtle circuit board or data visualization patterns. Clean modern typography. Include space for: name, title (Co-Founder & CTO), company name, email, LinkedIn profile, and QR code placeholder. Tech-forward and cutting-edge vibe.\",\n    \"mode\": \"max\"\n  }'"
      },
      {
        "title": "6. Real Estate Agent Card",
        "body": "curl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a real estate agent business card at 1050x600 pixels. Professional yet approachable design. Include a photo placeholder area on the left side. Color scheme: deep teal and white with gold accents. Include space for: agent name, title (Licensed Real Estate Agent), brokerage name, phone, email, website, and license number. Add a small house icon or property silhouette. Trustworthy and established feel.\",\n    \"mode\": \"max\"\n  }'"
      },
      {
        "title": "7. Photographer Business Card",
        "body": "curl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a photographer business card at 1050x600 pixels. Artistic design with a large image placeholder area showing a blurred/abstract photograph background. Camera aperture icon or lens element as design feature. Elegant typography in white over the image. Include space for: photographer name, specialty (Wedding & Portrait Photography), phone, email, Instagram, and website. Creative and visual storytelling aesthetic.\",\n    \"mode\": \"max\"\n  }'"
      },
      {
        "title": "8. Restaurant/Chef Business Card",
        "body": "curl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a restaurant chef business card at 1050x600 pixels. Warm, inviting color palette - cream background with burgundy and copper accents. Include a chef hat or knife icon. Elegant typography mixing script and serif fonts. Subtle food-related pattern or texture. Include space for: chef name, title (Executive Chef), restaurant name, phone, email, and restaurant address. Culinary excellence and artistry feel.\",\n    \"mode\": \"max\"\n  }'"
      },
      {
        "title": "9. Vertical Business Card",
        "body": "curl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a vertical business card at 600x1050 pixels (portrait orientation) for an architect. Modern architectural design with clean lines and geometric shapes. Black and white with one accent color (coral or mustard). Include building silhouette or blueprint element. Space for: name at top, title (Principal Architect), firm name, contact details stacked vertically - phone, email, website, office address. Contemporary and structural aesthetic.\",\n    \"mode\": \"max\"\n  }'"
      },
      {
        "title": "10. Double-Sided Business Card (Front & Back)",
        "body": "# Front side\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create the FRONT side of a double-sided business card at 1050x600 pixels for a law firm partner. Clean, prestigious design with navy blue background. Large centered logo placeholder area, firm name in elegant gold serif typography below. Established, authoritative, trustworthy aesthetic. This is the presentation side - minimal information, maximum impact.\",\n    \"session_id\": \"lawfirm-card-001\"\n  }'\n\n# Back side (same session for visual consistency)\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create the BACK side of the same business card. White background with navy blue text to complement the front. Include all contact details: attorney name, title (Senior Partner), bar number, phone, fax, email, office address, and website. Clean layout with clear hierarchy. Add a thin gold accent line. Same typography style as front for consistency.\",\n    \"session_id\": \"lawfirm-card-001\"\n  }'"
      },
      {
        "title": "Design Guidelines",
        "body": "Bleed Area: Include 0.125 inch (3.75 px) bleed on all sides for printing\nSafe Zone: Keep important content 0.125 inch from the edge\nResolution: Design at 300 DPI equivalent for crisp printing\nTypography: Use minimum 8pt font for readability\nContrast: Ensure text is legible against background"
      },
      {
        "title": "Content Hierarchy",
        "body": "Name: Most prominent element\nTitle/Role: Secondary prominence\nCompany/Brand: Supporting element\nContact Info: Clear and organized\nLogo: Balanced with other elements"
      },
      {
        "title": "Color Considerations",
        "body": "Use CMYK-safe colors for print accuracy\nLimit palette to 2-3 colors for cohesion\nConsider metallic/foil effects for luxury cards\nEnsure sufficient contrast for readability"
      },
      {
        "title": "Prompt Tips for Business Cards",
        "body": "When creating business cards, include these details in your prompt:\n\nDimensions: Specify pixel size (1050x600 for standard horizontal)\nIndustry/Role: What profession is this card for?\nStyle: Corporate, creative, minimalist, luxury, etc.\nColor Scheme: Specific colors or general palette\nInformation Fields: What text areas to include\nSpecial Elements: Icons, patterns, photo areas, QR codes\nTypography Style: Serif, sans-serif, script, modern, classic"
      },
      {
        "title": "Example Prompt Structure",
        "body": "\"Create a [style] business card at [dimensions] for a [profession/industry].\n[Color scheme description]. Include space for: [list of information fields].\n[Design elements and aesthetic description].\n[Additional requirements like icons, patterns, effects].\""
      },
      {
        "title": "Mode Selection",
        "body": "Ask your users before generating:\n\n\"Do you want fast & cheap, or high quality?\"\n\nModeBest ForSpeedQualitymaxFinal print-ready designs, client presentationsSlowerHighestecoQuick concepts, draft iterations, bulk variationsFasterGood"
      },
      {
        "title": "Multi-Turn Design Iteration",
        "body": "Use session_id to iterate on business card designs:\n\n# Initial design\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a business card for a yoga instructor, calming natural aesthetic\",\n    \"session_id\": \"yoga-card-project\"\n  }'\n\n# Iterate based on feedback\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Make the colors warmer, add a lotus flower icon, and use a more elegant script font for the name\",\n    \"session_id\": \"yoga-card-project\"\n  }'\n\n# Request variation\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create 2 more variations with different color palettes - one with sage green, one with dusty rose\",\n    \"session_id\": \"yoga-card-project\"\n  }'"
      },
      {
        "title": "Batch Generation for Teams",
        "body": "Generate consistent cards for team members:\n\n# Template card\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a corporate business card template for Acme Corporation. Blue and white color scheme with the company logo area in top left. Fields: employee name, job title, department, phone, email, office location.\",\n    \"session_id\": \"acme-team-cards\",\n    \"mode\": \"max\"\n  }'\n\n# Generate variations\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Using the same design, create cards with these titles: CEO, CFO, VP of Marketing, Head of Engineering. Keep all other design elements consistent.\",\n    \"session_id\": \"acme-team-cards\"\n  }'"
      },
      {
        "title": "Error Handling",
        "body": "ErrorCauseSolutionFailed to create prediction: HTTP 422Insufficient balanceTop up at eachlabs.aiContent policy violationProhibited contentAdjust prompt contentTimeoutComplex generationSet client timeout to minimum 10 minutes"
      },
      {
        "title": "Related Skills",
        "body": "each-sense - Core API documentation\nmeta-ad-creative-generation - Meta ad creatives\nproduct-photo-generation - Product photography\nlogo-generation - Logo design"
      }
    ],
    "body": "Business Card Generation\n\nGenerate 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.\n\nFeatures\nCorporate Cards: Professional designs for business executives and employees\nCreative Cards: Artistic designs for designers, artists, and creative professionals\nMinimalist Cards: Clean, simple designs with focus on typography\nLuxury Cards: Premium, elegant designs with sophisticated aesthetics\nIndustry-Specific Cards: Tailored designs for real estate, photography, restaurants, tech, and more\nVertical Cards: Portrait orientation for unique, standout designs\nDouble-Sided Cards: Front and back designs with complementary layouts\nQuick Start\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a professional business card for a marketing consultant, clean modern design with space for name, title, phone, email, and website\",\n    \"mode\": \"max\"\n  }'\n\nBusiness Card Specifications\nType\tDimensions\tPixels\tUse Case\nStandard Horizontal\t3.5 x 2 inches\t1050 x 600 px\tMost common format\nStandard Vertical\t2 x 3.5 inches\t600 x 1050 px\tCreative/unique presentations\nEuropean\t85 x 55 mm\t1004 x 650 px\tInternational standard\nSquare\t2.5 x 2.5 inches\t750 x 750 px\tModern/creative businesses\nUse Case Examples\n1. Corporate Business Card\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"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.\",\n    \"mode\": \"max\"\n  }'\n\n2. Creative/Designer Business Card\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"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.\",\n    \"mode\": \"max\"\n  }'\n\n3. Minimalist Business Card\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a minimalist business card at 1050x600 pixels. White background with black typography only. Elegant serif font for the name, clean sans-serif for contact details. Generous white space, sophisticated and refined. Include areas for: name, job title, email, phone, and a small logo placeholder in the corner. Less is more aesthetic.\",\n    \"mode\": \"max\"\n  }'\n\n4. Luxury/Premium Business Card\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a luxury business card at 1050x600 pixels for a high-end jewelry brand owner. Black background with gold foil effect elements. Elegant script font for the name, refined serif for details. Include subtle embossed texture effect, ornate border detail. Space for: name, title (Founder & Creative Director), brand name, phone, email, and boutique address. Premium, exclusive feel.\",\n    \"mode\": \"max\"\n  }'\n\n5. Tech Startup Business Card\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a modern tech startup business card at 1050x600 pixels. Dark theme with neon accent colors (electric blue or cyan). Futuristic, innovative aesthetic with subtle circuit board or data visualization patterns. Clean modern typography. Include space for: name, title (Co-Founder & CTO), company name, email, LinkedIn profile, and QR code placeholder. Tech-forward and cutting-edge vibe.\",\n    \"mode\": \"max\"\n  }'\n\n6. Real Estate Agent Card\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a real estate agent business card at 1050x600 pixels. Professional yet approachable design. Include a photo placeholder area on the left side. Color scheme: deep teal and white with gold accents. Include space for: agent name, title (Licensed Real Estate Agent), brokerage name, phone, email, website, and license number. Add a small house icon or property silhouette. Trustworthy and established feel.\",\n    \"mode\": \"max\"\n  }'\n\n7. Photographer Business Card\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a photographer business card at 1050x600 pixels. Artistic design with a large image placeholder area showing a blurred/abstract photograph background. Camera aperture icon or lens element as design feature. Elegant typography in white over the image. Include space for: photographer name, specialty (Wedding & Portrait Photography), phone, email, Instagram, and website. Creative and visual storytelling aesthetic.\",\n    \"mode\": \"max\"\n  }'\n\n8. Restaurant/Chef Business Card\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a restaurant chef business card at 1050x600 pixels. Warm, inviting color palette - cream background with burgundy and copper accents. Include a chef hat or knife icon. Elegant typography mixing script and serif fonts. Subtle food-related pattern or texture. Include space for: chef name, title (Executive Chef), restaurant name, phone, email, and restaurant address. Culinary excellence and artistry feel.\",\n    \"mode\": \"max\"\n  }'\n\n9. Vertical Business Card\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a vertical business card at 600x1050 pixels (portrait orientation) for an architect. Modern architectural design with clean lines and geometric shapes. Black and white with one accent color (coral or mustard). Include building silhouette or blueprint element. Space for: name at top, title (Principal Architect), firm name, contact details stacked vertically - phone, email, website, office address. Contemporary and structural aesthetic.\",\n    \"mode\": \"max\"\n  }'\n\n10. Double-Sided Business Card (Front & Back)\n# Front side\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create the FRONT side of a double-sided business card at 1050x600 pixels for a law firm partner. Clean, prestigious design with navy blue background. Large centered logo placeholder area, firm name in elegant gold serif typography below. Established, authoritative, trustworthy aesthetic. This is the presentation side - minimal information, maximum impact.\",\n    \"session_id\": \"lawfirm-card-001\"\n  }'\n\n# Back side (same session for visual consistency)\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create the BACK side of the same business card. White background with navy blue text to complement the front. Include all contact details: attorney name, title (Senior Partner), bar number, phone, fax, email, office address, and website. Clean layout with clear hierarchy. Add a thin gold accent line. Same typography style as front for consistency.\",\n    \"session_id\": \"lawfirm-card-001\"\n  }'\n\nBest Practices\nDesign Guidelines\nBleed Area: Include 0.125 inch (3.75 px) bleed on all sides for printing\nSafe Zone: Keep important content 0.125 inch from the edge\nResolution: Design at 300 DPI equivalent for crisp printing\nTypography: Use minimum 8pt font for readability\nContrast: Ensure text is legible against background\nContent Hierarchy\nName: Most prominent element\nTitle/Role: Secondary prominence\nCompany/Brand: Supporting element\nContact Info: Clear and organized\nLogo: Balanced with other elements\nColor Considerations\nUse CMYK-safe colors for print accuracy\nLimit palette to 2-3 colors for cohesion\nConsider metallic/foil effects for luxury cards\nEnsure sufficient contrast for readability\nPrompt Tips for Business Cards\n\nWhen creating business cards, include these details in your prompt:\n\nDimensions: Specify pixel size (1050x600 for standard horizontal)\nIndustry/Role: What profession is this card for?\nStyle: Corporate, creative, minimalist, luxury, etc.\nColor Scheme: Specific colors or general palette\nInformation Fields: What text areas to include\nSpecial Elements: Icons, patterns, photo areas, QR codes\nTypography Style: Serif, sans-serif, script, modern, classic\nExample Prompt Structure\n\"Create a [style] business card at [dimensions] for a [profession/industry].\n[Color scheme description]. Include space for: [list of information fields].\n[Design elements and aesthetic description].\n[Additional requirements like icons, patterns, effects].\"\n\nMode Selection\n\nAsk your users before generating:\n\n\"Do you want fast & cheap, or high quality?\"\n\nMode\tBest For\tSpeed\tQuality\nmax\tFinal print-ready designs, client presentations\tSlower\tHighest\neco\tQuick concepts, draft iterations, bulk variations\tFaster\tGood\nMulti-Turn Design Iteration\n\nUse session_id to iterate on business card designs:\n\n# Initial design\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a business card for a yoga instructor, calming natural aesthetic\",\n    \"session_id\": \"yoga-card-project\"\n  }'\n\n# Iterate based on feedback\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Make the colors warmer, add a lotus flower icon, and use a more elegant script font for the name\",\n    \"session_id\": \"yoga-card-project\"\n  }'\n\n# Request variation\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create 2 more variations with different color palettes - one with sage green, one with dusty rose\",\n    \"session_id\": \"yoga-card-project\"\n  }'\n\nBatch Generation for Teams\n\nGenerate consistent cards for team members:\n\n# Template card\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a corporate business card template for Acme Corporation. Blue and white color scheme with the company logo area in top left. Fields: employee name, job title, department, phone, email, office location.\",\n    \"session_id\": \"acme-team-cards\",\n    \"mode\": \"max\"\n  }'\n\n# Generate variations\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Using the same design, create cards with these titles: CEO, CFO, VP of Marketing, Head of Engineering. Keep all other design elements consistent.\",\n    \"session_id\": \"acme-team-cards\"\n  }'\n\nError Handling\nError\tCause\tSolution\nFailed to create prediction: HTTP 422\tInsufficient balance\tTop up at eachlabs.ai\nContent policy violation\tProhibited content\tAdjust prompt content\nTimeout\tComplex generation\tSet client timeout to minimum 10 minutes\nRelated Skills\neach-sense - Core API documentation\nmeta-ad-creative-generation - Meta ad creatives\nproduct-photo-generation - Product photography\nlogo-generation - Logo design"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/eftalyurtseven/business-card-generation",
    "publisherUrl": "https://clawhub.ai/eftalyurtseven/business-card-generation",
    "owner": "eftalyurtseven",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/business-card-generation",
    "downloadUrl": "https://openagent3.xyz/downloads/business-card-generation",
    "agentUrl": "https://openagent3.xyz/skills/business-card-generation/agent",
    "manifestUrl": "https://openagent3.xyz/skills/business-card-generation/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/business-card-generation/agent.md"
  }
}