agentic-os-standalone

agentic-os-standalone is a skill for Claude Code from naveedharri/benai-skills. It costs 165 tokens per session (3,520 once invoked), scanned C, original, MIT.

A standalone web dashboard for managing information and actions across connected online platforms. It supports separate user profiles, button-based actions, refreshable data views, and optional deployment as a live web app.

In plain words
What is it for?
Use it to build a dashboard for platforms such as Circle, Fireflies, YouTube, LinkedIn, Twitter/X, and Reddit, with optional live deployment and per-profile views.
Why use it?
Information from several platforms is difficult to manage when it is split across separate tools. This puts profile-specific views and actions into one dashboard with stored data that can be refreshed.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the AskUserQuestion tool; mentions Claude Code.

Part of the agentic-os plugin — 4 skills shipped together

Good fit Use it to build a dashboard for platforms such as Circle, Fireflies, YouTube, LinkedIn, Twitter/X, and Reddit, with optional live deployment and per-profile views.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/naveedharri/benai-skills/agentic-os-standalone
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.

Any agent
npx skills add naveedharri/benai-skills --skill agentic-os-standalone
Clone the repo
git clone --depth 1 https://github.com/naveedharri/benai-skills

Made for: Claude Code.

Or install agentic-os, the plugin that ships this one along with the rest of its 4 skills.

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 agentic-os-standalone

README.md
[![agentmods](https://agentmods.dev/badge/skills/naveedharri/benai-skills/agentic-os-standalone/github.svg)](https://agentmods.dev/skills/naveedharri/benai-skills/agentic-os-standalone)
Your own site
<a href="https://agentmods.dev/skills/naveedharri/benai-skills/agentic-os-standalone"><img src="https://agentmods.dev/badge/skills/naveedharri/benai-skills/agentic-os-standalone/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 agentic-os-standalone

Your own site · 80×15
<a href="https://agentmods.dev/skills/naveedharri/benai-skills/agentic-os-standalone"><img src="https://agentmods.dev/badge/skills/naveedharri/benai-skills/agentic-os-standalone.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 165 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,520 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 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.00165 $0.03520
Opus 5 $0.00082 $0.01760
Sonnet 5 $0.00033 $0.00704
Haiku 4.5 $0.00016 $0.00352

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

Security

Grade C, and why

agentic-os-standalone scanned grade C with 2 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.

Harvests environment variableshighData exfiltration

Enumerating or grepping the environment for keys collects credentials unrelated to what the mod says it does.

## Pre-flight (collect credentials BEFORE asking discovery questions)

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

After deploy, sanity check: `curl -sI -u user:pass <url>/profile/<Name>` should return 200.
plugins/agentic-os/skills/agentic-os-standalone/SKILL.md · 228 lines

How it starts

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

Agentic OS — Standalone web dashboard

Packages a Next.js 14 dashboard wired to the Claude Agent SDK + up to 7 platform integrations, plus an optional Railway deployment path. The template ships as references/standalone/template.tar.gz (packed because the Next.js dynamic-route folders use [name]/[id] paths that some plugin installers reject — extract it before use, see Step 3) and contains no secrets. Substitutions and live credential probes are the skill's job.

The dashboard's conceptual model: a per-profile dashboard, a button-bar of actions, and snapshot-style data refreshes — backed by JSON snapshots and deployable as a real web app.

Want a markdown-native dashboard inside an existing Obsidian vault with no server instead? That's the Obsidian route — use the agentic-os-obsidian skill.

Audience

The user is a founder, operator, or marketer — NOT a developer. Keep language plain. Never say "MCP", "snapshot prompt", "stdio transport", "TypeScript type" out loud. Say "platform", "data refresh", "your YouTube channel", "the dashboard's settings file".

Internally you still operate on those technical concepts. The user just shouldn't have to read jargon.

What you produce

By the end the user has:

  1. A new project folder at the path they chose, customized for their org and team.
  2. Every integration they wanted connected AND probed (a real test call landed).
  3. The dashboard running locally on http://localhost:3015, OR live on a Railway URL with HTTP basic auth.
  4. A summary of what works, what they deferred, and how to add the deferred ones later.
  5. An iteration loop after first-run — the skill keeps going to help them personalize tabs, rename things, change what each refresh pulls, swap colors, add new sections.

Pre-flight (collect credentials BEFORE asking discovery questions)

Two keys gate everything else. Get them upfront so the user isn't surprised mid-flow:

  1. Anthropic API key. Required. Powers every refresh. "Head to console.anthropic.com → API Keys → create one and paste it here." Store as ANTHROPIC_API_KEY.
  2. Railway token (only if deploying today). Ask: "Do you want to put this online today, or just try it on your laptop first?" If online: have them run railway login in their own terminal (browser flow), then railway whoami to confirm. Don't store the token — Railway's CLI keeps it locally.

Read the full file on GitHub · 228 lines

Files

What ships with it

3 files 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. 12d ago First seen · 228 lines · 165 tokens per session scan C 85ea3925ebf0

Subscribe to this mod's changes

agentic-os-standalone is a skill published in the GitHub repository naveedharri/benai-skills (61 stars, last pushed 8d ago), licensed MIT. It adds 165 tokens to every session and 3,520 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it C with 2 findings (harvests environment variables, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.