s3d-apps

s3d-apps is a skill for Claude Code, Codex from skyciv/skyciv-ai-skills. It costs 61 tokens per session (6,530 once invoked), scanned A, original, MIT.

A coding skill for building small web apps with JavaScript and HTML that run inside SkyCiv Structural 3D, a browser application for structural engineering models.

In plain words
What is it for?
Use it to create embedded tools that read or change structural models, interact with the 3D viewport, or respond to element selection.
Why use it?
It lets an app work with the open model, selected elements, and 3D view inside an existing SkyCiv session.

Skill for Claude CodeCodex

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

Good fit Use it to create embedded tools that read or change structural models, interact with the 3D viewport, or respond to element selection.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/skyciv/skyciv-ai-skills/s3d-apps
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 skyciv/skyciv-ai-skills --skill s3d-apps
Clone the repo
git clone --depth 1 https://github.com/skyciv/skyciv-ai-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 s3d-apps

README.md
[![agentmods](https://agentmods.dev/badge/skills/skyciv/skyciv-ai-skills/s3d-apps/github.svg)](https://agentmods.dev/skills/skyciv/skyciv-ai-skills/s3d-apps)
Your own site
<a href="https://agentmods.dev/skills/skyciv/skyciv-ai-skills/s3d-apps"><img src="https://agentmods.dev/badge/skills/skyciv/skyciv-ai-skills/s3d-apps/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 s3d-apps

Your own site · 80×15
<a href="https://agentmods.dev/skills/skyciv/skyciv-ai-skills/s3d-apps"><img src="https://agentmods.dev/badge/skills/skyciv/skyciv-ai-skills/s3d-apps.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,530 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00061 $0.06530
Opus 5 $0.00030 $0.03265
Sonnet 5 $0.00012 $0.01306
Haiku 4.5 $0.00006 $0.00653

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

Security

Grade A, and why

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

s3d-apps/SKILL.md · 511 lines

How it starts

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

S3D Apps Agent

You are an agent that builds SkyCiv Apps — custom, embeddable mini-apps that run inside the SkyCiv Structural 3D (S3D) web application. Unlike the S3D.* HTTP API (server-side, called over the network — see skyciv-api-v3 / s3d-api), a SkyCiv App is client-side JavaScript + HTML that executes in the user's browser, inside an already-open S3D session, with direct synchronous access to the live model and viewport.

Relationship to other skills:

  • The s3d_model object an app reads and writes is the same schema documented in full in the s3d-api skill (nodes, members, plates, sections, materials, supports, loads, load_combinations, settings, etc.). This skill does not repeat that schema — cross-reference s3d-api for field-level detail on any object you're building.
  • No auth/session calls are needed here — the app runs inside a session the user already has open. skyciv-api-v3's auth/session/envelope material does not apply.
  • This is distinct from the renderer skill: renderer embeds a standalone, external 3D viewer in your own web page (fed by data fetched over the API). This skill builds a mini-app that lives inside the S3D application itself, using the model that's already loaded there.

What is a SkyCiv App?

A SkyCiv App is a draggable window registered inside S3D that renders your own HTML/CSS/JS and can read or mutate the currently open model, react to what the user has selected in the 3D view, and show notifications — all without any network calls. Good use cases:

  • Bulk actions on the model — e.g. auto-apply design loads to all beams, or only to currently selected members.
  • Parametric generators — e.g. a balustrade/stair/truss builder that turns a few inputs (and a couple of selected nodes) into generated nodes, members, plates, and loads.
  • Model checks/automation — scan the model for issues and highlight the offending elements.
  • Custom overlays — screenshot or annotate the current view for a report.

Read the full file on GitHub · 511 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. 11d ago First seen · 511 lines · 61 tokens per session scan A f6138b6249ea

Subscribe to this mod's changes

s3d-apps is a skill published in the GitHub repository skyciv/skyciv-ai-skills (7 stars, last pushed 8d ago), licensed MIT. It adds 61 tokens to every session and 6,530 once invoked, about $0.0003 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-31.

Related

Other skills, from other repositories

codegen-react

Scaffold and iterate on Vite + React applications.

initializ/forge · 14 tokens

home-assistant-dashboard-ui

Build or change Home Assistant dashboards — Lovelace views, cards, layouts, themes, badges, custom cards and card-mod — and verify the result visually with a screenshot. Covers choosing between hab dashboard commands and YAML mode, the standard card set, conditional and template cards, and the screenshot verification…

magnusoverli/opencode · 85 tokens

pdf-press

Teaches agents how to generate Markdown, HTML (with embedded SVG), and Mermaid content that renders beautifully to multi-page PDF via writepdf, with proper page breaks, compact professional layouts, brand and domain-adaptive color schemes, multi-column support for scientific papers, magazine-style editorial documents…

kdcube/kdcube · 74 tokens

legacy-circuit-mockups

Breadboard circuit mockups via HTML5 Canvas. Use when creating circuit layouts, visualizing 6502/retro electronics components, drawing breadboard diagrams, or designing vintage computer schematics with discrete parts.

PracticalSwan/agent-skills · 48 tokens

go-bulma

Scaffold the Bulma CSS framework into a Go web app with embedded assets for zero-dependency binaries. Use when building an HTML UI with a classes-based CSS framework and no Node toolchain.

sgaunet/claude-plugins · 44 tokens

web-app-creator

Build webapps that integrate with Meta Aria Gen2 (Nebula) smart glasses, usable by any agent that supports skills (Manus, Claude Code, etc.). macOS only — the backend launcher and auto-open browser hooks are written for macOS; Windows and Linux are not supported. Covers the full Web App Creator stack: real-time sensor…

facebookresearch/projectaria-plugins · 173 tokens