Setup & Installation

clawhub install triburuby

Or with OpenClaw CLI:

openclaw skills install triburuby

What This Skill Does

TribuRuby Training Agent is an AI & Machine Learning skill that helps users check in rituals, track streaks, and view tribe activity on TribuRuby..

TribuRuby Skill

This skill connects to the TribuRuby platform and helps users:

  • Check in daily rituals
  • Track training streaks
  • View tribe activity
  • Monitor progress in training protocols

Website: https://triburuby.app


Authentication

All API calls require:

Authorization: Bearer ${TRIBURUBY_API_KEY}

The API key must be created in TribuRuby under:

Settings → Agent API Keys


API Base

https://triburuby.app/api/agent


Initialization

Always verify authentication first:

GET /api/agent

If the response contains:

{"error":"Unauthorized"}

tell the user their key is invalid or expired.


Available Actions

Discover Tribes

GET /api/agent?action=my-tribes

Returns all tribes and protocol IDs.

Use this before making tribe-specific calls.


Get Training Context

GET /api/agent?action=context&tribeId=<id>{=html}&protocolId=<id>{=html}

Returns:

  • ritual list
  • completion status
  • streak count
  • quantities and units

Get Tribe Activity

GET /api/agent?action=tribe-activity&tribeId=<id>{=html}&protocolId=<id>{=html}

Optional:

&date=YYYY-MM-DD

Shows:

  • tribe members
  • weekly activity
  • current streaks
  • today's check-ins

Check In Ritual

POST /api/agent

Body:

{ "action": "check-in", "ritualId": "<id>{=html}", "protocolId": "<id>{=html}", "quantity": 45, "date": "YYYY-MM-DD" }


Workflow

When helping a user:

  1. Fetch their tribes with my-tribes
  2. Determine the relevant tribeId and protocolId
  3. Retrieve context
  4. Show tribe activity
  5. Offer to check in incomplete rituals

Response Style

Keep responses:

  • concise
  • motivating
  • focused on streaks and consistency

Athletes care most about streaks, progress, and accountability.

Version History

Latest version: 1.0.1

First published: Mar 5, 2026. Last updated: Mar 5, 2026.

1 version released.

Frequently Asked Questions

Is TribuRuby Training Agent free to use?
Yes. TribuRuby Training Agent is a free, open-source skill available on the OpenClaw Skills Registry.
What platforms does TribuRuby Training Agent support?
It runs on any platform that supports OpenClaw, including macOS, Linux, and Windows.