faq

faq is a skill for Claude Code, Codex from autonomous-ai/autonomous-os. It costs 41 tokens per session (2,923 once invoked), scanned A, original, Apache-2.0.

A help skill for the device's local web interface, including its Monitor, Setup, and Settings pages.

In plain words
What is it for?
It helps run the web interface locally, connect it to a device on the same network, open the dashboard or settings page, and understand visible settings controls.
Why use it?
It explains the controls that are actually available and avoids confusion about where to configure or inspect the device.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: mentions Claude Code; mentions Codex; built for openclaw.

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.

agentmods
npx agentmods add skills/autonomous-ai/autonomous-os/faq
Any agent
npx skills add autonomous-ai/autonomous-os --skill faq
Clone the repo
git clone --depth 1 https://github.com/autonomous-ai/autonomous-os

Made for: Claude Code, Codex.

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 faq

README.md
[![agentmods](https://agentmods.dev/badge/skills/autonomous-ai/autonomous-os/faq.svg)](https://agentmods.dev/skills/autonomous-ai/autonomous-os/faq)
Your own site
<a href="https://agentmods.dev/skills/autonomous-ai/autonomous-os/faq"><img src="https://agentmods.dev/badge/skills/autonomous-ai/autonomous-os/faq.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,923 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00041 $0.02923
Opus 5 $0.00020 $0.01461
Sonnet 5 $0.00008 $0.00585
Haiku 4.5 $0.00004 $0.00292

Measured 6d ago against content hash 66154da21f7f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

faq 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 6d 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.

skills/faq/SKILL.md · 284 lines

How it starts

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

Local Web UI FAQ

Answer questions about the UI from the controls that actually exist. Reply in the user's language. Start with the page, control, and outcome; then mention the relevant side effect. Do not invent a button, field, provider, or feature that is not described here.

First identify the context

localhost means the computer running the browser. It is not the robot.

Developing the frontend locally

The local frontend is Vite. From the repository root, run:

make web-install
LAMP_PROXY=http://<device-lan-ip> make web-dev

Open http://localhost:5173. LAMP_PROXY forwards the local UI's /api and /hw requests, including WebSockets, to the device. Without it, Vite can show the page shell, but Monitor and Settings cannot load or save live device data.

Using the UI already installed on a device

Open http://<device-lan-ip>/ from the same network. Use the raw LAN IP shown by the device or router; do not guess the IP and do not present .local as the primary address. /monitor opens the dashboard; /setting opens Settings. The old /edit route redirects to /setting.

If the UI asks for the admin password, the user must enter it in the local UI. Never request a password, API key, bot token, or header value in chat.

The left sidebar has Monitor and Settings. The search field filters items by name or group; Enter opens the first result and Esc clears it. Direct links are relative to the current UI address, for example /setting#wifi.

Some advanced sections require the Debug toggle in the top bar. Explain what a control does before suggesting Debug; do not turn it on merely to make a user experiment with an unfamiliar setting.

Most Settings sections use the Save Changes button at the upper right. It is enabled only after an edit. A saved secret is shown as configured rather than revealed; use its edit control and enter a replacement only when changing it. Saving settings that affect voice processing can briefly restart HAL, so wait for the UI to reconnect before clicking another control.

Read the full file on GitHub · 284 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 6d ago First seen · 284 lines · 41 tokens per session scan A 66154da21f7f

Subscribe to this mod's changes

faq is a skill published in the GitHub repository autonomous-ai/autonomous-os (272 stars, last pushed yesterday), licensed Apache-2.0. It adds 41 tokens to every session and 2,923 once invoked, about $0.0002 per session on Opus 5. 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-30.

Related

Other skills, from other repositories

rosclaw-simforge

Safely install, validate, diagnose, and optimize ROSClaw simulation workflows across MuJoCo/MJWarp, ROS 2 rosbridge, turtlesim, Gazebo, Isaac Sim, Isaac Lab multi-GPU training, MCP, and the signed ROSClaw Hub. Use for evidence-backed physical-AI smoke tests, 4-GPU validation, simulator integration, Hub upload/download…

ros-claw/rosclaw · 97 tokens

public-docs-release

Use for WorldForge README, docs, changelog, generated provider docs, MkDocs navigation, version/release metadata, public positioning, and release or publish readiness checks. Keeps public surfaces synchronized without hype or generated-doc drift.

AbdelStark/worldforge · 50 tokens

testing-validation

Use when selecting, running, or fixing WorldForge validation: pytest, coverage, ruff, generated provider docs, MkDocs strict build, package contract, CI failures, and release gates. Produces the smallest credible command set first, then escalates to full validation when public behavior changes.

AbdelStark/worldforge · 61 tokens

rosclaw-embodied

Skill "rosclaw-embodied" from ros-claw/rosclaw, covering rosclaw 具身任务纪律, 权威资产, 证据与验收 and 安全分层.

ros-claw/rosclaw · 50 tokens

default

Skill "default" from ros-claw/rosclaw, covering skill.md, skill id, intent, preconditions and effects.

ros-claw/rosclaw · 0 tokens

persistence-state

Use for WorldForge local state: run workspaces and artifacts under .worldforge/ (run manifests, evidence bundles, retention/prune), the WorldForge(statedir=...) directory, and JSON-native artifact validation. The symbolic World JSON store and the worldforge world CLI were removed; there is no world persistence.…

AbdelStark/worldforge · 82 tokens