Getting started

Install Neamt on your machine in under a minute.

Requirements

  • Python 3.11 or higher
  • pip (comes with Python)
  • An Anthropic API key (for skills that use AI)
  • ffmpeg (optional, recommended for Scribe)

Install Neamt

Run this in your terminal:

$curl -fsSL neamt.ai/install | sh

This installs the neamt CLI from PyPI. Alternatively: pip install neamt

Install your first skill

1
neamt install scribe

Installs Neamt Scribe (YouTube → Markdown notes)

2
neamt config set anthropic_api_key sk-ant-...

Configure your Anthropic API key (encrypted at rest)

3
neamt start

Opens the dashboard at http://localhost:8000

Install a skill

Coming soon

Build a skill

Coming soon

CLI reference

Coming soon

Security model

Coming soon