Fiverr Order Manager

Dev Tools

Got a Fiverr order? Ping this skill with the order details. It generates the deliverable, builds the PDF, and sends it straight to your Telegram — ready to upload to Fiverr. Handles World Cup scripts, daily briefs, crypto signals, and any text-based product.

Install

openclaw skills install fiverrordermanager

Fiverr Order Manager

New Fiverr order? Run this skill. PDF lands on Telegram in under 5 minutes.

Handles any text-based Fiverr product: scripts, briefs, signals, reports, summaries. One command, fully automated delivery.


Triggers

  • "new fiverr order"
  • "deliver this order"
  • "fiverr order arrived"
  • "generate order deliverable"
  • "order PDF ready"

How It Works

  1. You ping the bot with: order type + weeks/quantity + order reference
  2. Skill generates the full deliverable (scripts, signals, report)
  3. PDF is built automatically
  4. Sent to Telegram — you download and upload to Fiverr
You → "New order! World Cup scripts, 2 weeks, order #xyz"
Bot → "Processing..." → PDF lands on Telegram → "Ready to upload ✅"

Supported Order Types

TypeCommandOutput
World Cup Scriptsfiverr order worldcup [weeks] [order_ref]PDF with daily scripts
Daily Briefingfiverr order briefing [topic] [order_ref]Research + briefing PDF
Crypto Signalsfiverr order crypto [asset] [order_ref]Signal PDF with entry/exit
Niche Researchfiverr order niche [niche] [order_ref]Research report PDF

Inputs

InputRequiredDescription
ORDER_TYPEworldcup / briefing / crypto / niche
QUANTITYNumber of scripts/briefs/signals
ORDER_REFFiverr order reference number
TOPICconditionalNiche or topic (for briefing/niche orders)

Process

  1. Validate order type and quantity
  2. Run the appropriate generator script
  3. Build formatted PDF with order reference as header
  4. Send PDF to Telegram chat
  5. Log delivery in order log

Output

FIVERR ORDER DELIVERED
━━━━━━━━━━━━━━━━━━━━━━━━━━
Order: #[ORDER_REF]
Type: [ORDER_TYPE]
Qty: [X] units
Generated: [timestamp]
Status: READY TO UPLOAD ✅
━━━━━━━━━━━━━━━━━━━━━━━━━━
PDF sent to Telegram.

Requirements

  • Python 3.8+
  • Telegram bot token (set in config)
  • fpdf2 (pip3 install fpdf2 --break-system-packages)

Built by Cromabelt Studios — cromabeltstudio@gmail.com