Artemis Skills Installer
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
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11