Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/OpenAEC-Foundation/OpenAEC-Workspace-Composernpx agentmods add skills/openaec-foundation/openaec-workspace-composer/tauri-syntax-plugins-apiWrote 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/openaec-foundation/openaec-workspace-composer/tauri-syntax-plugins-api)<a href="https://agentmods.dev/skills/openaec-foundation/openaec-workspace-composer/tauri-syntax-plugins-api"><img src="https://agentmods.dev/badge/skills/openaec-foundation/openaec-workspace-composer/tauri-syntax-plugins-api.svg" alt="Measured on agentmods" 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.00113 | $0.03214 |
| Opus 5 | $0.00056 | $0.01607 |
| Sonnet 5 | $0.00023 | $0.00643 |
| Haiku 4.5 | $0.00011 | $0.00321 |
Grade B, and why
tauri-syntax-plugins-api scanned grade B with 1 finding 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 8d 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.
const response = await fetch('https://api.example.com/data', { method: 'POST', How it starts
The opening of the file, as written. The whole thing — 396 lines — stays where its author put it; the contents beside it link to each section on GitHub.
tauri-syntax-plugins-api
Quick Reference
Plugin Setup Matrix
| Plugin | Cargo Crate | npm Package | Default Permission |
|---|---|---|---|
| File System | tauri-plugin-fs = "2" |
@tauri-apps/plugin-fs |
fs:default |
| Dialog | tauri-plugin-dialog = "2" |
@tauri-apps/plugin-dialog |
dialog:default |
| HTTP | tauri-plugin-http = "2" |
@tauri-apps/plugin-http |
http:default |
| Notification | tauri-plugin-notification = "2" |
@tauri-apps/plugin-notification |
notification:default |
| Shell | tauri-plugin-shell = "2" |
@tauri-apps/plugin-shell |
shell:default |
| Clipboard | tauri-plugin-clipboard-manager = "2" |
@tauri-apps/plugin-clipboard-manager |
(none, explicit only) |
| OS | tauri-plugin-os = "2" |
@tauri-apps/plugin-os |
os:default |
| Process | tauri-plugin-process = "2" |
@tauri-apps/plugin-process |
process:default |
| Updater | tauri-plugin-updater = "2" |
@tauri-apps/plugin-updater |
updater:default |
| Store | tauri-plugin-store = "2" |
@tauri-apps/plugin-store |
store:default |
| Opener | tauri-plugin-opener = "2" |
@tauri-apps/plugin-opener |
opener:default |
Plugin Installation Steps
For EVERY plugin, ALWAYS perform these three steps:
- Cargo.toml: Add the crate to
[dependencies]insrc-tauri/Cargo.toml - npm: Install the JS package with
npm install @tauri-apps/plugin-<name> - Capability: Add permissions to
src-tauri/capabilities/default.json
Additionally, register the plugin in Rust:
// src-tauri/src/lib.rs
tauri::Builder::default()
.plugin(tauri_plugin_fs::init())
.plugin(tauri_plugin_dialog::init())
// ... other plugins
Path API Directory Functions
| Function | Description | Example (Windows) |
|---|---|---|
appDataDir() |
App-specific data | C:\Users\X\AppData\Roaming\com.app |
appConfigDir() |
App-specific config | C:\Users\X\AppData\Roaming\com.app |
appLocalDataDir() |
App-specific local data | C:\Users\X\AppData\Local\com.app |
appCacheDir() |
App-specific cache | C:\Users\X\AppData\Local\com.app |
appLogDir() |
App-specific logs | C:\Users\X\AppData\Roaming\com.app\logs |
homeDir() |
User home | C:\Users\X |
desktopDir() |
User desktop | C:\Users\X\Desktop |
documentDir() |
User documents | C:\Users\X\Documents |
downloadDir() |
User downloads | C:\Users\X\Downloads |
tempDir() |
System temp | C:\Users\X\AppData\Local\Temp |
resourceDir() |
Bundled resources | App install directory |
What ships with it
3 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.
- 8d ago First seen · 396 lines · 113 tokens per session scan B 59daddf1852e
tauri-syntax-plugins-api is a skill published in the GitHub repository OpenAEC-Foundation/OpenAEC-Workspace-Composer (5 stars, last pushed 5mo ago), licensed MIT. It adds 113 tokens to every session and 3,214 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it B with 1 finding (sends data to an external url). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
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…
ara3d-sdk
Use when processing AEC/BIM 3D data in .NET 8 — mesh generation and transformation, SIMD-accelerated math, IFC/STEP/PLY to glTF/GLB/VIM conversion, plugin development. Ara3D-SDK: high-performance .NET 3D geometry and BIM library suite.
elements
Use when generating building information models (BIM) programmatically in C#/.NET — wall, beam, column, floor creation, geometry kernel (BREP/CSG), glTF/IFC/JSON serialization, MEP systems, spatial grids. Hypar Elements: the smallest useful BIM — a cross-platform C# library for creating building elements without…
3d-skills
Use when working with 3D Gaussian Splatting (3DGS), .ply model cleanup/compression/publishing, interactive 360-degree panorama visualization and virtual tours, AEC/BIM 3D data processing, or CSG solid modeling. Index of 5 skills: SuperSplat, Photo-Sphere-Viewer, Ara3D-SDK, Elements, and OpenCSG.NET.
aios-arch
A workflow for reviewing software architecture, including service boundaries, technical choices, data and model boundaries, AI workflows, reliability, and long-term complexity.
aios-product
A product-management workflow for turning an approved direction into a defined software version with a product brief, priorities, acceptance measures, pilot or user-acceptance testing, and handover details.