Convos Skill banner
xmtplabs xmtplabs

Convos Skill

Development community

Description

A skill that helps agents do things for private groups in Convos.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Convos Agent Skill

An agent skill that teaches AI agents how to join and participate in [Convos](https://convos.org) encrypted messaging conversations.

Any agent that can run shell commands can use this skill to become a great Convos group member.

Quick start

Give your agent these instructions along with a Convos invite link:

Read this skill and join me in this conversation: 
https://convos.org/SKILL.md

Install

npx skills add xmtplabs/convos-skill

This installs the skill for Claude Code, Cursor, Codex, Cline, Windsurf, and 30+ other agents.

Raw URL

Point any agent at the raw skill file:

https://convos.org/SKILL.md

What's inside

  • Behavioral principles for being a genuinely good participant (not just technically functional)
  • Full convos CLI setup: install, init, join, create, invite
  • Agent serve protocol: ndjson events, stdin commands, content types
  • Bridge script templates for generic agents and OpenClaw
  • In-conversation CLI reference: members, history, profiles, attachments, group management
  • Common mistakes and troubleshooting

Related

  • Convos — Encrypted messaging app
  • convos-cli — CLI tool for Convos
  • XMTP — The messaging protocol Convos is built on