fluora-setup
Interactive setup wizard for Fluora marketplace integration. Clones fluora-mcp from GitHub, builds locally, generates wallet, and configures mcporter.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/chetan-guevara/fluora-setupWhat This Skill Does
The fluora-setup skill provides a seamless, automated onboarding experience for the Fluora marketplace. It eliminates manual configuration errors by cloning the official repository directly from GitHub, building it locally to ensure compatibility, and managing the entire local environment setup. The skill creates your wallet in the standard ~/.fluora/wallets.json format, extracts your address, and provides specific funding instructions to get you started immediately. Furthermore, it automatically updates your mcporter.json configuration file, ensuring that the Fluora registry points correctly to your local build. This ensures developers and AI agents can interact with the Fluora ecosystem without needing to navigate complex manual dependency management or path configurations.
Installation
To install this skill, run the following command in your OpenClaw terminal:
clawhub install openclaw/skills/skills/chetan-guevara/fluora-setup
Ensure you have Node.js 18+ and Git installed on your system before running the installation. If mcporter is missing, the setup wizard will provide guidance on how to install it, ensuring a frictionless transition from installation to operational status.
Use Cases
- Automated Onboarding: Ideal for developers looking to connect their OpenClaw agents to the Fluora marketplace quickly.
- Local Development Environment: Perfect for users who need a stable, custom-built instance of
fluora-mcprather than the standard registry. - Wallet Management: Provides an automated, secure way to generate and fund a Base-compatible wallet for service payments within the marketplace.
- Continuous Integration: Can be used in CI/CD pipelines to set up agent capabilities automatically.
Example Prompts
- "Run the interactive setup wizard for Fluora and guide me through the wallet generation."
- "Set up Fluora marketplace integration, skipping the mcporter configuration since I prefer to do it manually later."
- "Configure my Fluora setup with a pre-allocated funding amount of 20 USDC for my agent's service payments."
Tips & Limitations
- Base Network: Always ensure you are sending USDC specifically on the Base network; transactions on other chains are not supported and may result in lost funds.
- Build Consistency: The skill uses the local GitHub build because of known parameter parsing issues in the npm distribution. Avoid manually overriding the build location.
- Security: Ensure your
~/.fluora/wallets.jsonfile is protected with appropriate OS-level permissions, as it contains your private key. Do not share this file with anyone.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-chetan-guevara-fluora-setup": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, code-execution