ARMARA Course 01

Course 01 / Module 09

Core Concepts and Reading Command Output

Run seven read-only inventories, learn the product nouns, and recognize that empty output can be the correct result.

Level
Beginner
Time
12 minutes
Commands
7
Finish
A readable inventory

Video / coming soon

The printable glossary is ready now.

Read only, all the way through

None of these commands creates, installs, activates, or deletes anything.

Use PowerShell. Copy the agent UUID before the final mission command.
01

Separate three things that sound alike

NounMeaning
SkillCapability installed into an agent.
IntegrationConnection to an outside service.
HandPackaged specialist you can activate.

Do not use the three words as synonyms. Listing any of them does not mean it is installed or active.

02

Inventory agents and curated specialists

Run in your terminal
armaraos agent list
Run in your terminal
armaraos hand list

Agents are saved workers. The live hand roster contains curated specialists and bundled mission templates. This module reads the roster and stops there.

03

Read empty, available, and configured correctly

Run in your terminal
armaraos skill list
Real skill list output saying no skills are installed
Fresh live capture / valid empty inventory / 24 August 2026
Run in your terminal
armaraos integrations
Cropped real integration output reporting 28 available and zero installed
Cropped fresh output / available is not installed
Run in your terminal
armaraos channel list

No installed skills is healthy. Available integrations are a catalog. Not configured channels are supported options that have not been connected.

04

Recognize schedules that shipped with ArmaraOS

Run in your terminal
armaraos cron list

The prepared install has 13 curated jobs with mixed enabled states. They are not jobs you created, and their presence is not an error. Course 3 inventories them before creating anything new.

05

Scope the mission inventory to one agent

Run in your terminal
armaraos mission list --agent-id <UUID>
Real mission list output reporting no missions for the selected agent UUID
Fresh live capture / valid empty result / corrected syntax
The agent flag is required.

Bare armaraos mission list fails in 0.8.3. Supply a name or UUID with --agent-id.

06

Keep four future terms on one card

TermPlain meaningCourse
ApprovalA pending decision record.1 and 2
TrajectoryA record of an agent's internal steps.5
Orchestration traceA record of delegation between agents.4
MCPA standard connecting an AI to an outside tool.5

Check it / run this yourself

Complete the seven-command inventory.

Run every command above. Confirm at least one agent, report whether skills and integrations are installed, count the curated jobs, and state the mission result for one agent.

Safety note

Every ArmaraOS command in this sitting is read-only. Catalog entries can still describe powerful code, so listing a hand, skill, or integration is never permission to activate it.

Troubleshooting for this sitting
What you seeLikely causeWhat to do
No skills installedNo third-party skill has been added.This is valid. Course 6 covers installation.
Channels are not configuredNo messaging credential has been added.This is valid. Course 3 covers channels.
Cron already has rowsArmaraOS ships curated jobs.Do not delete them. Course 3 reads them.
Bare mission list failsAgent scope is required.Add --agent-id with a name or UUID.

Back to Module 1.8

Next / Course 1 Capstone

Working Agent Assembly

Lesson ready