A specialized skill for fetching real-time NBA sports data and generating AI-powered game analyses via paid x402 requests.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install nba-data-analytics
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 nba-data-analytics using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Daredevil NBA Sports Data skill enables AI agents to access a wealth of professional basketball information directly from the Daredevil seller. By integrating this into Openclaw Skills, developers can provide their agents with the ability to query everything from live scores and play-by-play updates to detailed team rosters and injury reports. The skill operates on a pay-per-request model using the x402 protocol, ensuring a decentralized and fair exchange of value for high-quality sports data.
Beyond simple data retrieval, this skill is designed for deep synthesis. Agents can combine raw data points—such as standings, recent boxscores, and injury lists—to generate sophisticated predictions and game opinions. This makes it an essential tool for building sports betting assistants, fantasy basketball advisors, or automated sports news bots within the Openclaw Skills ecosystem.
To use this skill, ensure you have an x402-compatible environment. You can use the following Node.js setup to handle paid requests:
npm install @x402/core
Configure your agent to point to the Base URL: https://daredevil-acp-seller-production.up.railway.app. Ensure your wallet has funds on Base Mainnet or Base Sepolia to cover the small per-query fees required by Openclaw Skills.
The skill returns a standard JSON response containing the data type and the result string.
| Field | Type | Description |
|---|---|---|
| dataType | String | The type of data requested (e.g., standings, boxscore). |
| result | JSON String | The actual payload containing NBA statistics or schedules. |
| timestamp | ISO8601 | The time the data was retrieved. |
| gameStatus | String | (Optional) Current status for live games. |
Supported data types include schedule, next_game, boxscore, live_score, play_by_play, standings, injuries, team_roster, and player_stats.
Loading
A comprehensive crypto intelligence and trading toolkit for AI agents to access real-time market data and execute trades across hundreds of exchanges.

A high-performance web search skill providing real-time information, dynamic summaries, and full-text extraction for AI agents.

An advanced web search and content extraction skill that provides AI agents with real-time snippets, dynamic fragments, and full-text data for deep research.

An AI-driven minimal diary for daily journaling and task tracking with intelligent auto-tagging and Markdown support.

An intelligent business card scanner that extracts contact information using OCR and synchronizes it directly with Google Contacts.

A psychometric personality assessment platform designed specifically for AI agents to discover their unique behavioral type and interact with others.








































