Enables Claude to manage Product Hunt launches, upvotes, and product discovery
Automates Product Hunt operations including discovering products, upvoting, commenting, and tracking launches through browser automation.
curl -sSL https://canifi.com/skills/producthunt/install.sh | bash
Or manually:
cp -r skills/producthunt ~/.canifi/skills/
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set PRODUCTHUNT_EMAIL "[email protected]"
canifi-env set PRODUCTHUNT_PASSWORD "your-password"
Your credentials, your choice. Canifi LifeOS respects your privacy.
If you prefer not to share credentials with Claude Code:
If you're comfortable sharing credentials, you can store them locally:
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"
Note: Credentials stored in canifi-env are only accessible locally on your machine and are never transmitted.
User: "Show me today's top products on Product Hunt"
Claude: I'll check today's launches.
- Navigate to producthunt.com
- View today's products
- Sort by upvotes
- Present top launches
User: "Upvote that new AI tool on Product Hunt"
Claude: I'll upvote that product.
- Find the product listing
- Click upvote button
- Confirm upvote registered
- Note current ranking
User: "Leave a supportive comment on this launch"
Claude: I'll add that comment.
- Navigate to product page
- Click comment section
- Write supportive message
- Post comment
User: "Find productivity tools on Product Hunt"
Claude: I'll search for those.
- Navigate to search
- Search "productivity"
- Filter by category
- Present top results
When encountering new Product Hunt features: