agentweaver: Skill for Claude Code

.github/skills/agentweaver-demo-recording/SKILL.md

agentweaver-demo-recording is a skill for Claude Code from sabbour/agentweaver. It costs 47 tokens per session (388 once invoked), scanned A, original, MIT.

A skill for recording narrated demo videos of a deployed Agentweaver staging app with its recording command-line tool.

In plain words
What is it for?
Use it to record unauthenticated or authenticated walkthroughs of the staging app, check recording status, and close the recording session.
Why use it?
It removes the need to set up browser recording and manually handle the app’s sign-in and capture steps.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

This is sabbour/agentweaver's own configuration. It tells Claude Code how to work on agentweaver itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything agentweaver configures →

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is Bash(playwright-cli:*) Bash(node scripts/ui-harness/agent-driver-ui/tools.mjs:*).

Reuse

Borrowing it

Nothing to install: this file belongs to sabbour/agentweaver. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/sabbour/agentweaver/dev/.github/skills/agentweaver-demo-recording/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/sabbour/agentweaver

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 agentweaver-demo-recording

README.md
[![agentmods](https://agentmods.dev/badge/skills/sabbour/agentweaver/agentweaver-demo-recording/github.svg)](https://agentmods.dev/skills/sabbour/agentweaver/agentweaver-demo-recording)
Your own site
<a href="https://agentmods.dev/skills/sabbour/agentweaver/agentweaver-demo-recording"><img src="https://agentmods.dev/badge/skills/sabbour/agentweaver/agentweaver-demo-recording/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 agentweaver-demo-recording

Your own site · 80×15
<a href="https://agentmods.dev/skills/sabbour/agentweaver/agentweaver-demo-recording"><img src="https://agentmods.dev/badge/skills/sabbour/agentweaver/agentweaver-demo-recording.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 388 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.00047 $0.00388
Opus 5 $0.00023 $0.00194
Sonnet 5 $0.00009 $0.00078
Haiku 4.5 $0.00005 $0.00039

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

Security

Grade A, and why

agentweaver-demo-recording 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 10d 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.

.github/skills/agentweaver-demo-recording/SKILL.md · 54 lines

What it actually says

Demo recording

Use the recording CLI for setup, capture, and status:

npm run demo:record -- help

Authentication

When the session is closed or auth is expired, re-authenticate autonomously:

npm run demo:record -- signin

This opens the Edge browser to the Agentweaver app. Click Sign in with Microsoft Entra ID — cached SSO completes authentication automatically. Do not interact with any Microsoft Entra page (account selection, credentials, MFA, consent). If SSO does not auto-complete, wait; do not enter any credentials.

Do not ask the user to re-authenticate. The agent handles this independently.

Recording

Capture the unauthenticated handoff beat only (beat 0.0):

npm run demo:record -- capture `
  --plan scripts\demo-recording\plans\blueprint-demo.capture.json `
  --beat 0.0 `
  --unauthenticated

For all authenticated beats:

npm run demo:record -- capture `
  --plan scripts\demo-recording\plans\blueprint-demo.capture.json `
  --all

Use npm run demo:record -- help for the available recording commands. Close the recording session when finished and do not commit recordings or authentication data.

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. 10d ago First seen · 54 lines · 47 tokens per session scan A 25aa6bcbd18a

Subscribe to this mod's changes

agentweaver-demo-recording is a skill published in the GitHub repository sabbour/agentweaver (5 stars, last pushed today), licensed MIT. It adds 47 tokens to every session and 388 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-31.

Related

Other skills, from other repositories

recording

Capture screenshots on registered computers, record on macOS or HarmonyOS, and manage saved captures. Probe capabilities before recording.

Hmbown/Codewhale · 27 tokens

stage-plan

How to turn "here is my material + here's the video I want" into a single, inspectable plan that spans reference images, reference videos, deterministic editing, semantic editing, generation, and composition. The output is project/plan.json — a cross-modal Edit Decision List (EDL) — which the assembler walks.…

Orkas-AI/Orkas · 2 tokens

frontend-design

Use this as the design-lead layer for VideoStudio COMPOSE work. It shapes project/composition/composition-manifest.json::artdirection and the model-authored HTML/SVG motion graphics in index.html.

Orkas-AI/Orkas · 2 tokens

stage-assemble

How to execute a validated, currently authorized project/plan.json into one finished file. Start/resume with production.status; if planapprovalcurrent is false, pass the state to gate-control and stop instead of producing or opening child gates. Walk the signed EDL; do not re-plan. Host-neutral: VideoStudio-specific…

Orkas-AI/Orkas · 3 tokens

image-compose

Read this skill after route lock for COMPOSE, or later in HYBRID, GENERATE, or EDIT only when deterministic copy, layout, diagram, framing, crop, mask, or overlay work is required. Do not preload it during routing. Keep the artifact in one stable directory containing image-manifest.json, index.html, and local assets.

Orkas-AI/Orkas · 2 tokens

image-router

Read this skill first and alone for every image creation or revision request. Return a locked route before reading any other ImageStudio skill; do not batch this read with craft, canvas, production, or review skills.

Orkas-AI/Orkas · 2 tokens