ara3d-sdk

ara3d-sdk is a skill for Claude Code, Codex from znlgis/opengis-skills. It costs 70 tokens per session (6,356 once invoked), scanned A, original, MIT.

A .NET 8 library suite for processing 3D geometry and BIM data used in architecture, engineering, construction, digital twins, and 3D GIS. BIM means structured information about building components and models.

In plain words
What is it for?
Use it to generate and transform meshes, convert IFC, STEP, and PLY data to formats such as glTF or GLB, work with BIM data, or create plugins for Ara 3D Studio.
Why use it?
It brings geometry, model conversion, high-volume data handling, and an extension framework into one set of .NET tools.

Skill for Claude CodeCodex

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

Good fit Use it to generate and transform meshes, convert IFC, STEP, and PLY data to formats such as glTF or GLB, work with BIM data, or create plugins for Ara 3D Studio.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/znlgis/opengis-skills/ara3d-sdk"><img src="https://agentmods.dev/badge/skills/znlgis/opengis-skills/ara3d-sdk.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,356 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 warn 7 Sept 2026
SkillSpector: 1 finding, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Prompt Injection · line 163
    Hidden instructions were detected in comments or invisible text. These could contain malicious directives. Manual review is recommended.
    Fix: Audit all comments and invisible characters. Remove any instructions that direct the agent to perform unauthorized actions. Use plain, reviewable content.
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.00070 $0.06356
Opus 5 $0.00035 $0.03178
Sonnet 5 $0.00014 $0.01271
Haiku 4.5 $0.00007 $0.00636

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

Security

Grade A, and why

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

3d/ara3d-sdk/SKILL.md · 412 lines

How it starts

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

项目地址: https://github.com/ara3d/ara3d-sdk

NuGet 元包: Ara3D.SDKAra 3D 官网: https://ara3d.com

许可证: MIT | 最新版本: 1.6.1(由仓库 Directory.Build.propsAra3DVersion 统一管理,所有包共享同一版本号)| 默认分支: main目标框架: net8.0 / net8.0-windows

概述

Ara3D-SDK 是面向 AEC / BIM / 数字孪生 / 三维 GIS 场景的高性能 .NET 三维数据处理引擎与 Studio 插件框架。它有两大定位:

  1. 独立的高性能三维/BIM 工具库:加载、生成、变换、导出海量三维几何与 BIM 数据;
  2. Ara 3D Studio 桌面应用的扩展底座:通过 Ara3D.Studio.API 编写生成器、修改器、命令与工具,把自研算法接入 Studio 的可视化流程图(Flow Graph)。

核心工程亮点:

能力 说明
统一高性能内存模型 Ara3D.Memory 提供 64 字节对齐的非托管缓冲区、ByteSlice、内存映射文件视图,服务 SIMD 与超大数据集
SIMD 加速数学 Ara3D.F8(AVX 8 宽 float)+ Plato DSL 生成的 Vector3/Matrix4x4/Quaternion/Number/Angle 等数学类型
不可变几何内核 TriangleMesh3D/QuadGrid3D 的所有变换均返回新对象,天然适合函数式管线与并行
BIM 开放模式(BOS) 把 IFC/Revit 数据规约为列式 EAV 结构,可落地为 Parquet / DuckDB / Excel
可插拔 Studio 框架 几十行代码写出参数化生成器或网格修改器,实时预览
零/少外部依赖 大多数库零外部 NuGet 依赖,便于审计与集成

一句话定位:Ara3D-SDK 是「面向 AEC 的高性能 .NET 三维数据处理引擎 + Studio 插件框架」,代码结构清晰、几乎零外部依赖,也是学习现代高性能 .NET 图形/BIM 工程的范本。

版本提示: Ara3D-SDK 处于活跃开发中,具体类名与方法签名可能随版本演进。请以你实际引用的 NuGet 包版本与源码为准,并让所有 Ara3D 包保持同一版本号


仓库结构(monorepo)

目录 职责
src/ 受支持的 SDK 库与 NuGet 元包(跨平台基础、几何、I/O、BIM、Studio API)
ext/ Windows 专属扩展:Ara3D.IfcLoader(原生 IFC 加载)、Ara3D.Utils.Wpf(WPF 辅助)
apps/ 独立桌面应用(如 BOS Browser)
examples/ 示例与用法演示(Workshop 课程、Studio 脚本示例、Tools 工具)
plugins/ 宿主插件(Bowerbird 实时脚本、Revit 加载项)
integrations/ 可选第三方适配器(如 Assimp)
tests/ NUnit 单元测试、回归测试、开发者测试
vendor/ 必需的第三方原生库(如 web-ifc-library.dll
toolchain/ 开发工具(如 IfcTypeGen),IsPackable=false,不打包
deprecated/ 已不再维护的旧项目
build/ 打包清单 packages.txtPackAll.proj
docs/ 工作流、包依赖图、发布流程等文档

关键原则:只有 src/ext/ 下的库会被打包成 NuGet(见 build/packages.txt);toolchain/tests/apps/examples/ 等永不进入发布产物。

Read the full file on GitHub · 412 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 · 412 lines · 70 tokens per session scan A 47197bd5cc15

Subscribe to this mod's changes

ara3d-sdk is a skill published in the GitHub repository znlgis/opengis-skills (60 stars, last pushed yesterday), licensed MIT. It adds 70 tokens to every session and 6,356 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-30.

Related

Other skills, from other repositories

massing-bim

Drive a Massing BIM/AEC project from an AI agent over MCP — read a project's status, records, CDE, KPI and model-quality checks; run standards-compliance, schedule-risk, embodied-carbon, permit- readiness and drawing-QA analyses; author the IFC model with GUID-stable recipes; and draft RFIs. Use when the user asks to…

ibuilder/massing · 90 tokens

opentelemetry-net-instrumentation

Provides guidance for implementing OpenTelemetry instrumentation in .NET codebases, covering tracing (Activities/Spans), metrics, logs, naming conventions, error handling, performance, SDK setup, resources, context propagation, and API design best practices.

Aaronontheweb/dotnet-skills · 56 tokens

wpf

Build and modernize WPF applications on .NET with correct XAML, data binding, commands, threading, styling, and Windows desktop migration decisions. USE FOR: working on WPF UI, MVVM, binding, commands, or desktop modernization; migrating WPF from .NET Framework to .NET; integrating newer Windows capabilities into a…

managedcode/dotnet-skills · 122 tokens

mcp

Build or consume Model Context Protocol (MCP) servers and clients in .NET using the official MCP C# SDK, including stdio, Streamable HTTP, tools, prompts, resources, and capability negotiation. USE FOR: .NET MCP servers or clients; stdio versus HTTP transport choices; tools, resources, prompts, completions, and…

managedcode/dotnet-skills · 123 tokens

migrate-xunit-to-xunit-v3

Migrate .NET test projects from xUnit.net v2 to xunit.v3 and fix v3 breaks. Use for package/CPM conversion, OutputType=Exe, preserving the VSTest or MTP runner (including projects currently using YTest.MTP.XUnit2), incompatible TFMs, async void tests, string-to-Type attributes, custom Fact/Theory/BeforeAfterTest…

managedcode/dotnet-skills · 149 tokens

semantic-kernel

Build AI-enabled .NET applications with Semantic Kernel using services, plugins, prompts, and function-calling patterns that remain testable and maintainable. USE FOR: adding AI-driven prompts, plugins, or orchestration to a .NET app; reviewing kernel construction, service registration, or plugin usage; building…

managedcode/dotnet-skills · 116 tokens