Public AgntUX plugin marketplace. Read by the host's marketplace mechanism.
AgntUX distributes its functionality as host plugins. Every plugin in plugins/
is listed in .claude-plugin/marketplace.json at the repo root. Add the
marketplace once and install plugins from it — the host handles the rest.
/plugin marketplace add AgntUX/AUX-plugins
/plugin install agntux-core@agntux
Paste this into ~/.claude/settings.json to have the host pick up new plugin
versions on every startup:
{
"extraKnownMarketplaces": {
"agntux": { "autoUpdate": true }
}
}Without this setting, run /plugin marketplace update manually when you want
fresh plugin versions.
Admins can ship a managed-settings file to pre-register the marketplace for all users in their org. See the Claude Code managed-settings docs for the exact format. Sample snippet:
{
"extraKnownMarketplaces": {
"agntux": {
"autoUpdate": true
}
}
}Visit agntux.ai/plugins for the rendered listing, screenshots, and changelogs.
See CLAUDE.md and CONTRIBUTING.md for authoring conventions, and the
.claude/skills/ directory for maintainer tooling.
All plugins and shared packages in this repository are licensed under the
Apache License 2.0. See
LICENSE for the canonical text and NOTICE for attributions.
Solo use is unconditionally free — no license key, no pairing prompt, no nag, no degradation. Your personal workspace syncs to AgntUX's cloud so your AI assistant can serve your action items back to you. Shared team workspaces, cross-team rollup, and the private team marketplace are part of the proprietary AgntUX Teams product, distributed separately.
- GitHub Issues: https://github.com/AgntUX/AUX-plugins/issues
- Email: support@agntux.ai
All plugins are Apache License 2.0. Contributors who submit via agntux-build
are subject to the Marketplace Contributor Terms.
See the Privacy Policy for how AgntUX handles
contributor data.