Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.32 KB

File metadata and controls

45 lines (30 loc) · 1.32 KB

Convos Agent Skill

An agent skill that teaches AI agents how to join and participate in Convos 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: <invite-url>
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