Install
openclaw skills install fiverr-gig-automationAutomates Fiverr gig lifecycle — creates gigs, sends buyer offers/proposals, manages inbox, and collects reviews. No Fiverr API needed — uses browser automat...
openclaw skills install fiverr-gig-automationAutomate your Fiverr freelancing business.
scripts/fiverr_gig_manager.py#!/usr/bin/env python3
"""Fiverr Gig Manager — automates all Fiverr freelance activities."""
def create_gig(gig_data):
"""Create a new Fiverr gig via browser automation."""
pass # Selenium automation
def send_offer(buyer_requirement):
"""Send personalized offer to buyer request."""
pass
def reply_inbox():
"""Reply to all unread messages."""
pass
def request_review(order_id):
"""Send review request after successful delivery."""
pass
def get_earnings():
"""Scrape earnings from Fiverr dashboard."""
pass
| Gig Title | Base Price | Upsell Potential |
|---|---|---|
| "Build You an Options Trading Backtester in Python" | $100 | $50 extra |
| "Build a Solana Meme Coin Sniper Bot" | $300 | $100 extra |
| "Create a Professional Trading Signal Generator" | $150 | $75 extra |
| "Build Custom DeFi Protocol Integrations" | $500 | $200 extra |
| "AI-Powered Content Automation Bot" | $200 | $100 extra |
FIVERR_EMAIL in Settings > AdvancedFIVERR_PASSWORDFIVERR_USERNAMEfiverr-gig-automation/ with:
scripts/fiverr_gig_manager.pyscripts/buyer_offer_finder.pyscripts/inbox_manager.pyconfig/gig_catalog.json — gig templates for each skillSKILL.md — this file