Artemis Skills Installer banner
tomregan-revenueleaks tomregan-revenueleaks

Artemis Skills Installer

Development community

Description

Unlock a purchased Artemis GTM agent in your own Claude Code. Install, list, update. No account.

Installation

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

README

Artemis Skills Installer

Installs the [Artemis GTM](https://artemisgtm.ai) consulting agents you have purchased into your own Claude Code, as ordinary skills under `~/.claude/skills/`.

npx artemis-skills-installer@latest 

Your license key is on your purchase confirmation page and in your receipt email.

Commands

npx artemis-skills-installer@latest           # install everything you own
npx artemis-skills-installer@latest list      # list the agents on your license
npx artemis-skills-installer@latest update    # reinstall all of them at latest

Keeping the key off your shell history

Any of these work, and none of them put the key on the command line:

ARTEMIS_LICENSE_KEY= npx artemis-skills-installer@latest   # via environment
npx artemis-skills-installer@latest                             # paste at the hidden prompt
printf %s "" | npx artemis-skills-installer@latest         # via stdin

What it does to your machine

It resolves your license, downloads the bundle for each agent you own, and writes files under `~/.claude/skills/`. It does not execute anything it downloads, and it touches nothing outside `~/.claude`.

After installing, your agents are at `~/.claude/skills//` (not one folder deeper). Restart Claude Code and the agents are available.

Updates

A one-off license covers the install plus a fixed number of update refreshes; the installer prints how many you have left. Aegis membership makes updates unlimited, so `update` always pulls the current build.

Scope

This installer targets **Claude Code**. Artemis agents are also distributed for claude.ai and OpenAI Codex, but those are separate delivery paths and this CLI does not write to them.

Free agents

You do not need a license, or this installer, to try Artemis. The free agents install from the Claude Code plugin marketplace:

/plugin marketplace add tomregan-revenuele