aios-upsells

Lists and manages the agency-global Fiverr upsell catalogue via the AIOS API.

1|Updated Jul 8, 2026
One-click install
npx skills add https://github.com/codesofadan/danyals-aios --skill aios-upsells-codesofadan
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: aios-upsells
Source: https://github.com/codesofadan/danyals-aios/tree/main/.claude/skills/aios-upsells
Command: npx skills add https://github.com/codesofadan/danyals-aios --skill aios-upsells-codesofadan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Agency operators need a controlled way to view and curate the Fiverr upsell cards shown in every client portal, without risking accidental agency-wide changes or fabricated click metrics. ## Core Features & Use Cases - Catalogue listing: Reads all upsell cards with title, price, rating, reviews, active state, sort order, and portal-tracked 30-day click counts. - Owner/admin mutations: Adds, edits, toggles, or reorders upsell cards through the AIOS API, with mandatory confirmation because every change is agency-global. - Conversion estimate: Ranks upsells by real clicks30d and applies the documented 0.062 portal-click-to-order estimate. - Use Case: An owner asks which add-on gigs convert best, then reorders the catalogue so the top performers appear first in every client portal. ## Quick Start Ask the assistant to list the current upsell catalogue and show which offers get the most portal clicks.

Frequently Asked Questions about aios-upsells

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list the current upsell offers in the client portal?▼

Run the catalogue read, which calls GET /upsells through the shared AIOS client and returns each card's title, price, rating, reviews, active state, sort order, and 30-day click count. Add the active_only query to see only portal-visible cards.

How do I add or reorder Fiverr upsell cards?▼

Adding uses POST /upsells with the card fields, and reordering uses POST /upsells/reorder with an explicit ids array where each id's index becomes its sort_order. Both require an owner or admin token and an explicit confirmation because changes apply to every client portal.

Who can edit the upsell catalogue?▼

Only owner and admin roles can create, edit, toggle, or reorder upsells; managers and other staff get a 403 on writes. Any staff member with view_reports permission can read the catalogue.

Can I manually set the clicks30d click count on an upsell?▼

No, clicks30d is portal-tracked and starts at 0; it cannot be set by hand. The skill refuses such requests and only modifies offer fields like title, price, rating, and active state.

How are upsell conversions estimated from click data?▼

Estimated conversions equal the sum of real clicks30d values multiplied by 0.062, the documented portal-click-to-Fiverr-order rate. The skill never invents click or conversion numbers beyond this estimate.