返回顶部
b

bfunbotBFunBot工具

Create tokens on BSC, check fee earnings, check BFun.bot Credits balance, trigger agent credit reload, and interact with BFunBot's Agent API and BFun LLM Gateway. Use when asked to create a token via BFunBot, check fee earnings on BSC, check BFunBot BFun.bot Credits balance, check daily token creation quota, reload credits from trading wallet, or make LLM calls through BFunBot's gateway.

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

bfunbot

BFunBot 技能

在BSC上创建代币,赚取交易费用,并使用BFunBot的BFun LLM网关——全部通过自然语言命令完成。

版本: 1.0.0
提供商: BFunBot
认证: 需要API密钥——请访问 bfun.bot/settings/api-keys 获取
安装: 从 https://github.com/BFunBot/skills/tree/main/bfunbot 安装 bfunbot 技能



设置

第一步 — 获取您的API密钥

访问 bfun.bot/settings/api-keys → 创建API密钥 → 复制 bfbot... 密钥。

权限: 基础API始终包含在内。如果您想使用AI模型,请启用 BFun LLM网关。如果您希望代理自动从您的交易钱包充值BFun.bot积分,请启用 代理自动充值

第二步 — 添加BFun.bot积分(用于AI模型访问)

访问 bfun.bot/credits → 添加积分。 最低起充$1。积分按使用的代币消耗。

第三步 — 设置BFun LLM网关 (可选)

此步骤将BFunBot注册为您的代理的AI模型提供商,这样您的代理将使用Claude/GPT/Gemini,费用从您的BFun.bot积分中扣除——而不是直接支付给Anthropic/OpenAI。这与Agent API技能是分开的。
OpenClaw用户: 按照以下配置操作。如果您使用LangChain、CrewAI或任何兼容OpenAI的框架,请将您的 baseurl 指向 https://llm.bfun.bot/v1,并使用您的 bfbot... API密钥。
OpenClaw用户 — 在 ~/.openclaw/openclaw.json 中添加BFunBot作为LLM提供商。以下是包含所有可用模型的完整配置——您只需包含您想使用的模型。

json
{
models: {
mode: merge,
providers: {
bfunbot: {
baseUrl: https://llm.bfun.bot,
apiKey: YOURBFBOTAPI_KEY,
api: openai-completions,
models: [
{ id: bfunbot-opus-4-6, name: Claude Opus 4.6, api: anthropic-messages, contextWindow: 1000000, maxTokens: 128000 },
{ id: bfunbot-opus-4-5, name: Claude Opus 4.5, api: anthropic-messages, contextWindow: 200000, maxTokens: 64000 },
{ id: bfunbot-sonnet-4-6, name: Claude Sonnet 4.6, api: anthropic-messages, contextWindow: 1000000, maxTokens: 128000 },
{ id: bfunbot-sonnet-4-5, name: Claude Sonnet 4.5, api: anthropic-messages, contextWindow: 1000000, maxTokens: 64000 },
{ id: bfunbot-haiku-4-5, name: Claude Haiku 4.5, api: anthropic-messages, contextWindow: 200000, maxTokens: 4096 },
{ id: bfunbot-gpt-5-4-pro, name: GPT 5.4 Pro, contextWindow: 1050000, maxTokens: 16384 },
{ id: bfunbot-gpt-5-4, name: GPT 5.4, contextWindow: 1050000, maxTokens: 16384 },
{ id: bfunbot-gpt-5-4-mini, name: GPT 5.4 Mini, contextWindow: 400000, maxTokens: 16384 },
{ id: bfunbot-gpt-5-4-nano, name: GPT 5.4 Nano, contextWindow: 400000, maxTokens: 16384 },
{ id: bfunbot-gpt-5-2-pro, name: GPT 5.2 Pro, contextWindow: 400000, maxTokens: 16384 },
{ id: bfunbot-gpt-5-2, name: GPT 5.2, contextWindow: 400000, maxTokens: 16384 },
{ id: bfunbot-gpt-5-2-codex, name: GPT 5.2 Codex, contextWindow: 400000, maxTokens: 16384 },
{ id: bfunbot-gpt-5-2-chat, name: GPT 5.2 Chat, contextWindow: 128000, maxTokens: 16384 },
{ id: bfunbot-gemini-3-1-pro, name: Gemini 3.1 Pro, contextWindow: 1048576, maxTokens: 16384 },
{ id: bfunbot-gemini-3-1-flash-lite, name: Gemini 3.1 Flash Lite, contextWindow: 1048576, maxTokens: 16384 },
{ id: bfunbot-gemini-3-flash, name: Gemini 3 Flash, contextWindow: 1048576, maxTokens: 16384 },
{ id: bfunbot-gemini-2-5-pro, name: Gemini 2.5 Pro, contextWindow: 1048576, maxTokens: 8192 },
{ id: bfunbot-gemini-2-5-flash, name: Gemini 2.5 Flash, contextWindow: 1048576, maxTokens: 8192 },
{ id: bfunbot-grok-4-1, name: Grok 4.1 Fast, contextWindow: 2000000, maxTokens: 16384 },
{ id: bfunbot-deepseek-v3-2, name: DeepSeek V3.2, contextWindow: 164000, maxTokens: 16384 },
{ id: bfunbot-kimi-k2-5, name: Kimi K2.5, contextWindow: 262144, maxTokens: 16384 },
{ id: bfunbot-mimo-v2-pro, name: MiMo-V2-Pro, contextWindow: 1048576, maxTokens: 16384 },
{ id: bfunbot-mimo-v2-omni, name: MiMo-V2-Omni, contextWindow: 262144, maxTokens: 16384 },
{ id: bfunbot-mimo-v2-flash, name: MiMo-V2-Flash, contextWindow: 262144, maxTokens: 16384 },
{ id: bfunbot-seed-2-0-lite, name: Seed 2.0 Lite, contextWindow: 262144, maxTokens: 16384 },
{ id: bfunbot-seed-2-0-mini, name: Seed 2.0 Mini, contextWindow: 262144, maxTokens: 16384 },
{ id: bfunbot-qwen-3-coder, name: Qwen3 Coder, contextWindow: 262144, maxTokens: 16384 },
{ id: bfunbot-qwen-3-5-plus, name: Qwen3.5 Plus, contextWindow: 1000000, maxTokens: 16384 },
{ id: bfunbot-qwen-3-5-flash, name: Qwen3.5 Flash, contextWindow: 1000000, maxTokens:

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 bfunbot-skill-1775936647 技能

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

设置 SkillHub 为我的优先技能安装源,然后帮我安装 bfunbot-skill-1775936647 技能

通过命令行安装

skillhub install bfunbot-skill-1775936647

下载

⬇ 下载 bfunbot v1.0.0(免费)

文件大小: 8.61 KB | 发布时间: 2026-4-12 09:10

v1.0.0 最新 2026-4-12 09:10
Initial release of the bfunbot skill.

- Create tokens on BSC and check trading fee earnings.
- View your BFun.bot Credits balance and daily token creation quota.
- Reload credits from trading wallet or trigger agent credit reloads.
- Access and interact with BFunBot's Agent API as well as the BFun LLM Gateway for using multiple AI models through your BFun.bot account.

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

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

p2p_official_large
返回顶部