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

bnbot-mascotbnbot 吉祥物

Agent Skill

bnbot-mascot 用于处理图像、截图、视觉识别或图片素材相关工作,适合在 OpenClaw 中需要让 Agent 分析图片、整理视觉素材或辅助图像流程时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

9,744

周安装

406

GitHub Stars

公开资料未说明

下载量

3,248
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install bnbot-mascot

简介

依据参考图像生成 BNBOT 龙虾吉祥物风格插图。

  • 适用于品牌宣传物料或社群互动素材制作。bnbot-mascot 属于开发类 Skill,可作为该场景下的辅助能力补充。
  • 保持视觉一致性,支持多样化姿势与背景定制。
  • 输出为图片文件,可直接用于网页或打印场景。
  • 建议提前提供风格样本以确保符合预期效果。

SKILL.md

name
bnbot-mascot
description
Generate BNBOT lobster-bot mascot images in consistent style using reference images. Use when the user asks to generate mascot illustrations, character poses, tweet images, stickers, or any BNBOT branded artwork. Triggers on requests like "generate a mascot image", "make a BNBOT illustration", "create a tweet image with the lobster", "generate mascot sticker".
version
0.1.0
homepage
https://github.com/jackleeio/bnbot-mascot-skill
metadata
openclaw
emoji
\F99E
os
[darwin, linux]
requires
skills
[bnbot]

BNBOT Mascot Generator

Generate BNBOT's lobster-bot mascot in various poses and scenarios while maintaining consistent character design, using existing reference images for style matching.

How It Works

  1. Takes a reference image from the pre-approved set (V6/V7/V8 candidates)
  2. Sends it to Gemini as style reference along with the action prompt
  3. Gemini generates a new image matching the style
  4. Green-screen chromakey removes background for transparent PNG

Prerequisites

  • Python: /Users/jacklee/Projects/BNBOT/backend/.venv/bin/python
  • Dependencies: google-genai, numpy, Pillow (already installed)
  • API key: GOOGLE_AI_API_KEY in /Users/jacklee/Projects/BNBOT/.env
  • Reference images in ~/.claude/skills/bnbot-mascot/references/

Usage

Quick generation via CLI

/Users/jacklee/Projects/BNBOT/backend/.venv/bin/python \
  ~/.claude/skills/bnbot-mascot/scripts/generate_mascot.py \
  "waving hello cheerfully" \
  output.png \
  full-body-front

In Python script

import sys
sys.path.insert(0, "/Users/jacklee/.claude/skills/bnbot-mascot/scripts")
from generate_mascot import generate_mascot

# Full body mascot
result = generate_mascot(
    action="waving hello cheerfully",
    output_path="mascot_wave.png",
    reference="full-body-front",       # style reference
    background="transparent",           # or "black", "white"
)

# Logo/icon version (head + claws only)
result = generate_mascot(
    action="looking excited",
    output_path="mascot_icon.png",
    reference="logo-head-claws",
)

Available References

ReferenceDescriptionBest for
full-body-frontFront facing, symmetric, claws raisedGeneral mascot, banners
full-body-sidePlayful side pose, one claw upDynamic illustrations
full-body-actionAction pose, LED heart eyeExciting/promo content
full-body-cuteCute pose, CRT head, winkingFriendly/approachable content
logo-head-clawsHead + claws only, no bodyIcons, logos, small sizes

Action Ideas

For tweets / social media

  • waving hello cheerfully - 打招呼
  • giving a thumbs up with one claw - 点赞
  • holding a golden trophy - 庆祝成就
  • sitting at a computer typing - 工作中
  • wearing sunglasses, looking cool - 耍酷
  • holding a megaphone, announcing something - 宣传
  • celebrating with confetti - 庆祝
  • thinking with one claw on chin - 思考

For stickers / reactions

  • laughing happily - 开心
  • crying with pixel tears on screen - 伤心
  • angry with pixel fire eyes - 生气
  • sleeping with pixel ZZZ on screen - 睡觉
  • shocked with pixel exclamation marks - 惊讶
  • heart eyes, both eyes showing pixel hearts - 喜爱

For branded content

  • holding a sign that says BNBOT - 品牌展示
  • standing next to the Twitter/X logo - 社交媒体
  • emerging from a computer screen - 科技感
  • riding a rocket - 增长/发射

Saving Output

For tweet images, save to a convenient location:

result = generate_mascot(
    action="your action here",
    output_path="/Users/jacklee/Desktop/mascot_tweet.png",
    background="black",  # use "black" for tweet-ready images
)

Character Identity (DO NOT MODIFY)

The mascot is a Lobster Bot with these immutable features:

  • Head: Golden retro TV/monitor frame, dark screen
  • Face: LED pixel style - pink heart left eye, golden dash right eye, pixel smirk
  • Antenna: Two with golden ball tips
  • Claws: Golden with gear joints (mechanical but clean)
  • Body: Red-orange lobster, chibi proportions
  • Style: Cartoon vector, cel-shaded, thick outlines, sticker art
  • Colors: Gold #FFD700, Pink #FF4466, Red-orange #E85D3A, Dark screen #1A1A2E

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

76.68%
按下载量换算2,491

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills