A comprehensive CLI tool for looking up FargoRate pool player data, calculating fair match odds, and managing local player databases.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install fargo-skill
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install fargo-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The FargoRate skill is a powerful integration for Openclaw Skills that brings professional pool player statistics directly into your developer or agent workflow. It provides a specialized interface to the FargoRate API, allowing for rapid lookups of player IDs, current ratings, and robustness scores. Whether you are building a tournament management system or simply need to check a competitor's stats, this skill offers the technical depth required to handle complex billiard data.
Beyond simple queries, the skill includes sophisticated logic for calculating match odds and race-to recommendations based on FargoRate's proprietary system. By utilizing this skill within the Openclaw Skills ecosystem, users can automate the tracking of entire leagues or player groups with high precision and minimal manual effort.
fargo command-line utility to interact with the FargoRate data service.To install the FargoRate skill for use in Openclaw Skills, run the installation script via curl:
curl -fsSL https://raw.githubusercontent.com/rgstephens/fargo-skill/main/install.sh | bash
You can also pin the installation to a specific version or override the default installation directory:
VERSION=v1.2.3 INSTALL_DIR=/your/custom/path bash <(curl -fsSL https://raw.githubusercontent.com/rgstephens/fargo-skill/main/install.sh)
Finally, run fargo setup to configure your custom list ID for bulk operations.
The skill manages a local relational database to track player evolution and group memberships. The schema is organized into four primary tables:
| Table | Purpose |
|---|---|
players |
Stores core player info, current rating, and optional contact metadata. |
rating_history |
Records every instance of a rating change for historical analysis. |
fargo_groups |
Defines named collections for leagues or tournament rosters. |
fargo_group_members |
Maps specific player IDs to their respective groups. |
All data can be exported to raw JSON for integration with other Openclaw Skills by using the --json global flag.
--changes flag to filter output to only players with updated ratings.Loading
A security-focused guard for Openclaw Skills that implements a soft blocklist to prevent AI agents from accessing restricted tools or content.

An AI-powered public transport trip planner for Skåne, Sweden, and Copenhagen, offering real-time journey planning and delay updates.

A CLI utility that fetches documentation from any URL and converts it into clean Markdown using the into.md service.

An AI-powered writing assistant that crafts professional LinkedIn content focusing on authenticity and engagement rather than corporate jargon.

An end-to-end automation toolkit for creating professional AI-generated videos from simple text prompts using multiple AI models and FFmpeg.

A centralized proactive monitoring and multi-channel notification framework for Openclaw agents to detect and resolve issues in real-time.








































