This skill enables your agent to fetch pre-built templates, connectors, and workflows from the central machina-templates repository and deploy them directly into your connected Machina pod.
Usage
When a user asks to "install the sports-analyst agent" or "add the Polymarket connector", follow these steps:
Identify the target path in the machina-templates repository (e.g., agent-templates/sports-analyst or connectors/polymarket).
Use the MCP tool import_template_from_git to execute the installation.
1---2name: machina-installer3description: Machina Installer4---56# Machina Installer78This skill enables your agent to fetch pre-built templates, connectors, and workflows from the central `machina-templates` repository and deploy them directly into your connected Machina pod.910## Usage1112When a user asks to "install the sports-analyst agent" or "add the Polymarket connector", follow these steps:13141. Identify the target path in the `machina-templates` repository (e.g., `agent-templates/sports-analyst` or `connectors/polymarket`).152. Use the MCP tool `import_template_from_git` to execute the installation.1617### Example MCP Call18```python19mcp__import_template_from_git(20 repositories=[{21 "repo_url": "https://github.com/machina-sports/machina-templates",22 "template": "agent-templates/sports-analyst",23 "branch": "main"24 }]25)26```272829<validation_gate>30Before calling the MCP tool `import_template_from_git`, verify that the requested template path actually exists in the `machina-templates` repository. Do not blindly guess the path.31</validation_gate>3233<error_handling>34If `import_template_from_git` returns an error (e.g., 404 or path not found):35- Output an `<error>` block explaining the failure to the user.36- DO NOT attempt to write or scaffold the template files yourself.37- DO NOT hallucinate a success message.38</error_handling>
Run npx skillmds@latest add machina-sports/machina-installer in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Machina Installer It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
machina-sports (@machina-sports) published this skill. Their other Agent Skills are listed on their SkillMD profile.