gallery-ops

Coordinate gallery purchase flows with PayPal and Google Drive delivery.

Updated Nov 9, 2025
One-click install
npx skills add https://github.com/canyouseeus/thelostandunfounds --skill gallery-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gallery-ops
Source: https://github.com/canyouseeus/thelostandunfounds/tree/main/.agent/skills/gallery-ops
Command: npx skills add https://github.com/canyouseeus/thelostandunfounds --skill gallery-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Digital galleries and asset delivery operations require a tightly coordinated flow to secure purchases, grant instant access to assets, and reliably deliver images via Google Drive while protecting the assets and ensuring per-gallery scoping.

Core Features & Use Cases

  • Purchase flow coordination across gallery pages with per-gallery library slugs and PayPal integration.
  • Dual delivery: Instant access through a streaming proxy with watermarks removed and a "PROPRIETARY" badge, plus an Email Backup vault with gallery and downloads links.
  • Google Drive integration with secure access controls and server-side streaming to protect direct Drive links.
  • Frontend and backend guardrails: library-based redirects after payment, and safe handling of success redirects.

Quick Start

Configure and validate a secure gallery purchase and delivery flow for a specific library slug.

Frequently Asked Questions about gallery-ops

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

FAQPage Schema
How do I set up a secure digital gallery checkout using PayPal and Google Drive?

The system coordinates secure purchase flows across gallery pages using library slugs and PayPal integration. It grants instant access via a streaming proxy and sends an email backup vault with download links, ensuring reliable asset delivery after checkout.

Can I protect my digital gallery images from direct download using Google Drive permissions?

Yes, gallery images are protected by serving them through an API streaming proxy with Google Drive access controls. This server-side delivery method prevents users from accessing direct Drive links, keeping digital assets secure during instant access.

What is the best way to deliver digital assets instantly after a PayPal purchase?

The best way to deliver assets instantly is through a dual delivery system: a streaming proxy for immediate access and an email vault backup. The proxy serves images with watermarks removed, while the email provides gallery and download links.

Does this gallery checkout system support per-gallery scoping for individual asset libraries?

Yes, the gallery checkout system supports per-gallery scoping through library slugs. It implements frontend redirects based on the library parameter, ensuring purchase flows and asset delivery are tightly coordinated and isolated for each specific gallery.

How do I handle success redirects safely after a PayPal gallery purchase?

Safe handling of success redirects is implemented through frontend guardrails based on the library parameter. After PayPal confirms payment, the system redirects users to the appropriate gallery page while maintaining secure access controls.

Why does my Google Drive streaming proxy return access denied for gallery assets?

The streaming proxy returns access denied when Google Drive permissions are not properly configured for the gallery assets. Server-side streaming requires correct Drive access controls to validate the library slug and serve images securely through the API endpoint.