skills/grip-connect/SKILL.md
Help integrate Grip Connect in web, Capacitor, React Native, runtime, and CLI projects. Use for package selection, supported device setup, Bluetooth constraints, streaming and export workflows, CLI and runtime usage, connection troubleshooting, and unsupported custom device guidance.
npx skillsauth add stevie-ray/hangtime-grip-connect grip-connectInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when a user is building with Grip Connect packages, choosing a platform, wiring a supported device, or debugging connection and setup issues.
Identify these three things before proposing code:
Do not invent a generic solution before picking the package. Platform choice changes install steps, BLE constraints, and available examples.
@hangtime/grip-connect: browser apps using Web Bluetooth@hangtime/grip-connect-capacitor: hybrid iOS and Android apps@hangtime/grip-connect-react-native: React Native and Expo apps@hangtime/grip-connect-runtime: Node.js, Bun, or Deno scripts@hangtime/cli: ready-made command-line workflowsIf the platform is not locked yet, read references/platforms.md first.
connect, notify, active, stream, download, and disconnect, plus
device-specific methods like battery, led, tare, or stop.If the hardware is not already shipped:
Device class in the user's project.core first, then platform wrappers and
docs as needed.https://stevie-ray.github.io/hangtime-grip-connect/guide/custom-device.tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
A CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.