groupme-cli

Send and read GroupMe messages via the groupme CLI. Use when asked to list groups, read messages, send messages to groups, or manage GroupMe direct messages from the command line.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "groupme-cli" with this command: npx skills add cuuush/groupme-cli

GroupMe CLI

Send and read GroupMe messages from the command line using the groupme CLI.

Setup

Installation

git clone https://github.com/cuuush/groupme-cli
cd groupme-cli
npm install
npm run bundle
npm link

Note: npm run bundle uses esbuild to produce a single self-contained file at dist/groupme-cli.js. No separate TypeScript compilation step needed — just install, bundle, and link.

Authentication

Get your GroupMe API token from dev.groupme.com → Access Token, then configure:

groupme config --token YOUR_ACCESS_TOKEN

Or use the GROUPME_TOKEN environment variable, or pass --token to any command.

Core Commands

List Groups

groupme groups
groupme groups --json

Read Messages

# Latest messages from a group
groupme read --group GROUP_ID

# More messages
groupme read --group GROUP_ID --limit 50

# Paginate older messages
groupme read --group GROUP_ID --before MESSAGE_ID

# JSON output
groupme read --group GROUP_ID --json

Send a Message

groupme send --group GROUP_ID --message "Hello!"

Direct Messages

# Read DMs
groupme dm-read --user USER_ID

# Send a DM
groupme dm --user USER_ID --message "Hey!"

List DM Conversations

groupme chats
groupme chats --page 2 --per-page 10

Current User Info

groupme me

Fuzzy Group Search

Groups support fuzzy name matching — you can use partial names when referencing groups in commands.

Global Options

  • --token <token> — Override configured token
  • --json — Machine-readable JSON output
  • --help — Show help

Tips

  • Run groupme groups --json to get GROUP_IDs for use in other commands
  • Use --json output to pipe into other tools or for scripting
  • Config is stored at ~/.config/groupme/config.json

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

vibe-coding-skills-installer

Install vibe coding skill sets (openspec, gstack, superpowers) for any supported agent platform (Cursor, Claude Code, Codex, etc.). Interactively asks about...

Registry SourceRecently Updated
Coding

基于课程内容说明生成图文并茂的的PPT

高校教师课程PPT生成技能。当老师需要制作教学内容课件、备课PPT、教学演示文稿、实验指导手册时触发。支持数据科学、大数据技术、Python编程、深度学习、机器学习、数据可视化等多个学科领域。触发词:课程PPT、制作课件、备课PPT、教学演示、实验指导。

Registry SourceRecently Updated
Coding

HSCIQ MCP - Customs Query

HS Code Lookup for Chinese Products. Query customs codes, tariff rates, declaration elements, and regulatory requirements via HSCIQ MCP API. Create classific...

Registry SourceRecently Updated
5140toucao
Coding

rust-engineer

Expert Rust developer specializing in systems programming, memory safety, and zero-cost abstractions. Masters ownership patterns, async programming, and perf...

Registry SourceRecently Updated