Getting it into your agent
There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.
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.
[](https://agentmods.dev/skills/happycapy-ai/happycapy-skills/360-panorama-viewer)<a href="https://agentmods.dev/skills/happycapy-ai/happycapy-skills/360-panorama-viewer"><img src="https://agentmods.dev/badge/skills/happycapy-ai/happycapy-skills/360-panorama-viewer/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.
<a href="https://agentmods.dev/skills/happycapy-ai/happycapy-skills/360-panorama-viewer"><img src="https://agentmods.dev/badge/skills/happycapy-ai/happycapy-skills/360-panorama-viewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00155 | $0.02162 |
| Opus 5 | $0.00077 | $0.01081 |
| Sonnet 5 | $0.00031 | $0.00432 |
| Haiku 4.5 | $0.00015 | $0.00216 |
Grade B, and why
360-panorama-viewer scanned grade B with 2 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 13d 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.
Sends data to an external URLmediumData exfiltration
A POST to an outside endpoint may be telemetry or may be exfiltration; either way the mod talks to somewhere, and you should know where.
resp = requests.post( 'https://ai-gateway.happycapy.ai/api/v1/images/generations', Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
resp = requests.post( How it starts
The opening of the file, as written. The whole thing — 205 lines — stays where its author put it; the contents beside it link to each section on GitHub.
360° Panorama Viewer Skill
This skill creates a polished, self-contained 360° panorama viewer HTML file.
What it produces
A single .html file (~3–6 MB depending on scene count) that:
- Renders equirectangular panoramas as spherical 360° environments using Three.js
- Supports dragging to look around, scroll to zoom, auto-rotate toggle, fullscreen
- Shows a thumbnail sidebar to switch between multiple scenes
- Works offline — no CDN dependencies, all assets embedded
Skill assets
| Asset | Purpose |
|---|---|
assets/viewer_template.html |
Complete viewer HTML with Three.js inlined; panorama data injected at build time |
scripts/build_viewer.py |
Loads images, applies seam fix, base64-encodes, injects into template |
Workflow
Step 1 — Gather scene specs from the user
Ask (or infer from context) for each scene:
- Description of what the panorama should show
- Title for the HUD (emoji + name, e.g.
🍄 Mario World) - Thumbnail label (≤12 chars shown on the sidebar chip)
Typical count: 3–6 scenes. You can also accept user-provided image files directly (skip generation).
Step 2 — Generate panorama images
For each scene, generate a 360° equirectangular panorama image.
Model choice:
- Preferred:
google/gemini-3.1-flash-image-previewvia AI Gateway — reliable 2:1 output, no safety rejections for fictional themes - Alternative:
gpt-image-2via AI Gateway at size1536x1024— higher quality but may reject branded IP (Mario, Zelda, etc.)
Generation code (Gemini route):
import os, requests, base64
from PIL import Image
import io
api_key = os.environ['AI_GATEWAY_API_KEY']
def generate_panorama(prompt: str, save_path: str):
payload = {
"model": "google/gemini-3.1-flash-image-preview",
"prompt": prompt,
"response_format": "b64_json",
"n": 1
}
resp = requests.post(
'https://ai-gateway.happycapy.ai/api/v1/images/generations',
headers={
'Authorization': f'Bearer {api_key}',
'Content-Type': 'application/json',
'Origin': 'https://trickle.so'
},
json=payload,
timeout=180
)
resp.raise_for_status()
img_bytes = base64.b64decode(resp.json()['data'][0]['b64_json'])
img = Image.open(io.BytesIO(img_bytes)).convert('RGB')
img.save(save_path)
return save_path
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 13d ago First seen · 205 lines · 155 tokens per session scan B f506e559fee2
360-panorama-viewer is a skill published in the GitHub repository happycapy-ai/Happycapy-skills (139 stars, last pushed 9d ago), licensed MIT. It adds 155 tokens to every session and 2,162 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it B with 2 findings (sends data to an external url, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
chakra-ui-builder
Build responsive, accessible UI components and layouts using Chakra UI v3, install or configure Chakra UI in new and existing projects, and design scalable themes using tokens, semantic tokens, recipes, and slot recipes. Use this skill whenever a user asks to build, create, or generate any UI component, page, form…
visual-ralph
Visual Ralph orchestration for frontend UI from generated references, static references, or live URL targets, using $ultragoal with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.
frontend-visual-qa
Audits already-rendered web, landing-page, HTML deck/slide, browser tool/game, dashboard/admin, design-system, and desktop UIs using real-browser or native-app journeys, inspected screenshots, DOM geometry, responsive or projection viewports, and a bundled Playwright sweep. Use after UI implementation to find…
prototype-web
A clickable, high-fidelity web product prototype with navigation, a hero section, feature cards, steps, social proof, and optional pricing. It is designed to resemble a finished landing page while remaining a prototype.
waitlist-page
A simple waitlist page for collecting email addresses from people interested in a new product or early-access release.
refactoring-ui
Audit and fix visual hierarchy, spacing, color, and depth in web UIs. Use when the user mentions "my UI looks off" (or amateur/unprofessional), "fix the design", "Tailwind styling", "color palette", "visual hierarchy", "design system", "spacing scale", or "component styling". Also trigger when building consistent…