free-ai-bot

🤖 Free AI Bot - 免费 AI 聚合器。整合 Ollama 本地模型 + Cloudflare Workers AI + Groq 等免费资源,智能路由+故障转移,让 AI 零成本运行。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "free-ai-bot" with this command: npx skills add bo-aibot/free-ai-bot

Free AI Bot 🤖

免费 AI 聚合器 - 让 AI 零成本运行

核心理念

免费 ≠ 廉价

  • 本地模型 + 免费 API = 零成本运行
  • 智能路由 = 始终选择最优方案
  • 故障转移 = 一个不行换一个

支持的资源

🏠 本地模型 (完全免费)

模型特点适用场景
llama3.2轻量快速日常对话
qwen2.5中文优化中文任务
phi3.5微软出品推理任务

☁️ 免费云端 API

服务免费额度特点
Cloudflare Workers AI100,000 次/天快速稳定
Groq60次/分钟推理极快
Kimi暂时有限中文友好

环境配置

# 本地模型(推荐)
export OLLAMA_HOST=http://localhost:11434

# Cloudflare Workers AI(可选)
export CF_ACCOUNT_ID=your_account_id
export CF_API_TOKEN=your_token

# Groq(可选)
export GROQ_API_KEY=your_key

使用方式

命令行调用

# 自动选择最佳免费方案
python3 {baseDir}/scripts/ask_free_ai.py "你好"

# 指定使用本地模型
python3 {baseDir}/scripts/ask_free_ai.py "你好" --provider ollama

# 指定使用云端
python3 {baseDir}/scripts/ask_free_ai.py "你好" --provider cloudflare

智能路由逻辑

1. 优先本地模型(最快/免费)
   ↓ 失败
2. Cloudflare Workers AI(稳定)
   ↓ 失败
3. Groq(推理快)
   ↓ 失败
4. 返回错误

故障排除

  • Ollama 未启动: ollama serve
  • API 额度用完: 检查对应服务后台
  • 网络问题: 确认能访问对应 API

贡献

欢迎提交 PR!一起打造最好的免费 AI 方案。

License

MIT License - 免费开源

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Quant Orchestrator (Free)

Multi-Agent AI Quant System with factor mining, strategy generation, and automated backtesting

Registry SourceRecently Updated
3710Profile unavailable
Automation

Openclaw Router

Intelligent Model Routing - Save 60% on AI Costs / 智能路由系统 - 节省 60% 成本

Registry SourceRecently Updated
4250Profile unavailable
Automation

Boktoshi Bot Trading Skill

Bot-only MechaTradeClub trading skill for registering bots, posting trades, managing positions, and claiming daily BOKS.

Registry Source
1.7K1Profile unavailable
Automation

Ollama Local

Manage and use local Ollama models. Use for model management (list/pull/remove), chat/completions, embeddings, and tool-use with local LLMs. Covers OpenClaw sub-agent integration and model selection guidance.

Registry Source
5.7K10Profile unavailable