tauri-syntax-plugins-api

tauri-syntax-plugins-api is a skill for Claude Code from OpenAEC-Foundation/OpenAEC-Workspace-Composer. It costs 113 tokens per session (3,214 once invoked), scanned B, original, MIT.

A reference for official Tauri 2 plugins that add common desktop features such as files, dialogs, network requests, notifications, a clipboard, and app updates. Each plugin needs Rust setup, a JavaScript package, and suitable permissions.

In plain words
What is it for?
Use it to add and configure file access, dialogs, HTTP requests, notifications, shell commands, clipboard actions, operating-system details, updates, saved settings, and app-directory handling.
Why use it?
It helps prevent incomplete plugin setup, missing JavaScript packages, uninitialized plugins, and permissions that block the feature at runtime.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions Claude Code.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is "$schema": "../gen/schemas/desktop-schema.json",.

Good fit Use it to add and configure file access, dialogs, HTTP requests, notifications, shell commands, clipboard actions, operating-system details, updates, saved settings, and app-directory handling.

Compare 6 skills from other repositories ↓
Install

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.

Clone the repo
git clone --depth 1 https://github.com/OpenAEC-Foundation/OpenAEC-Workspace-Composer
agentmods
npx agentmods add skills/openaec-foundation/openaec-workspace-composer/tauri-syntax-plugins-api

Made for: Claude Code.

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 tauri-syntax-plugins-api

README.md
[![agentmods](https://agentmods.dev/badge/skills/openaec-foundation/openaec-workspace-composer/tauri-syntax-plugins-api.svg)](https://agentmods.dev/skills/openaec-foundation/openaec-workspace-composer/tauri-syntax-plugins-api)
Your own site
<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>
Per session 113 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,214 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.00113 $0.03214
Opus 5 $0.00056 $0.01607
Sonnet 5 $0.00023 $0.00643
Haiku 4.5 $0.00011 $0.00321

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

Security

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',
.claude/skills/tauri-2/tauri-syntax/tauri-syntax-plugins-api/SKILL.md · 396 lines

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:

  1. Cargo.toml: Add the crate to [dependencies] in src-tauri/Cargo.toml
  2. npm: Install the JS package with npm install @tauri-apps/plugin-<name>
  3. 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

Read the full file on GitHub · 396 lines

Files

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.

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. 8d ago First seen · 396 lines · 113 tokens per session scan B 59daddf1852e

Subscribe to this mod's changes

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.

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

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.

znlgis/opengis-skills · 70 tokens

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…

znlgis/opengis-skills · 81 tokens

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.

znlgis/opengis-skills · 86 tokens

aios-arch

A workflow for reviewing software architecture, including service boundaries, technical choices, data and model boundaries, AI workflows, reliability, and long-term complexity.

ArchSightLabs/archsight-aios · 57 tokens

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.

ArchSightLabs/archsight-aios · 76 tokens