返回 Skill 列表
extension
分类: 其它无需 API Key

Fiverr Gig Automation

自动化Fiverr服务生命周期——创建服务、发送买家报价/提案、管理收件箱并收集评价。无需Fiverr API,使用浏览器自动化。

person作者: ssidharhubblehubclawhub

fiverr-gig-automation

Automate your Fiverr freelancing business.

What This Does

  1. Creates Fiverr gigs from your skill inventory
  2. Sends buyer offers — auto-responds to buyers looking for your skills
  3. Manages inbox — personalized replies to all inquiries
  4. Collects reviews — automated review requests after delivery
  5. Reports earnings — daily Fiverr

Core Script

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

Skills to Create Gigs For (based on your inventory)

| 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 |

Earnings Model

  • Fiverr takes 20% fee (drops to 10% after 6 months, 5% after 2 years)
  • Target: $500–$2,000/month with 3–5 active gigs
  • Upsells = pure

Steps to Connect

  1. Sign up at fiverr.com
  2. Save Fiverr login email as FIVERR_EMAIL in Settings > Advanced
  3. Save password as FIVERR_PASSWORD
  4. Save your Fiverr username as FIVERR_USERNAME

Deliverable

fiverr-gig-automation/ with:

  • scripts/fiverr_gig_manager.py
  • scripts/buyer_offer_finder.py
  • scripts/inbox_manager.py
  • config/gig_catalog.json — gig templates for each skill
  • SKILL.md — this file