Use Case
conversations isn't just for solo use β teams can share skills and build consistent AI workflows across the organization. Import conversation history from OpenClaw sessions/*.jsonl to local SQLite for FTS5 full-text search. It becomes a real memory bank, supports semantic query of historical conversations, and makes organization and review more efficient. After installation, run import once, and you can query it at any time. This guide covers how to deploy conversations for your team, standardize prompts, and create shared workflows that everyone can use.
Install conversations in your project directory: .claude/skills/conversations/
Commit the skill folder to your repository so the whole team has access
Document your team's standard prompts in a shared README
Use conversations in code reviews, standups, and planning sessions
Iterate: collect feedback from the team and refine your prompts
Copy these prompts and use them with your AI agent after installing conversations
How can my team use conversations together?
Set up conversations for our project so everyone can use it
Create a shared workflow using conversations for our team
Select your agent
Option 1: Install via CLI (recommended)
Recommended (no pre-install needed)
npx clawhub@latest --dir ~/.claude/skills install conversationsOr via clawhub CLI (if already installed)
clawhub --dir ~/.claude/skills install conversationsβ οΈ Requires Node.js 18+. No Node? Use Option 2 below to download the ZIP instead. Install Node.js β
Option 2: Manual install (no Node required)
Download the ZIP, extract it, and place the folder at the path below. Restart your agent to activate.
Install path
~/.claude/skills/conversations/π‘Extract and place the folder at the path above, then restart your agent.