Create content cards for the Swain platform. Use this skill when creating a new briefing card — whether from conversation inspiration, gap-filling during briefing assembly, or researching a topic for your captain.
Cards are the content units that fill briefings. Each card has a title, subtext, full markdown content, and (eventually) a generated image.
Before creating a card:
swain card create \
--desk=<captain's regional desk> \
--user=<userId> \
--category=<category> \
--title="<short headline>" \
--subtext="<2-3 sentence preview>" \
--content="<full markdown>" \
--freshness=<timely|evergreen> \
--json
--desk — Captain's assigned content desk (from swain user get)--user — Tags the card for this captain. User-tagged cards surface first in briefing pulls.--category — fishing, destinations, safety, weather, lifestyle, gear, maintenance, navigation, wildlife--title — Short headline (3-6 words)--subtext — Preview text (2-3 sentences)--content — Full article in markdown--freshness — timely (expires) or evergreen (always relevant)--image or --style-id at creation — images are generated separately with swain card image during briefing assemblyswain card boat-art insteadA great card:
Research first. Use web search for real data. Never fabricate content.
{"success": true, "cardId": "card_xxx"}