Token导航 LogoToken导航TokenDH.com
前端设计敏感数据github未标认证来源可访问许可证需确认审计提醒

bears-workflows熊工作流程

Agent Skill

bears-workflows 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

624

周安装

26

GitHub Stars

公开资料未说明

下载量

208
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:bears-workflows(熊工作流程)
来源仓库:https://github.com/pudap/bears-skills
仓库路径:skills/bears-workflows
安装命令:
npx skills add https://github.com/pudap/bears-skills --skill bears-workflows
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/pudap/bears-skills --skill bears-workflows

简介

bears-workflows 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。

  • 它为 PUDA 工作流提供实验选择和流程指导,支持颜色混合优化等任务。
  • 可通过 npx skills add 命令从指定 GitHub 仓库安装,需结合原始 README 核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

bears workflows

Goal

Provide experiment-selection and workflow guidance for PUDA workflows at bears, then load the correct experiment reference before execution.

Critical Rule

If you are unsure which experiment matches the user's task, ask the user before proceeding. Do not assume.

Experiment Capabilities and When to Use

Colour Mixing Optimization (colour-mixing-opt)

Use for iterative RGB colour mixing to match a target colour via RMSE minimization.

Capabilities:

  • Automated liquid handling on Opentrons OT-2 to mix R, G, B dye volumes
  • Camera capture of mixed colour after each dispensing step
  • VLM-based image processing and ROI extraction for per-well RGB measurement
  • RMSE calculation between mixed and target colour
  • Bayesian Optimization (BO) or LLM-driven suggestion of next volume ratios
  • Iterative protocol generation and execution until stop condition is reached
  • Per-iteration report generation (volumes, RGB, RMSE, next suggestion)

Use this experiment when:

  • The user wants to mix colours to match a target RGB
  • The task involves optimizing volume ratios of dyes to minimize colour error
  • The user mentions colour mixing, RMSE, BO, or LLM-guided liquid handling

Runner script: scripts/run_colour_mixing.py

  • End-to-end experiment runner; edit the config block at the top to change parameters
  • Set ROBOT_IP to the OT-2 IP address in .env for fully automated protocol execution via HTTP API
  • Set OPENROUTER_API_KEY environment variable before running
  • Outputs: generated protocols in protocols/, corrected images in images/, live report in reports/report.md

Before running:

Viscosity Optimization (viscosity-optimization)

Use for iterative tuning of Opentrons OT-2 liquid handling parameters for viscous fluids using gravimetric feedback.

Capabilities:

  • Automated protocol generation and execution on Opentrons OT-2
  • Concurrent gravimetric data collection from a mass balance (4 Hz) during each run
  • Automatic data processing: outlier removal, phase slicing, normalisation
  • Transfer error calculation (signed and absolute, in µL)
  • Bayesian Optimization (LCB or EI) or LLM-driven suggestion of next protocol parameters
  • Optimizable parameters: flow rates, delays, aspirate/dispense offsets
  • Per-iteration report generation (params, signed error, absolute error)

Use this experiment when:

  • The user wants to improve pipetting accuracy for viscous or non-water liquids
  • The task involves tuning flow rate, delay, or offset parameters to minimize transfer error
  • The user mentions gravimetric calibration, balance feedback, or viscosity optimization
  • The user mentions BO, LCB, EI, or LLM-guided pipetting parameter optimization

Before running:


Selection Workflow

  1. Parse user intent and identify the experiment type.
  2. Match intent to the experiment capabilities above.
  3. If experiment selection is unclear or ambiguous, ask the user and wait for confirmation.
  4. Load the corresponding reference file.
  5. Proceed with the experiment workflow only after the experiment is confirmed.

Output Guidance

When answering experiment-selection questions:

  • State the recommended experiment and a one-line reason tied to its capability.
  • If uncertain, ask a direct clarification question instead of guessing.

Critical Rules

  1. Always ask for all required inputs (target colour, thresholds, limits, deck layout) before starting any experiment.
  2. Ask the user for the OT-2 robot IP address before running, and set it as ROBOT_IP in .env.
  3. Ask the user for the OpenRouter API key if not already set in the environment.
  4. Invoke puda-memory after every protocol creation and run to keep experiment.md current.
  5. Opentrons protocols must always end with no tip attached to any pipette.
  6. Ask user if unsure — do not assume.

适合场景

01

调用多模型

02

代码和文本生成

03

Agent 推理流程

04

OpenRouter 模型接入

能力概览

能力 1

统一调用多种 LLM

能力 2

支持 Claude、Gemini、Kimi 等模型

能力 3

适合聊天、代码和推理任务

能力 4

可作为 Agent 模型调用入口

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

平台分布

Codex

33.41%
按下载量换算69

Claude

29.96%
按下载量换算62

Cursor

19.72%
按下载量换算41

Gemini CLI

8.73%
按下载量换算18

安全审计

Gen Agent Trust Hub

通过

Socket

可疑

Snyk

可疑

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills