← 返回 Skills 市场
bytesagain3

Gripper

作者 bytesagain3 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
152
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install gripper
功能描述
Robot gripper reference — jaw types, force calculation, pneumatic vs electric, and end-effector selection. Use when designing gripping systems, selecting act...
使用说明 (SKILL.md)

Gripper — Robot Gripper Reference

Quick-reference skill for gripper types, force calculations, actuator selection, and end-effector design.

When to Use

  • Selecting a gripper type for a robot application
  • Calculating required gripping force for a payload
  • Choosing between pneumatic, electric, and vacuum grippers
  • Designing custom jaw geometry for specific parts
  • Troubleshooting grip failures in production

Commands

intro

scripts/script.sh intro

Gripper fundamentals — types, actuation methods, key specifications.

types

scripts/script.sh types

Gripper types: parallel, angular, three-jaw, vacuum, magnetic, soft, adaptive.

force

scripts/script.sh force

Grip force calculation — formulas, safety factors, friction coefficients.

pneumatic

scripts/script.sh pneumatic

Pneumatic grippers — cylinders, valves, air prep, circuit design.

electric

scripts/script.sh electric

Electric grippers — servo, stepper, advantages over pneumatic.

vacuum

scripts/script.sh vacuum

Vacuum grippers — suction cups, venturi generators, cup selection.

applications

scripts/script.sh applications

Gripper applications by industry: automotive, electronics, food, pharma.

checklist

scripts/script.sh checklist

Gripper selection and commissioning checklist.

help

scripts/script.sh help

version

scripts/script.sh version

Configuration

Variable Description
GRIPPER_DIR Data directory (default: ~/.gripper/)

Powered by BytesAgain | bytesagain.com | [email protected]

安全使用建议
This skill appears to be a self-contained reference implemented as a local bash script that prints engineering guidance and formulas. Before installing or executing: (1) review the entire scripts/script.sh (the provided content was truncated in the listing) to confirm there are no hidden network calls, file writes, or command substitutions later in the file; (2) run the script in a sandbox or isolated environment if you want to be extra cautious; (3) if you set GRIPPER_DIR, point it to a directory you control (it’s only for local data storage per the docs). If you see any curl/wget, base64, eval, or unexpected subprocess calls in the remainder of the script, treat it as suspicious and stop. Otherwise the skill is coherent with its stated purpose.
功能分析
Type: OpenClaw Skill Name: gripper Version: 1.0.0 The 'gripper' skill is a purely informational reference tool for robotics engineering, providing data on gripper types, force calculations, and industrial applications. The shell script (scripts/script.sh) only outputs static text via heredocs and contains no network calls, file system modifications, or suspicious execution logic.
能力评估
Purpose & Capability
Name/description (robot gripper reference) matches the runtime instructions and the included scripts which implement subcommands for types, force calculations, pneumatic/electric/vacuum guidance and checklists. There are no unrelated credentials, binaries, or install steps.
Instruction Scope
SKILL.md instructs the agent to run local commands (scripts/script.sh <command>) that produce reference text. The provided script functions only print documentation and formulas; there are no instructions to read unrelated system files, collect environment secrets, or send data externally in the visible portion.
Install Mechanism
No install spec — instruction-only usage with a bundled shell script. No downloads, package managers, or archive extraction are declared. The script is executed locally from the skill bundle.
Credentials
The skill declares an optional GRIPPER_DIR for local data storage but requires no environment variables or credentials. The script content shown does not access or exfiltrate secrets or external services.
Persistence & Privilege
always is false and the skill does not request persistent elevated privileges or modify other skill/system configs. It runs locally with normal agent invocation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gripper
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gripper 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug gripper
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Gripper 是什么?

Robot gripper reference — jaw types, force calculation, pneumatic vs electric, and end-effector selection. Use when designing gripping systems, selecting act... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 152 次。

如何安装 Gripper?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install gripper」即可一键安装,无需额外配置。

Gripper 是免费的吗?

是的,Gripper 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Gripper 支持哪些平台?

Gripper 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Gripper?

由 bytesagain3(@bytesagain3)开发并维护,当前版本 v1.0.0。

💬 留言讨论