Gripper

v1.0.0

Robot gripper reference — jaw types, force calculation, pneumatic vs electric, and end-effector selection. Use when designing gripping systems, selecting act...

0· 149·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for bytesagain3/gripper.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Gripper" (bytesagain3/gripper) from ClawHub.
Skill page: https://clawhub.ai/bytesagain3/gripper
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install gripper

ClawHub CLI

Package manager switcher

npx clawhub@latest install gripper
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97a2qp2ghgdnx4wgqj03ztmv583a4pv
149downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

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

VariableDescription
GRIPPER_DIRData directory (default: ~/.gripper/)

Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

Comments

Loading comments...