Read only, all the way through
None of these commands creates, installs, activates, or deletes anything.
Separate three things that sound alike
| Noun | Meaning |
|---|---|
| Skill | Capability installed into an agent. |
| Integration | Connection to an outside service. |
| Hand | Packaged specialist you can activate. |
Do not use the three words as synonyms. Listing any of them does not mean it is installed or active.
Inventory agents and curated specialists
armaraos agent list
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.
Read empty, available, and configured correctly
armaraos skill list
armaraos integrations
armaraos channel list
No installed skills is healthy. Available integrations are a catalog. Not configured channels are supported options that have not been connected.
Recognize schedules that shipped with ArmaraOS
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.
Scope the mission inventory to one agent
armaraos mission list --agent-id <UUID>
Bare armaraos mission list fails in 0.8.3. Supply a name or UUID with --agent-id.
Keep four future terms on one card
| Term | Plain meaning | Course |
|---|---|---|
| Approval | A pending decision record. | 1 and 2 |
| Trajectory | A record of an agent's internal steps. | 5 |
| Orchestration trace | A record of delegation between agents. | 4 |
| MCP | A 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.
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 see | Likely cause | What to do |
|---|---|---|
| No skills installed | No third-party skill has been added. | This is valid. Course 6 covers installation. |
| Channels are not configured | No messaging credential has been added. | This is valid. Course 3 covers channels. |
| Cron already has rows | ArmaraOS ships curated jobs. | Do not delete them. Course 3 reads them. |
| Bare mission list fails | Agent scope is required. | Add --agent-id with a name or UUID. |