ad-creator
Installation
SKILL.md
Ad Creator
Create and submit ASCII art ads to the AgentAds network. Ads are rendered as eye-catching bordered art that displays in developer terminals during coding sessions.
Prerequisites
- Bun runtime installed
- Tempo CLI installed (
curl -sSL https://tempo.im/install.sh | sh) - Tempo wallet logged in (
tempo wallet login)
Workflow
Step 1: Gather Product Info
Analyze the user's project to understand what they're advertising:
- Read
README.md,package.json,Cargo.toml, or equivalent - Identify: product name, tagline, 3-4 key benefits, website/repo URL
- If project files aren't available, ask the user directly
- Refer to
${CLAUDE_SKILL_DIR}/assets/examples.jsonfor category-specific tagline and benefit suggestions
Related skills