Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Interactive setup wizard for Fluora marketplace integration. Clones fluora-mcp from GitHub, builds locally, generates wallet, and configures mcporter.
Interactive setup wizard for Fluora marketplace integration. Clones fluora-mcp from GitHub, builds locally, generates wallet, and configures mcporter.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Complete setup wizard for accessing the Fluora marketplace. Uses the official GitHub repository for the latest working version.
Automates the entire Fluora setup process: โ Clones fluora-mcp from GitHub (https://github.com/fluora-ai/fluora-mcp) โ Installs dependencies and builds locally โ Generates wallet (auto-creates ~/.fluora/wallets.json) โ Extracts wallet address from private key โ Displays funding instructions โ Configures mcporter with local Fluora registry โ Verifies setup is working
Node.js 18+ npm git mcporter installed (optional, will guide if missing)
// Run interactive setup await setupFluora(); // With options await setupFluora({ skipMcporterConfig: false, fundingAmount: 10 // in USDC });
# Interactive setup (recommended) node setup.js # Skip mcporter config node setup.js --skip-mcporter # Custom funding amount node setup.js --funding 10
~/.openclaw/workspace/fluora-mcp/ Cloned from GitHub and built locally with all dependencies.
~/.fluora/wallets.json Auto-generated on first run with structure: { "BASE_MAINNET": { "privateKey": "0x..." } }
~/.openclaw/workspace/config/mcporter.json (or ~/.mcporter/mcporter.json if workspace config doesn't exist) Adds Fluora registry pointing to local build: { "mcpServers": { "fluora-registry": { "command": "node", "args": ["/Users/YOUR_USERNAME/.openclaw/workspace/fluora-mcp/build/index.js"], "env": { "ENABLE_REQUEST_ELICITATION": "true", "ELICITATION_THRESHOLD": "0.01" } } } } Note: Uses the LOCAL GitHub build, not npx fluora-mcp from npm, because the npm version has a parameter parsing bug.
The skill will display your wallet address and instructions: Your Fluora Wallet Address: 0x1234567890abcdef1234567890abcdef12345678 To fund your wallet: 1. Open Coinbase, Binance, or your preferred exchange 2. Send $5-10 USDC to the address above 3. **Important:** Select "Base" network (NOT Ethereum mainnet) 4. Wait ~1 minute for confirmation
Network: Base (Coinbase L2) Token needed: USDC only (for service payments, $5-10 recommended) Payments: Handled automatically with USDC, no additional tokens needed
From an exchange: Coinbase: Withdraw USDC โ Select "Base" network Binance: Withdraw USDC โ Select "Base" network OKX: Similar process Bridge from Ethereum: https://bridge.base.org Transfer USDC from Ethereum โ Base Buy directly on Base: Use Coinbase Wallet or Rainbow Wallet Buy USDC directly on Base
The skill automatically verifies: โ fluora-mcp cloned from GitHub โ Dependencies installed โ Build successful โ Wallet file exists โ Private key is valid โ Wallet address derived correctly โ mcporter config is valid JSON โ Fluora registry configured with local path Optional: Check wallet balance (after funding)
{ "success": true, "walletAddress": "0x...", "privateKeyPath": "~/.fluora/wallets.json", "fluoraPath": "~/.openclaw/workspace/fluora-mcp", "mcporterConfigured": true, "funded": false, "nextSteps": [ "Fund wallet with $1 USDC on Base", "Test with: mcporter call fluora-registry.exploreServices", "Start building with workflow-to-monetized-mcp" ] }
# List available services mcporter call 'fluora-registry.exploreServices()' # Use a free service (testnet screenshot) mcporter call 'fluora-registry.useService' --args '{ "serviceId": "zyte-screenshot", "serverUrl": "https://pi5fcuvxfb.us-west-2.awsapprunner.com", "serverId": "c2b7baa1-771c-4662-8be4-4fd676168ad6", "params": {"url": "https://example.com"} }' # Use a paid service (PDF conversion - requires confirmation) mcporter call 'fluora-registry.useService' --args '{ "serviceId": "pdfshift-convert", "serverUrl": "https://9krswmmx4a.us-west-2.awsapprunner.com", "serverId": "c45d3968-0aa1-4d78-a16e-041372110f23", "params": {"websiteUrl": "https://example.com"} }'
Now you can use the other Fluora skills: workflow-to-monetized-mcp - Generate your own service railway-deploy - Deploy to Railway fluora-publish - List on marketplace
Ensure you have git installed and internet access.
Check Node.js version (18+) and npm is working.
Check the error in the build output. Usually dependency issues.
Run the local fluora-mcp once manually: cd ~/.openclaw/workspace/fluora-mcp node build/index.js # Press Ctrl+C after it starts
The key in ~/.fluora/wallets.json should be 0x-prefixed hex string (66 characters).
Make sure you're sending USDC on Base network, not Ethereum mainnet or other L2s.
Check transaction on Base block explorer: https://basescan.org Wait 1-2 minutes for confirmation Verify you sent to the correct address Ensure you selected Base network (not Ethereum)
The npm package (fluora-mcp@0.1.38) has a parameter parsing bug where useService cannot receive parameters correctly. The GitHub repository (v0.1.39+) has the fix. Bug details: npm version: Schema definition uses plain object, breaking MCP parameter passing GitHub version: Fixed schema definition, all parameters work correctly
~/.fluora/wallets.json contains your private key Keep this file secure (default permissions: 600) Never commit to git Never share the private key This wallet is for buying services, not storing large amounts
Fund with small amounts initially $1 USDC Rotate wallets if compromised Use separate wallet for each OpenClaw instance
fluora-mcp clone: Free Initial funding: $1 USDC
Service calls: $0.001-0.20 per call (varies by service) Payments: Handled automatically with USDC, no additional fees. Gas fees are covered by the seller
$5 USDC โ ~250-5000 calls (depending on service) Most calls are $0.001-0.02
Fluora marketplace: https://fluora.ai GitHub repo: https://github.com/fluora-ai/fluora-mcp Base network: https://base.org Block explorer: https://basescan.org USDC info: https://www.circle.com/en/usdc
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.