LGDiMaggio

Machina — AI skill for Claude Code

AI community

The open-source Python framework for building AI agents specialized in industrial maintenance.

How to install Machina

This entry records only its repository, not the path inside it, so there is no exact command to give. Open LGDiMaggio/machina and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Machina does

The open-source Python framework for building AI agents specialized in industrial maintenance.

Alternatives in AI

  • Multica — Make humans and AI agents work as one team — open-source and self-hostable 47.8k ★
  • AIHawk — Open-source AI browser agent: describe any task in plain language and it autonomously browses, clicks, types a 30.3k ★
  • Kilocode — GitHub Repo stars Open Source AI coding assistant for planning, building, and fixing code Open source AI assis 17k ★

README

Machina

Machina

Build AI agents for industrial maintenance in a few lines of Python.

License: Apache 2.0 Python 3.11+ PyPI version CI Downloads

Quick StartExamplesWhy MachinaDocsContributing


Machina demo
Installing the Machina agent-builder plugin in Claude Code

Quick Start

pip install machina-ai[litellm,docs-rag]
git clone https://github.com/LGDiMaggio/machina.git
cd machina/examples/quickstart
python agent.py

**LLM provider required.** Choose one:

Provider Setup
Ollama (local, free) Install from ollama.com, then ollama pull llama3
OpenAI export OPENAI_API_KEY=sk-...
Anthropic export ANTHROPIC_API_KEY=sk-ant-...

Override the default with `python agent.py --llm