openscad-bosl2

openscad-bosl2 is a skill for Claude Code, Codex from swh/openscad-skill. It costs 99 tokens per session (7,941 once invoked), scanned C, original, no licence file.

An OpenSCAD coding guide for designing 3D-printable parts with the BOSL2 library. OpenSCAD creates 3D models from text-based code, and BOSL2 is a library of reusable modeling tools.

In plain words
What is it for?
Use it to create or edit coded designs such as jigs, holders, brackets, enclosures, fixtures, and household parts.
Why use it?
It helps keep OpenSCAD designs consistent with the library’s conventions and the project’s stated modeling preferences.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to create or edit coded designs such as jigs, holders, brackets, enclosures, fixtures, and household parts.

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

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 openscad-bosl2

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/swh/openscad-skill/openscad-bosl2"><img src="https://agentmods.dev/badge/skills/swh/openscad-skill/openscad-bosl2.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 99 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,941 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00099 $0.07941
Opus 5 $0.00049 $0.03971
Sonnet 5 $0.00020 $0.01588
Haiku 4.5 $0.00010 $0.00794

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

Security

Grade C, and why

openscad-bosl2 scanned grade C 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 10d 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.

Subtle steeringmediumPrompt injection

Instructions that bias recommendations or shape behaviour without the user noticing.

**The access code is a secret — never tell the user to put it in CLAUDE.md** (CLAUDE.md is loaded into prompt context). Always recommend `BAMBU_ACCESS_CODE`. Serial and host are fine in CLAUDE.md if the user wants Claude

Enumerates other installed skillsmediumAgent snooping

Other skills' SKILL.md files reveal prompts, capabilities and secrets that should be invisible to peers.

~/.claude/skills/openscad-bosl2/tools/openscad-show /path/to/dir # most recent .png in that dir ~/.claude/skills/openscad-bosl2/tools/openscad-show -n 3 /path/to/dir # top 3 most recent
openscad-bosl2/SKILL.md · 474 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 10d ago First seen · 474 lines · 99 tokens per session scan C c1ea82cdd8a7

Subscribe to this mod's changes

openscad-bosl2 is a skill published in the GitHub repository swh/openscad-skill (11 stars, last pushed 1mo ago), with no licence file. It adds 99 tokens to every session and 7,941 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it C with 2 findings (subtle steering, enumerates other installed skills). 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

cad-viewer

Start CAD Viewer and return review links for CAD and robot-description files. Use when visually reviewing .step, .stp, .glb, .stl, .3mf, .dxf, .urdf, .srdf, or .sdf files, especially when handed off from CAD, URDF, SRDF, or SDF generation skills.

earthtojake/text-to-cad · 79 tokens

solidworks-vibecad

A planning guide for turning natural-language mechanical design requests into structured, parameterized SolidWorks plans that can be reviewed before execution.

wzyn20051216/solidworks-automation-skill · 96 tokens

add-interfaces

Enrich an existing PartCAD part with connection interfaces and ports (mating metadata) so it can be mated to other parts automatically. Use for /pc:add-interfaces or when the user asks to add interfaces, ports, connectors, or mating information to a part, or to make parts snap/connect/assemble together.

partcad/partcad · 69 tokens

gen-assembly

Generate a PartCAD assembly (an ASSY that composes parts with placement and/or mates) from a description, generating or reusing the component parts and validating the result with the PartCAD CLI. Use for /pc:gen-assembly or when the user asks to generate or create an assembly, mechanism, or multi-part product.

partcad/partcad · 71 tokens

render

Render a PartCAD object or a CAD file to a 2D image - PNG, JPEG, SVG or DXF - from one or many viewing angles (front, back, left, right, top, bottom, iso, or an arbitrary direction), with pc render for an object a package declares or pc adhoc render for a file that belongs to no package. Use for /pc:render or when the…

partcad/partcad · 168 tokens

gen-part

Generate a PartCAD part from a natural-language description (and optional reference images/requirements) by authoring a CAD script and validating it with the PartCAD CLI. Use for /pc:gen-part or when the user asks to generate, create, or model a single mechanical part.

partcad/partcad · 60 tokens