LaunchKit · 2026
Back to Skills

index-cards

Send real, physical greeting cards through the mail.

0
621 downloads
by @jonwheatley

Setup & Installation

openclaw skills install @jonwheatley/index-cards

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install index-cards

Version History

v1.3.1Feb 12, 2026 - Version note by skill developer:

Move all metadata into registry-level fields. Declare config path ~/indexcards/birthdays.json, token storage method, sensitive access scope, homepage, and privacy policy directly in compatibility field to eliminate registry/SKILL.md mismatch.

What This Skill Does

Index Cards sends real, physical greeting cards through the mail. The agent designs card artwork with the user, generates print-ready images, and places print-and-mail orders that arrive in 5-7 business days. Payments go through Stripe checkout; no payment data passes through the skill.

It handles the full loop from design to physical delivery in one conversation, without the user needing to visit a store, upload files to a website, or manage a print order manually.

When to use it

  • Sending a birthday card to a friend when you remember last-minute
  • Mailing a thank-you card after a job interview or gift
  • Checking upcoming birthdays and getting card suggestions before it's too late
  • Sending holiday cards to family with a custom illustrated front
  • Adding a QR code to a card linking to a shared photo album or video message

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: 'Send a birthday card to my friend Emma. She loves watercolor art. Her address is 456 Oak Ave, Portland OR 97201.'

AGENT
  1. 1Register anonymously with the Index Cards API to get a Bearer token
  2. 2Generate three watercolor front cover options and present them to the user
  3. 3Ask what message to write inside, then generate and show a close-up of the inside image
  4. 4Generate an animated preview of the assembled card and confirm all details with the user
  5. 5Check credit balance, then place the order with Emma's address and occasion set to birthday
OUTPUT

Emma's card is being printed and will arrive in 5-7 business days.

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Free account registration at indexcards.com (anonymous, no email required — POST /v1/auth/register)Card printing credits purchased via Stripe ($10/card or $8.33/card in bulk)GOOGLE_API_KEY or GEMINI_API_KEY environment variable (optional, for higher-quality image generation via Imagen)