install

install is a command for Claude Code from revaya-ai/revaya-aios-workspace-template. It costs 0 tokens per session (698 once invoked), scanned A, original, MIT.

A guided command for installing an AIOS module, meaning a packaged set of files and instructions that adds a capability to a workspace. It walks through setup using the module’s installation guide.

In plain words
What is it for?
Use it when installing a module from the workspace’s module-installs folder, including modules with scripts, templates, settings, or reference documents.
Why use it?
It makes module setup repeatable by explaining what each included file is for and following the module’s required installation steps with the user.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution. Also seen: mentions Claude Code.

Good fit Use it when installing a module from the workspace’s module-installs folder, including modules with scripts, templates, settings, or reference documents.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/revaya-ai/revaya-aios-workspace-template/install
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/revaya-ai/revaya-aios-workspace-template

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for install

README.md
[![agentmods](https://agentmods.dev/badge/commands/revaya-ai/revaya-aios-workspace-template/install/github.svg)](https://agentmods.dev/commands/revaya-ai/revaya-aios-workspace-template/install)
Your own site
<a href="https://agentmods.dev/commands/revaya-ai/revaya-aios-workspace-template/install"><img src="https://agentmods.dev/badge/commands/revaya-ai/revaya-aios-workspace-template/install/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for install

Your own site · 80×15
<a href="https://agentmods.dev/commands/revaya-ai/revaya-aios-workspace-template/install"><img src="https://agentmods.dev/badge/commands/revaya-ai/revaya-aios-workspace-template/install.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 698 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00698
Opus 5 $0.00000 $0.00349
Sonnet 5 $0.00000 $0.00140
Haiku 4.5 $0.00000 $0.00070

Measured 12d ago against content hash 681fb3f8dbc5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

install scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/install.md · 72 lines

How it starts

The opening of the file, as written. The whole thing — 72 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Install Module

Install an AIOS module into this workspace. Point this command at a module folder in module-installs/ and Claude will walk you through the guided setup.

Variables

module_path: $ARGUMENTS (path to the module folder, e.g., module-installs/context-os)


Instructions

You are installing an AIOS module — a plug-and-play package from the AAA Accelerator's AIOS system. These modules are designed to be installed one at a time, each adding a new capability to this workspace.

What AIOS Modules Are

Each module is a folder containing:

  • INSTALL.md — The key file. This is a structured set of instructions written FOR YOU (Claude) to follow. It walks you through the entire setup interactively with the user.
  • README.md — A human-readable overview of what the module does.
  • scripts/ — Optional. Python scripts the module needs.
  • templates/ — Optional. Template files to copy into the workspace.
  • config/ — Optional. Scheduling/automation configs.
  • reference/ — Optional. Reference documentation.

How to Run an Install

  1. Read the module's INSTALL.md from the provided path (e.g., module-installs/context-os/INSTALL.md)
  2. Follow every instruction in INSTALL.md exactly — it's your playbook for the entire installation
  3. The INSTALL.md will have its own FOR CLAUDE section with behavior rules — follow those too

Critical Rules

About the user:

  • Assume they are a non-technical, complete beginner to Claude Code unless they tell you otherwise
  • They are a business owner or entrepreneur — smart people, just not coders
  • This may be one of the first things they've ever done in Claude Code
  • Be patient, encouraging, and clear. No jargon. No assumptions about what they know.

About the install process:

  • This is a guided, interactive experience — not a silent script execution
  • Explain what you're doing at each step BEFORE you do it
  • Pause at milestones. Let them absorb what just happened.
  • If something fails, don't dump errors — explain the problem simply and fix it
  • Celebrate wins along the way ("Nice — that's working. One step closer.")

Read the full file on GitHub · 72 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 72 lines · 0 tokens per session scan A 681fb3f8dbc5

Subscribe to this mod's changes

install is a command published in the GitHub repository revaya-ai/revaya-aios-workspace-template (2 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 698 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.