Token导航 LogoToken导航TokenDH.com
开发敏感数据clawhub未标认证来源可访问clear审计提醒

blueai-models蓝艾型号

Agent Skill

blueai-models 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,994

周安装

160

GitHub Stars

公开资料未说明

下载量

1,293
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:blueai-models(蓝艾型号)
来源仓库:https://github.com/dr-xiaoming/blueai-models
安装命令:
openclaw skills install blueai-models
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install blueai-models

简介

BlueAI Models 从 OpenClaw 统一代理服务配置和管理 AI 模型,支持添加新模型和选择推理引擎。

  • 适合需要集中管控多模型服务的场景,简化 API 调用和版本升级流程。
  • 核心能力包括模型注册、负载均衡、配额管理,支持灰度发布。
  • 使用前需编辑 openclaw.json 配置文件,确认密钥权限和计费方式。
  • 建议定期审计模型使用情况,关闭闲置实例节省成本。

SKILL.md

name
blueai-models
description
|
Covers
Claude, GPT, Gemini, DeepSeek, Qwen, Doubao, Kimi, Grok, MiniMax via BlueAI relay.

BlueAI Models for OpenClaw

Quick Start

Add a model to OpenClaw:

python3 scripts/add_model.py gemini-2.5-flash --alias flash
python3 scripts/add_model.py claude-sonnet-4-6 --alias sonnet
openclaw gateway restart

Test connectivity:

python3 scripts/test_model.py gemini-2.5-flash
python3 scripts/test_model.py --all-configured

List available models:

python3 scripts/add_model.py --list

Image Generation

Gemini image models generate images via Chat Completions (/v1/chat/completions), not the Images API. Send a prompt as a normal message; the model returns base64-encoded images in Markdown.

# Add image models
python3 scripts/add_model.py gemini-3.1-flash-image-preview
python3 scripts/add_model.py gemini-3-pro-image-preview
openclaw gateway restart

# Test image generation
python3 scripts/test_model.py gemini-3.1-flash-image-preview --image-gen
python3 scripts/test_model.py gemini-3-pro-image-preview --image-gen --save ./test-output
ModelSpeedQualityEdit SupportBest For
gemini-3.1-flash-image-preview⚡ FastGoodQuick prototypes, batch
gemini-3-pro-image-previewMedium⭐ BestHigh-quality creative
gemini-2.5-flash-image⚡ FastGoodImage editing

For detailed usage, prompt tips, Python examples, and edit workflows: read references/image-generation.md.

Endpoints

TypeBase URLNote
Claude (Anthropic)https://bmc-llm-relay.bluemediagroup.cnNo /v1
Everything else (OpenAI)https://bmc-llm-relay.bluemediagroup.cn/v1With /v1

Same API key works for all models.

Model Selection Quick Guide

NeedModelWhy
Cheapest + goodgemini-2.5-flash$0.15/M in, 1M context
Best ChineseDeepSeek-V3.2Top Chinese quality, cheap
Vision + cheapgpt-4o-mini or gemini-2.5-flashImage input, low cost
Strong reasoningo4-mini or DeepSeek-R1CoT reasoning
Best overallclaude-opus-4-6-v1128K output, Agent coding
Balancedclaude-sonnet-4-61/5 Opus price, most tasks
Code specialistgpt-5.2-codex128K output, code focused
Ultra-long contextxai.grok-4-fast-non-reasoning2M tokens
Image gen (fast)gemini-3.1-flash-image-previewChat-based, cheap
Image gen (quality)gemini-3-pro-image-previewBest Gemini quality
Image editgemini-2.5-flash-imageSend image + edit instruction

References

  • Full model catalog: Read references/model-catalog.md for all 100+ models with specs
  • OpenClaw config guide: Read references/openclaw-config.md for JSON structure and examples
  • Model selection decision tree: Read references/model-selection.md for task-based recommendations
  • Image generation guide: Read references/image-generation.md for Gemini image gen usage, prompts, and code examples

Key Rules

  1. Claude models use api: "anthropic-messages", baseUrl without /v1
  2. All other models use api: "openai-completions", baseUrl with /v1
  3. DeepSeek/Qwen text models: set input: ["text"] only (no image)
  4. MiniMax: must use OpenAI endpoint, does not support Claude endpoint
  5. gemini-3-pro-preview deprecated 2026-03-26 → use gemini-3.1-pro-preview
  6. Gemini image models use chat completions, not images API — output is base64 in Markdown
  7. After config changes: openclaw gateway restart

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

76.02%
按下载量换算983

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills