---
title: "fruxon"
description: "Build, run, and debug Fruxon agents through the fruxon CLI"
canonical: https://agentpluginsdirectory.com/plugins/fruxon
last-updated: 2026-09-22
---

# fruxon
Build, run, and debug Fruxon agents through the fruxon CLI
- Slug: fruxon
- Publisher: Fruxon
- Repository: https://github.com/fruxon-ai/fruxon-agent-plugins
- Manifest: plugins/fruxon/plugin.json
- Version: 0.14.1
- License: MIT
- Category (editorial): other
- Skills: 6 (fruxon-agent-mode, fruxon-build-agent, fruxon-create-integration, fruxon-debug-trace, fruxon-meet, fruxon-use-integrations)
- MCP servers: 0
- Stars: 0
- Repository created: 2026-09-22
- Repository last pushed: 2026-09-22
- Publisher type: Organization
- Listing: https://agentpluginsdirectory.com/plugins/fruxon
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What fruxon does, in the publisher's words

Lets Claude Code and Codex build, run, and debug Fruxon agents through the fruxon CLI.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/fruxon-ai/fruxon-agent-plugins/HEAD/README.md

## Skills

- fruxon-agent-mode: How to drive the fruxon CLI from an AI-agent / LLM driver (Claude Code, Cursor, custom orchestrators) and from CI. Documents the agent-mode contract end-to-end: JSON outputs, NDJSON streams, typed exit codes, structured error envelopes, and the schema → validate → run authoring loop. Load this firs…
- fruxon-build-agent: Author a working Fruxon agent revision end-to-end via the CLI: discover, draft, test, create, deploy. Load when the user says "build a Fruxon agent", "create a revision", or starts authoring agent JSON.
- fruxon-create-integration: Bootstrap a brand-new integration (with API tools or Python code tools) end-to-end via the CLI: schema discovery, body authoring, tools, then a clean handoff to the user for credentials. Load when the user asks to add an integration; the flow first checks whether one already exists and only builds…
- fruxon-debug-trace: Work out why a run did what it did, from its execution trace: find the run, read the step tree, drill into a tool call's parameters and result, and reconstruct the state the agent decided from. Load when a run failed, hung, or produced a surprising result, including the common case of a run that re…
- fruxon-meet: Orientation to Fruxon: what an agent / revision / definition / integration is, and the fruxon CLI's main entry points. Load when starting any task that involves authoring or operating Fruxon agents.
- fruxon-use-integrations: Wire integration tools into an agent: discover what's connected, attach the right tool, point it at a credential slot. Load when adding tools (Slack, GitHub, Jira, Drive…) to a Fruxon agent.

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.
