Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/yanacuti1121/Yana-AI --skill sports-machina명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Sovereign-grade safety OS for AI coding agents. 62 hooks, 2,025 skills, L1 memory, circuit breakers, and cross-engine enforcement — blocks rm -rf, force push, pipe-to-shell, and 40+ attack vectors before they reach your repo.
Use when the user wants to generate or keep repository documentation up to date via OpenWiki (langchain-ai/openwiki) — an LLM-driven CLI that writes a wiki for a codebase (or a personal knowledge base from Notion/Gmail/Slack/X/web search) and keeps it fresh via a scheduled CI pull request. Examples: "set up OpenWiki for this repo", "keep the docs updated automatically", "generate an agent wiki".
Use when implementing the core AR pipeline (camera pose estimation, marker tracking, projection overlay) from first principles — not when just using ARKit/ARCore/Unity's AR framework as a black box. Triggers on: 'build augmented reality from scratch', 'marker-based AR tracking', 'camera pose estimation', 'implement fiducial marker detection', 'AR projection matrix math', 'markerless AR tracking'. Covers marker-based vs markerless tracking, pose estimation, and the projection math to overlay 3D content on a camera feed.
SOC 직업 분류 기준
SKILL.md 표시 중
| 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.