A robust command-line interface for reading, sending, and managing GroupMe communications and group metadata.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install groupme-cli
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install groupme-cli using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The GroupMe CLI is a specialized developer tool designed to bring full messaging functionality to the terminal environment. By integrating this capability into Openclaw Skills, users can bridge the gap between their development workflow and team communication. It leverages a self-contained JavaScript bundle built with esbuild to provide a fast, responsive interface for interacting with the GroupMe API without the overhead of a heavy web or mobile application.
This tool is particularly valuable for developers who need to monitor group activity, automate notifications, or manage high-volume direct messages. It supports fuzzy matching for group names, making it intuitive to use even when group IDs are not readily available, and offers full JSON output support for seamless integration into larger scripts and automation pipelines.
groups, read, or send followed by flags to specify targets and content.To integrate this into your Openclaw Skills environment, install from source using the following steps:
git clone https://github.com/cuuush/groupme-cli
cd groupme-cli
npm install
npm run bundle
npm link
After installation, configure your credentials:
groupme config --token YOUR_ACCESS_TOKEN
The GroupMe CLI organizes configuration and output using a structured approach suitable for Openclaw Skills automation:
| Data Type | Location / Format | Description |
|---|---|---|
| Configuration | ~/.config/groupme/config.json |
Stores the API token and local settings. |
| Group Metadata | JSON Object | Includes group_id, name, members, and last_message. |
| Message Data | JSON Array | List of message objects containing id, text, sender_id, and created_at. |
| User Info | JSON Object | Details of the authenticated user account via the me command. |
--json flag, making it a perfect building block for Openclaw Skills scripts.--limit and --before flags for deep log retrieval.Loading
A lightweight weather skill providing instant local forecasts and meteorological data via terminal-friendly services without requiring any API keys.

A real-time smart money analytics API offering 63 endpoints for deep-tier trading intelligence across Polymarket, Hyperliquid, and Meteora with no API keys required.

A regulatory specialist agent designed to assess healthcare organizations against HIPAA, FDA, and emerging AI healthcare laws.

A digital companion skill that allows AI agents to monitor and care for a local Drakeling creature daemon.

A comprehensive end-to-end hiring system designed for companies scaling from 15 to 500 employees to ensure high-quality, cost-effective talent acquisition.

A historical data retrieval skill that fetches and filters major global events from Wikipedia based on a specific date.








































