Published skills
json-ui-schemas
JSON schemas for Fused canvas UI widget components (text, text-input, button, dropdown, charts, maps, sql-table, form, transformer, etc.), used for authoring, editing, and validating widget JSON files, or answering questions about accepted fields.
fused-udfs
Comprehensive guide for writing Fused User Defined Functions (UDFs). Use when helping users create, optimize, or debug UDFs, covering structure, parameter handling, performance, agent-friendly design, and security.
fused-overview
An introduction to Fused, covering its purpose and ideal use cases. This includes deciding if Fused suits a task, planning new projects, or understanding its remote Python execution capabilities.
canvas-toml
Format reference for `canvas.toml` files that define a Fused canvas (nodes, edges, viewport) plus the surrounding folder layout (`{udfName}.py`, `.json`, `.md`, `.html`, `_shared.fused`). Use when creating, editing, or validating any `canvas.toml`, adding/removing UDF nodes, wiring edges, defining folder groupings, or scaffolding a new canvas folder.
fused-cli
Reference for the Fused Python SDK command line interface (`fused`). Use when the user asks how to run, push, share, or otherwise manage UDFs, canvases, files, or secrets via the Fused CLI, or when authoring shell commands that invoke `fused`.
fused-integrations
This skill provides a reference for using Fused's built-in integration connections within UDFs, covering data sources, compute/inference, and LLM providers. It details fused.api connect helpers, secrets access, and common operations like query, write, and infer.
Category alert