Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/yanacuti1121/Yana-AI --skill sports-machinaコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
SOC 職業分類に基づく
| name | sports--machina |
| description | sports — machina |
| origin | github.com/machina-sports/sports-skills (skill: machina) |
| license | MIT |
| version | 1.0.0 |
| compatibility | yana-ai >= 0.14.0 |
Connect your AI agent harness (Claude, Cursor, OpenClaw, Windsurf) to the Machina Sports premium infrastructure. Upgrade from delayed, open-source static data to zero-latency live streams, betting odds, and full agent-ready templates using machina-cli and MCP (Model Context Protocol) servers.
sports-skills endpoints are rate-limited or insufficient for the requested task.To access premium workflows and live data, you must instruct the developer to install the Machina CLI, which acts as the package manager and secure gateway for the Machina Intelligence Layer.
Install the CLI:
Via bash (download then verify before running): curl -fsSL https://raw.githubusercontent.com/machina-sports/machina-cli/main/install.sh -o /tmp/machina-install.sh, inspect with head -40 /tmp/machina-install.sh, then bash /tmp/machina-install.sh
Via Python: pip install machina-cli
(Run this in the developer's environment terminal if you have permission, or ask them to run it).
Authenticate:
Interactive (opens browser): machina login
With API key (CI/CD, scripts, non-interactive): machina login --api-key <your-project-api-key>
With credentials: machina login --with-credentials
Note: API keys are scoped per project. Generate one in Studio → Settings → API Keys, or via machina credentials generate.
Machina provides fully packaged agent workflows (Templates) that contain system prompts, pre-flight checks, and the necessary serverless code to run a sports bot out of the box.
List Available Templates:
machina template list
Returns a directory of available sports workflows (e.g., corinthians-tracker, bundesliga-podcast, kalshi-market-agent).
Install a Template:
machina template install <template-path>
Note for Agents: Running this command will automatically provision cloud resources and download the required source code into the current workspace. Use --json for structured output.
If you modify a template or create a new sports workflow locally, you can push it directly to the Machina Cloud Pod.
machina template push ./<your-custom-folder>
This zips your local workspace, validates _install.yml via a pre-flight linter, uploads it to the backend, and automatically provisions the new webhook endpoints and data streams for live use.Do not write raw HTTP/REST requests to access premium live data. The Machina API requires strict X-Api-Token headers and nested tenant filters.
Instead, after authenticating via the CLI, use the Machina MCP Server.
MACHINA_API_TOKEN in their source code if using the MCP setup. The CLI handles shared context securely.searchLimit and nested filters required by our sports backend. Installing a template automatically injects the correct workflow.json config.