This repository packages the alteryx plugin for Codex, Antigravity, and Claude Code.
The public repository is owned and maintained by the Ask Alteryx team.
- Alteryx Designer: Build, inspect, run, and repair trusted workflows for repeatable business analysis.
- Use AI-assisted workflow authoring and execution for data preparation, reconciliation, compliance reporting, operational analytics, governed calculations, and other reusable business logic.
codex plugin marketplace add alteryx/skills
codex plugin add alteryx@alteryxagy plugin install https://github.com/alteryx/skills.gitclaude plugin marketplace add alteryx/skills
claude plugin install alteryx@alteryxnpx skills add alteryx/skillsThe plugin contains one skill, alteryx-designer. Agents can select it automatically when your request clearly involves local Alteryx Designer workflows, such as building a workflow, editing a .yxmd, running a workflow with Designer Engine, repairing execution errors, or validating workflow outputs.
Example automatic invocations:
Build an Alteryx workflow that joins these customer and order files, filters inactive accounts, and writes a reconciled output.
Inspect this .yxmd and explain why the final output is missing the expected revenue column.
Run this Designer workflow and fix any configuration errors that prevent it from completing.
Use @Alteryx to invoke the Alteryx plugin as a whole:
@Alteryx build a Designer workflow that summarizes monthly sales by region
Use $alteryx:alteryx-designer to force the specific Designer skill:
$alteryx:alteryx-designer inspect ./workflows/reconciliation.yxmd and repair the failing join
Use /alteryx:alteryx-designer to invoke the Designer skill:
/alteryx:alteryx-designer create a workflow that cleans this CSV, applies the required formulas, and writes a YXDB
Use /alteryx:alteryx-designer to invoke the Designer skill:
/alteryx:alteryx-designer inspect this workflow XML and fix the broken output configuration
Workflow execution requires a local Alteryx Designer installation with AlteryxEngineCmd.exe. Workflow inspection and XML editing can proceed without Designer, but run validation requires local Engine access.
Public releases use semver tags and are documented in CHANGELOG.md. Maintainer release steps are maintained internally for maintainers of the canonical repository.
Repository materials are licensed under the Apache License, Version 2.0. See LICENSE and NOTICE.
Repository materials are provided on an "AS IS" basis, without warranties or conditions of any kind, express or implied.
The license applies only to the materials in this repository. It does not grant rights to Alteryx products, hosted services, APIs, customer data, non-public documentation, trademarks, logos, or branding. See TRADEMARKS.md.
This GitHub repository is a read-only public mirror. Pull requests opened here are not accepted. Contributions are handled under the DCO-first process in CONTRIBUTING.md. Security reports must follow SECURITY.md. Repository ownership and maintenance expectations are documented in GOVERNANCE.md and MAINTENANCE.md.
These skills do not bypass Alteryx authentication, authorization, workspace controls, product terms, service terms, or entitlement checks. Users are responsible for using authorized Alteryx accounts, workspaces, products, services, and permissions.