digital-products

digital-products is a skill for Claude Code, Codex from finsilabs/awesome-ecommerce-skills. It costs 28 tokens per session (2,491 once invoked), scanned A, original, MIT.

A guide to selling files and other products delivered online, such as ebooks, software, templates, music, and courses. It covers secure access after payment, download limits, and expiring links.

In plain words
What is it for?
Use it to sell downloadable files, deliver software licences, limit downloads, and give subscribers access to digital content libraries.
Why use it?
It prevents download files from being left publicly accessible or shared without control. It also provides a way to deliver software keys or restrict content to paying subscribers.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Codex; mentions Gemini CLI; mentions OpenCode.

Good fit Use it to sell downloadable files, deliver software licences, limit downloads, and give subscribers access to digital content libraries.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/finsilabs/awesome-ecommerce-skills/digital-products
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add finsilabs/awesome-ecommerce-skills --skill digital-products
Clone the repo
git clone --depth 1 https://github.com/finsilabs/awesome-ecommerce-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for digital-products

README.md
[![agentmods](https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/digital-products/github.svg)](https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/digital-products)
Your own site
<a href="https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/digital-products"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/digital-products/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for digital-products

Your own site · 80×15
<a href="https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/digital-products"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/digital-products.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,491 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00028 $0.02491
Opus 5 $0.00014 $0.01246
Sonnet 5 $0.00006 $0.00498
Haiku 4.5 $0.00003 $0.00249

Measured 12d ago against content hash a08a7d535f71, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

digital-products scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/catalog-inventory/digital-products/SKILL.md · 238 lines

How it starts

The opening of the file, as written. The whole thing — 238 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Digital Products

Overview

Selling digital products — ebooks, software licenses, templates, music, courses — requires secure delivery after payment, download limits to prevent unauthorized sharing, and expiring access links. Every major platform either has this built in (WooCommerce) or has a mature app that handles it (Shopify, BigCommerce). Use the platform's native solution first; only build custom delivery infrastructure if your use case (complex license key management, subscription-gated content libraries) exceeds what apps offer.

When to Use This Skill

  • When adding downloadable products (PDFs, software, audio, templates) to an existing store
  • When implementing a license key delivery system for software products
  • When building a subscription that gates access to a digital content library
  • When replacing publicly accessible download URLs with secure, expiring signed URLs

Core Instructions

Step 1: Determine platform and choose the right tool

Platform Recommended Tool Why
Shopify Sky Pilot or Fileflare Sky Pilot handles files, license keys, streaming video, and download limits; Fileflare is simpler for basic file downloads
WooCommerce WooCommerce Downloadable Products (built-in) WooCommerce has native digital product support including download limits, expiry, and secure token URLs
BigCommerce Downloadable Digital Products (built-in) or Fileflare BigCommerce handles file attachment and download delivery natively
Custom / Headless Build delivery with S3 presigned URLs Required when the platform has no native digital product support

Step 2: Platform-specific setup


Shopify

Shopify does not have native digital product support — you need an app. Sky Pilot is the most feature-complete option.

Setting up Sky Pilot:

  1. Install Sky Pilot from the Shopify App Store
  2. Go to Sky Pilot → Files → Upload your digital file (PDF, ZIP, etc.)
  3. Go to Sky Pilot → Products and link the uploaded file to a specific product or variant
  4. Configure delivery settings:
    • Download limit: set to 3–5 for standard products, unlimited for subscriptions
    • Link expiry: 48–72 hours is standard; customers can request a new link from their account
    • Automatic delivery: enabled by default — customers receive a download email immediately after payment
  5. Customize the delivery email under Sky Pilot → Settings → Email template

Read the full file on GitHub · 238 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 238 lines · 28 tokens per session scan A a08a7d535f71

Subscribe to this mod's changes

digital-products is a skill published in the GitHub repository finsilabs/awesome-ecommerce-skills (52 stars, last pushed 6mo ago), licensed MIT. It adds 28 tokens to every session and 2,491 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

c-tracking

Track packages across UPS, FedEx, USPS, and DHL using the ordercli CLI. Look up tracking numbers, get current status, estimated delivery dates, and shipment history without visiting carrier websites.

daxaur/openpaw · 45 tokens

inventpay

Accept crypto payments, manage a digital storefront, and track balances through the InventPay REST API.

jams24/inventpay-mcp · 21 tokens

inventpay

Accept crypto payments, manage a digital storefront, track balances, and process withdrawals — all through your agent.

jams24/inventpay-mcp · 23 tokens

find-digital-books

Find an ebook or audiobook by title, author, or publisher and identify independent bookshops that carry it. Use when someone asks where to buy or find a digital book, requests availability in a language, or wants free-book results without an automated checkout.

publicala/ebooksdepository-agent · 55 tokens

amazon-reviews-api-skill

This skill helps users automatically extract Amazon product reviews via the Amazon Reviews API. Agent should proactively apply this skill when users express needs like getting reviews for Amazon product with ASIN B07TS6R1SF, analyzing customer feedback for a specific Amazon item, getting ratings and comments for a…

browser-act/skills · 124 tokens

amazon-competitor-analyzer

Scrapes Amazon product data from ASINs using browseract.com automation API and performs surgical competitive analysis. Compares specifications, pricing, review quality, and visual strategies to identify competitor moats and vulnerabilities.

browser-act/skills · 48 tokens