Releases: alteryx/skills
Releases · alteryx/skills
Release list
v0.3.0
- Add the
alteryx-asset-discoveryskill: a read-only workflow for finding and
verifying existing Alteryx assets and governed datasets before designing or
building a solution. - Add the
alteryx-insightsskill for answering business data questions with
the Alteryx One Insights toolset, powered by Alteryx Auto Insights — totals,
trends, period-over-period change, goal variance, correlations, outliers,
and record-level lookups over governed datasets. - Support cloud mode in the
alteryx-designerskill via thealteryxHTTP MCP
server, alongside the existing localalteryx-localmode, and document how to
choose between them by available capability rather than by server name. - Document Alteryx plugin authentication in the README.
- Document that Antigravity does not load MCP servers from installed plugins,
and add the user-levelmcp_config.jsonworkaround to the Antigravity
install instructions. Upstream:
google-antigravity/antigravity-cli#761. - Update
alteryx/mcp_config.jsonto theserverUrlschema for conformance
withagy plugin validate. - Document the Alteryx Designer 2026.2+ requirement for the
alteryx-local
MCP server. - Treat an
AlteryxEngineCmdexit code of 1 assuccess_with_warningsrather
than a failure inInvoke-AlteryxWorkflow.ps1, so a workflow that completes
with warnings no longer reports as failed. - Correct the
alteryx-localMCP tool prefix toalteryx_local__*. - Document cloud asset identifier handling — extract the ID from a URN wrapper
rather than passing the URN — and correct thedatasets__preview_dataset
parameters to the current preview contract.
v0.2.0
- The
alteryx-designerskill is now MCP-first: it uses thealteryx-local
MCP server's workflow tools when they are available, and falls back to the
bundled workflow XML and PowerShell Engine path when they are not. - Ship the optional
alteryx-localMCP server configuration with the plugin
(alteryx/.mcp.jsonandalteryx/mcp_config.json), and register it from the
Codex manifest viamcpServers. - Require native Designer tools over code tools when authoring workflows, so
generated workflows stay inspectable and reusable in Designer. - Split the build guidance into dedicated
building-with-mcp.mdand
building-with-fallback.mdreferences, and expand the Designer tool
reference and workflow XML notes, including Full Update workflow validation. - Document Claude Desktop installation and usage, and link the public
Get Started with Alteryx Skills guide from the README.
v0.1.0
- Baseline public release of the
alteryxplugin bundle for Codex,
Antigravity, and Claude Code. - Includes the
alteryx-designerskill for building, inspecting, running, and
repairing trusted local Alteryx Designer workflows. - Includes Apache-2.0 licensing, security reporting guidance, trademark
guidance, contribution rules, governance notes, and maintenance expectations
for the public distribution repository.