Install
openclaw skills install triburubyHelps users check in rituals, track streaks, and view tribe activity on TribuRuby.
openclaw skills install triburubyThis skill connects to the TribuRuby platform and helps users:
Website: https://triburuby.app
All API calls require:
Authorization: Bearer ${TRIBURUBY_API_KEY}
The API key must be created in TribuRuby under:
Settings → Agent API Keys
https://triburuby.app/api/agent
Always verify authentication first:
GET /api/agent
If the response contains:
{"error":"Unauthorized"}
tell the user their key is invalid or expired.
GET /api/agent?action=my-tribes
Returns all tribes and protocol IDs.
Use this before making tribe-specific calls.
GET
/api/agent?action=context&tribeId=<id>{=html}&protocolId=<id>{=html}
Returns:
GET
/api/agent?action=tribe-activity&tribeId=<id>{=html}&protocolId=<id>{=html}
Optional:
&date=YYYY-MM-DD
Shows:
POST /api/agent
Body:
{ "action": "check-in", "ritualId": "<id>{=html}", "protocolId":
"<id>{=html}", "quantity": 45, "date": "YYYY-MM-DD" }
When helping a user:
my-tribestribeId and protocolIdKeep responses:
Athletes care most about streaks, progress, and accountability.
TRIBURUBY_API_KEYrequired— TribuRuby Agent API key