Three production-ready skills for the Clawdbot ecosystem.
Knowledge graph operations via REST API
Query and manage your knowledge graph with automatic service discovery.
- Dynamic configuration (env var, Clawdbot config, or default)
- Works with Neo4j + Qdrant + Graphiti
- Pure bash implementation
Browser-based screen sharing with vision analysis
Share your screen from any device and analyze it with AI.
- WebRTC screen sharing (port 18795)
- Model-agnostic (Gemini, Claude, Qwen3-VL, etc.)
- Remote access with auto-detected URLs
- OS screenshot fallback
Multi-agent deliberation with Memory Bridge
Structured debate using the Council Chamber pattern.
- Single session, multiple personas
- Graphiti Memory Bridge integration
- 3-turn deliberation with synthesis
- Cross-pollination between members
clawdhub install graphiti
clawdhub install screen-monitor
clawdhub install councilgit clone https://github.com/emasoudy/clawdbot-skills.git
cp -r clawdbot-skills/{graphiti,screen-monitor,council} ~/.clawdbot/skills/- Clawdbot ≥ 2026.1.17
- Specific requirements per skill (see individual READMEs)
- ✅ Git-pull safe (persist in
~/.clawdbot/skills/) - ✅ Zero core modifications
- ✅ Model-agnostic (where applicable)
- ✅ Dynamic configuration
- ✅ Comprehensive documentation
Contributions welcome! Please open an issue or PR.
MIT License - See LICENSE file for details.
Essam Masoudy
Published on ClawdHub | council • graphiti • screen-monitor