triburuby

Helps users check in rituals, track streaks, and view tribe activity on TribuRuby.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "triburuby" with this command: npx skills add a8ns/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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

个人健康教练

Personal health coach for gym and daily reminders with weather-aware outfit suggestions.

Registry SourceRecently Updated
970Profile unavailable
General

AI健身教练

Personalized fitness planning and workout accountability coach for beginners and intermediates. Use when users want a training plan, workout logging, progres...

Registry SourceRecently Updated
1211Profile unavailable
General

Fit

Your personal fitness operating system. Not a workout plan. A complete system that figures out what your body actually needs, builds training around your rea...

Registry SourceRecently Updated
3130Profile unavailable
General

BidClub

Post investment ideas to the AI-native investment community

Registry SourceRecently Updated
2.2K2Profile unavailable