spline-3d-integration

spline-3d-integration is a skill for Claude Code, Codex from fabioc-aloha/Alex_Skill_Mall. It costs 32 tokens per session (947 once invoked), scanned A, a copy of spline-3d-integration, MIT.

Guidance for adding interactive 3D scenes made in Spline, a browser-based 3D design tool, to websites. It covers plain JavaScript and common web frameworks such as React, Next.js, and Vue.

In plain words
What is it for?
Use it to embed Spline scenes, control objects and cameras, respond to events, add loading fallbacks, and optimize 3D scenes for websites.
Why use it?
It helps developers choose the right embedding method and avoid common problems with scene URLs, runtime controls, performance, and mobile display.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to embed Spline scenes, control objects and cameras, respond to events, add loading fallbacks, and optimize 3D scenes for websites.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fabioc-aloha/alex_skill_mall/spline-3d-integration
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 fabioc-aloha/Alex_Skill_Mall --skill spline-3d-integration
Clone the repo
git clone --depth 1 https://github.com/fabioc-aloha/Alex_Skill_Mall

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 spline-3d-integration

README.md
[![agentmods](https://agentmods.dev/badge/skills/fabioc-aloha/alex_skill_mall/spline-3d-integration/github.svg)](https://agentmods.dev/skills/fabioc-aloha/alex_skill_mall/spline-3d-integration)
Your own site
<a href="https://agentmods.dev/skills/fabioc-aloha/alex_skill_mall/spline-3d-integration"><img src="https://agentmods.dev/badge/skills/fabioc-aloha/alex_skill_mall/spline-3d-integration/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 spline-3d-integration

Your own site · 80×15
<a href="https://agentmods.dev/skills/fabioc-aloha/alex_skill_mall/spline-3d-integration"><img src="https://agentmods.dev/badge/skills/fabioc-aloha/alex_skill_mall/spline-3d-integration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 947 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 91% copy Near-identical to another mod 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.00032 $0.00947
Opus 5 $0.00016 $0.00474
Sonnet 5 $0.00006 $0.00189
Haiku 4.5 $0.00003 $0.00095

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

Security

Grade A, and why

spline-3d-integration 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 11d 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.

Origin

This is a copy

91% identical to spline-3d-integration — 14 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

plugins/3d-graphics/spline-3d-integration/skills/spline-3d-integration/SKILL.md · 89 lines

How it starts

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

Spline 3D Integration Skill

Master guide for embedding interactive 3D scenes from Spline.design into web projects.


When to Use

  • You need to embed an interactive Spline scene into a web project.
  • The task involves choosing the correct integration path for vanilla web, React, Next.js, Vue, or iframe contexts.
  • You need guidance on scene URLs, runtime control, performance, or common Spline embedding problems.

Quick Reference

Task Guide
Vanilla HTML/JS embed guides/VANILLA_INTEGRATION.md
React / Next.js / Vue embed guides/REACT_INTEGRATION.md
Performance & mobile optimization guides/PERFORMANCE.md
Debugging & common problems guides/COMMON_PROBLEMS.md

Working Examples

File What it shows
examples/vanilla-embed.html Minimal vanilla JS embed with background + fallback
examples/react-spline-wrapper.tsx Production-ready lazy-loaded React wrapper with fallback
examples/interactive-scene.tsx Full interactive example: events, object control, camera

What Is Spline?

Spline is a browser-based 3D design tool — think Figma, but for 3D. Designers create interactive 3D scenes (objects, materials, animations, physics, events) in the Spline editor, then export them for the web via a hosted .splinecode file URL.

Read the full file on GitHub · 89 lines

Files

What ships with it

7 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.

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. 11d ago First seen · 89 lines · 32 tokens per session scan A e6c02d84578a

Subscribe to this mod's changes

spline-3d-integration is a skill published in the GitHub repository fabioc-aloha/Alex_Skill_Mall (4 stars, last pushed today), licensed MIT. It adds 32 tokens to every session and 947 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 91% identical to spline-3d-integration, differing in 14 lines, and is treated as a copy.