OpenClaw · Skill
Tribe Protocol
Tribe Protocol is a trust lookup system for OpenClaw bots. It stores Discord entities in a SQLite database with five trust tiers, from blocked to owner, and requires a lookup before every non-owner bot interaction. Tier assignments determine what data and channels each entity can access.
Install
Start with the primary install command. Alternate entrypoints are included below for ClawHub and OpenClaw CLI users.
Primary command
clawhub install cheenu1092-oss/tribe-protocolClawHub installer
npx clawhub@latest install cheenu1092-oss/tribe-protocolOpenClaw CLI
openclaw skills install cheenu1092-oss/tribe-protocolDirect OpenClaw install
openclaw install cheenu1092-oss/tribe-protocolWhat this skill does
Tribe Protocol is a trust lookup system for OpenClaw bots. It stores Discord entities in a SQLite database with five trust tiers, from blocked to owner, and requires a lookup before every non-owner bot interaction. Tier assignments determine what data and channels each entity can access.
Why it matters
Centralizes per-entity access control in a single SQLite database instead of scattering permission checks across bot scripts.
Typical use cases
- Blocking a bad actor from receiving any bot responses
- Granting a new collaborator access to specific bot channels
- Promoting a contact from acquaintance to tribe tier
- Auditing which Discord users have interacted with a bot and when
- Restricting private data visibility to owner-tier entities only
Source instructions
Quick overview
Tribe Protocol is a trust lookup system for OpenClaw bots. It stores Discord entities in a SQLite database with five trust tiers, from blocked to owner, and requires a lookup before every non-owner bot interaction. Tier assignments determine what data and channels each entity can access.
Centralizes per-entity access control in a single SQLite database instead of scattering permission checks across bot scripts.
Common tasks
- Blocking a bad actor from receiving any bot responses
- Granting a new collaborator access to specific bot channels
- Promoting a contact from acquaintance to tribe tier
- Auditing which Discord users have interacted with a bot and when
- Restricting private data visibility to owner-tier entities only
Install paths
Primary command
openclaw install cheenu1092-oss/tribe-protocol
ClawHub installer
npx clawhub@latest install cheenu1092-oss/tribe-protocol
OpenClaw CLI
openclaw skills install cheenu1092-oss/tribe-protocol
Direct OpenClaw install
openclaw install cheenu1092-oss/tribe-protocol
Skill metadata
- Category: Health & Fitness
- Language: Markdown
- Version: 1.0.1
- Security status: Benign
Review upstream source
The full public SKILL.md body is not directly fetchable for this entry right now, so this page is using the best available catalog metadata. Review the upstream source page for the latest files, version history, and security scan details: https://clawhub.ai/cheenu1092-oss/tribe-protocol