← Back to Skills Marketplace
281
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install triburuby
Description
Helps users check in rituals, track streaks, and view tribe activity on TribuRuby.
Usage Guidance
This skill appears to do what it claims: it will make HTTP requests to https://triburuby.app/api/agent and send the TRIBURUBY_API_KEY in an Authorization: Bearer header. Before installing: (1) confirm the registry entry and SKILL.md agree about required env vars (the manifest you were shown omitted the API key), (2) create an agent-scoped API key in TribuRuby with minimal permissions and do not reuse other secrets, (3) verify you trust the homepage/source (https://triburuby.app) and check network egress logs if you run the agent in a monitored environment, and (4) plan to rotate the key if you stop using the skill. If the registry/origin is unclear or you cannot confirm the API key scope, treat this as higher risk.
Capability Analysis
Type: OpenClaw Skill
Name: triburuby
Version: 1.0.1
The TribuRuby skill is a standard API integration for a fitness and habit-tracking platform. It defines clear, purpose-aligned actions such as checking in rituals and viewing tribe activity, communicating exclusively with the official domain (https://triburuby.app). There are no indicators of malicious intent, data exfiltration, or prompt injection in the SKILL.md instructions.
Capability Assessment
Purpose & Capability
The skill name/description describe checking in rituals, tracking streaks, and viewing tribe activity; the SKILL.md contains concrete API endpoints and an Authorization: Bearer header — this aligns with the stated purpose. However, the registry metadata earlier reported no required env vars or primary credential while SKILL.md declares TRIBURUBY_API_KEY (primaryEnv). That metadata mismatch is an inconsistency that should be resolved.
Instruction Scope
The runtime instructions are narrowly scoped to calling TribuRuby agent endpoints (authentication check, discover tribes, context, activity, check-in). They do not instruct reading unrelated files, system paths, or other environment variables.
Install Mechanism
This is an instruction-only skill with no install spec or code files, so nothing will be written to disk by an installer. That is the lowest-risk install pattern.
Credentials
SKILL.md requires a single secret TRIBURUBY_API_KEY for API calls which is proportionate for a third-party API integration. The concern is the registry metadata did not list this required env var or primary credential — verify the registry entry and ensure the key requested is the intended agent API key with least privilege.
Persistence & Privilege
The skill does not request always: true and is user-invocable; it does not request elevated persistence or modification of other skills. Autonomous invocation is allowed (platform default) but not combined with other red flags.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install triburuby - After installation, invoke the skill by name or use
/triburuby - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Updated API key environment variable to TRIBURUBY_API_KEY.
- Clarified authentication instructions, including where to create the API key in TribuRuby.
- Added explicit homepage and primaryEnv fields to metadata.
- No functional changes to API workflows or user features.
v1.0.0
Initial release of the TribuRuby Training Agent skill:
- Connects to TribuRuby to help users check in daily rituals, track training streaks, and view tribe activity.
- Supports fetching tribe and protocol information, viewing training context, and monitoring progress.
- Guided workflow for streak tracking and accountability.
- Requires user API key for authentication.
- Responses are concise and motivating, with a focus on consistency and progress.
Metadata
Frequently Asked Questions
What is TribuRuby Training Agent?
Helps users check in rituals, track streaks, and view tribe activity on TribuRuby. It is an AI Agent Skill for Claude Code / OpenClaw, with 281 downloads so far.
How do I install TribuRuby Training Agent?
Run "/install triburuby" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is TribuRuby Training Agent free?
Yes, TribuRuby Training Agent is completely free (open-source). You can download, install and use it at no cost.
Which platforms does TribuRuby Training Agent support?
TribuRuby Training Agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created TribuRuby Training Agent?
It is built and maintained by Emil-AAB (@a8ns); the current version is v1.0.1.
More Skills