返回顶部
f

fluora-setupFluora安装向导

Interactive setup wizard for Fluora marketplace integration. Clones fluora-mcp from GitHub, builds locally, generates wallet, and configures mcporter.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.2.1
安全检测
已通过
1,232
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

fluora-setup

Fluora Setup - Interactive Onboarding Wizard (GitHub Version)

Complete setup wizard for accessing the Fluora marketplace. Uses the official GitHub repository for the latest working version.

What This Skill Does

Automates the entire Fluora setup process:

  1. 1. ✅ Clones fluora-mcp from GitHub (https://github.com/fluora-ai/fluora-mcp)
  2. ✅ Installs dependencies and builds locally
  3. ✅ Generates wallet (auto-creates ~/.fluora/wallets.json)
  4. ✅ Extracts wallet address from private key
  5. ✅ Displays funding instructions
  6. ✅ Configures mcporter with local Fluora registry
  7. ✅ Verifies setup is working

Prerequisites

  • - Node.js 18+
  • npm
  • git
  • mcporter installed (optional, will guide if missing)

Usage

From OpenClaw Agent

CODEBLOCK0

Direct Script Usage

CODEBLOCK1

What Gets Created/Modified

1. Local fluora-mcp Repository

CODEBLOCK2

Cloned from GitHub and built locally with all dependencies.

2. Wallet File

CODEBLOCK3

Auto-generated on first run with structure:
CODEBLOCK4

3. mcporter Config

~/.openclaw/workspace/config/mcporter.json
(or ~/.mcporter/mcporter.json if workspace config doesn't exist)

Adds Fluora registry pointing to local build:
CODEBLOCK6

Note: Uses the LOCAL GitHub build, not npx fluora-mcp from npm, because the npm version has a parameter parsing bug.

Wallet Funding

The skill will display your wallet address and instructions:

CODEBLOCK7

Network Details

  • - Network: Base (Coinbase L2)
  • Token needed: USDC only (for service payments, $5-10 recommended)
  • Payments: Handled automatically with USDC, no additional tokens needed

Where to Get USDC on Base

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

Verification

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)

Return Value

CODEBLOCK8

After Setup

Test Your Setup

CODEBLOCK9

Start Building

Now you can use the other Fluora skills:

  1. 1. workflow-to-monetized-mcp - Generate your own service
  2. railway-deploy - Deploy to Railway
  3. fluora-publish - List on marketplace

Troubleshooting

"git clone failed"

Ensure you have git installed and internet access.

"npm install failed"

Check Node.js version (18+) and npm is working.

"Build failed"

Check the error in the build output. Usually dependency issues.

"wallets.json not created"

Run the local fluora-mcp once manually: CODEBLOCK10

"Invalid private key"

The key in ~/.fluora/wallets.json should be 0x-prefixed hex string (66 characters).

"Wrong network"

Make sure you're sending USDC on Base network, not Ethereum mainnet or other L2s.

"Still no balance after funding"

  • - 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)

Why GitHub Instead of npm?

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

Security Notes

Private Key Safety

  • - ~/.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

Best Practices

  • - Fund with small amounts initially $1 USDC
  • Rotate wallets if compromised
  • Use separate wallet for each OpenClaw instance

Cost Summary

Setup Costs

  • - fluora-mcp clone: Free
  • Initial funding: $1 USDC

Ongoing Costs

  • - 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

Example Usage

  • - $5 USDC → ~250-5000 calls (depending on service)
  • Most calls are $0.001-0.02

Resources

  • - 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

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 fluora-setup-1776420039 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 fluora-setup-1776420039 技能

通过命令行安装

skillhub install fluora-setup-1776420039

下载

⬇ 下载 fluora-setup v1.2.1(免费)

文件大小: 9.17 KB | 发布时间: 2026-4-17 20:09

v1.2.1 最新 2026-4-17 20:09
fluora-setup 1.2.1

- Reduced minimum recommended wallet funding from $5–10 USDC to $1 USDC throughout documentation and next steps.
- Updated cost summary and best practices sections to reflect new minimum.
- Added/modified guidance text in return values and after-setup instructions for lower funding requirements.
- Added _meta.json file for improved metadata management.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部