본문으로 건너뛰기

Installation

Install the FluxLoop plugin for Claude Code in one command.

Install Plugin

/plugin install Fluxloop-AI/fluxloop-claude-plugin

Done! Now just talk to Claude naturally.


What's Included

The plugin includes:

ComponentDescription
Agent Test SkillAuto-activates on "test my agent", handles everything
Slash CommandsManual commands like /fluxloop:test
HooksOptional auto-testing on file changes

After Installation

Just say:

"set up fluxloop for my project"

or

"test my agent"

The skill will guide you through:

  • Installing FluxLoop CLI (if needed)
  • Authentication
  • Project setup
  • Running tests

Alternative: Manual Setup

If you prefer to install manually:

# 1. Install CLI (the skill does this automatically)
pip install fluxloop-cli

# 2. Run setup command
/fluxloop:setup

Verify Installation

/plugin list

Should show fluxloop in the list.


Update Plugin

/plugin install Fluxloop-AI/fluxloop-claude-plugin

Reinstalling always gets the latest version.


Requirements

RequirementNotes
Claude CodeMust be installed
Python 3.8+For FluxLoop CLI
FluxLoop AccountFree at alpha.app.fluxloop.ai

💡 The skill installs everything! Just say "set up fluxloop" and it handles CLI installation, login, and project setup automatically.


Next Steps