Interactive setup wizard for Fluora marketplace integration. Clones fluora-mcp from GitHub, builds locally, generates wallet, and configures mcporter.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install fluora-setup或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install fluora-setup⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/fluora-setup/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: fluora-setup description: Interactive setup wizard for Fluora marketplace integration. Clones fluora-mcp from GitHub, builds locally, generates wallet, and configures mcporter. homepage: https://fluora.ai metadata: { "openclaw": { "emoji": "🔧", "requires": { "bins": ["node", "npm", "git"] }, }, } ---
Complete setup wizard for accessing the Fluora marketplace. Uses the official GitHub repository for the latest working version.
Automates the entire Fluora setup process:
fluora-mcp from GitHub (https://github.com/fluora-ai/fluora-mcp)~/.fluora/wallets.json)// 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
From an exchange:
Bridge from Ethereum:
Buy directly on Base:
The skill automatically verifies:
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:
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.
The npm package ([email protected]) has a parameter parsing bug where useService cannot receive parameters correctly. The GitHub repository (v0.1.39+) has the fix.
Bug details:
~/.fluora/wallets.json contains your private key安装 Fluora Setup 后,可以对 AI 说这些话来触发它
Help me get started with Fluora Setup
Explains what Fluora Setup does, walks through the setup, and runs a quick demo based on your current project
Use Fluora Setup to interactive setup wizard for Fluora marketplace integration
Invokes Fluora Setup with the right parameters and returns the result directly in the conversation
What can I do with Fluora Setup in my developer & devops workflow?
Lists the top use cases for Fluora Setup, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/fluora-setup/ 目录(个人级,所有项目可用),或 .claude/skills/fluora-setup/(项目级)。重启 AI 客户端后,用 /fluora-setup 主动调用,或让 AI 根据上下文自动发现并使用。
Fluora Setup 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Fluora Setup 可免费安装使用。请查阅仓库了解许可证信息。
Interactive setup wizard for Fluora marketplace integration. Clones fluora-mcp from GitHub, builds locally, generates wallet, and configures mcporter.
Fluora Setup 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Fluora Setup
Identifies repetitive steps in your workflow and sets up Fluora Setup to handle them automatically