MANDATORY trust lookup for every non-owner interaction. Query tribe.db to check entity trust tier, channel access, and data boundaries before responding. Run 'tribe init' on first install. Use 'tribe lookup <discord_id>' before every non-owner response.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install tribe-protocol或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install tribe-protocol⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/tribe-protocol/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: tribe-protocol version: 1.0.0 description: > MANDATORY trust lookup for every non-owner interaction. Query tribe.db to check entity trust tier, channel access, and data boundaries before responding. Run 'tribe init' on first install. Use 'tribe lookup
Trust lookup system for OpenClaw bots. Every non-owner interaction must be verified against the tribe database before responding.
# Initialize (first time only)
./scripts/tribe.sh init \
--bot-name Cheenu \
--bot-discord-id 000000000000000004 \
--human-name Nagarjun \
--human-discord-id 000000000000000002
# Look up an entity before responding
./scripts/tribe.sh lookup <discord_id>
# Add entities
./scripts/tribe.sh add --name Yajat --type human --discord-id 000000000000000001 --tier 3
# Manage trust
./scripts/tribe.sh set-tier <discord_id> 3 --reason "Promoted to tribe"
./scripts/tribe.sh set-status <discord_id> blocked --reason "Bad actor"
| Tier | Label | Access | |------|-------|--------| | 4 | Owner | Full trust, all data | | 3 | Tribe | Collaborate freely, no private data | | 2 | Acquaintance | Public info only | | 1 | Stranger | Minimal engagement | | 0 | Blocked | Ignore completely |
tribe lookup tribe init — Initialize databasetribe lookup — Query entity by discord_id, name, tag, servertribe add — Add new entitytribe set-tier — Update trust tiertribe set-status — Update statustribe grant / tribe revoke — Channel accesstribe tag — Manage tagstribe roster — List all entitiestribe log — Audit trailtribe export — Dump to markdowntribe stats — Quick summaryTRIBE_DB — Override database pathCLAWD_HOME — Base directory (default: ~/clawd)sqlite3 (pre-installed on macOS/most Linux)安装 Tribe Protocol 后,可以对 AI 说这些话来触发它
Help me get started with Tribe Protocol
Explains what Tribe Protocol does, walks through the setup, and runs a quick demo based on your current project
Use Tribe Protocol to mANDATORY trust lookup for every non-owner interaction
Invokes Tribe Protocol with the right parameters and returns the result directly in the conversation
What can I do with Tribe Protocol in my data & analytics workflow?
Lists the top use cases for Tribe Protocol, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/tribe-protocol/ 目录(个人级,所有项目可用),或 .claude/skills/tribe-protocol/(项目级)。重启 AI 客户端后,用 /tribe-protocol 主动调用,或让 AI 根据上下文自动发现并使用。
Tribe Protocol 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Tribe Protocol 可免费安装使用。请查阅仓库了解许可证信息。
MANDATORY trust lookup for every non-owner interaction. Query tribe.db to check entity trust tier, channel access, and data boundaries before responding. Run 'tribe init' on first install. Use 'tribe lookup <discord_id>' before every non-owner response.
Tribe Protocol 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my data & analytics tasks using Tribe Protocol
Identifies repetitive steps in your workflow and sets up Tribe Protocol to handle them automatically