skill-recorder

skill-recorder is a skill for Claude Code, Codex from AvalonLee/AstraCraft-Program. It costs 0 tokens per session (1,076 once invoked), scanned A, original, no licence file.

A local desktop app that records a person's screen, window changes, visited pages, and optional voice description while they complete a task. It then uses GitHub Copilot CLI to turn the recording into an ordered description of the task and steps.

In plain words
What is it for?
Use it to capture repeatable desktop procedures and generate step-by-step task documentation.
Why use it?
It turns a demonstrated computer task into written guidance without requiring the person to document every step manually.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to capture repeatable desktop procedures and generate step-by-step task documentation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/avalonlee/astracraft-program/skill-recorder
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 AvalonLee/AstraCraft-Program --skill skill-recorder
Clone the repo
git clone --depth 1 https://github.com/AvalonLee/AstraCraft-Program

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 skill-recorder

README.md
[![agentmods](https://agentmods.dev/badge/skills/avalonlee/astracraft-program/skill-recorder/github.svg)](https://agentmods.dev/skills/avalonlee/astracraft-program/skill-recorder)
Your own site
<a href="https://agentmods.dev/skills/avalonlee/astracraft-program/skill-recorder"><img src="https://agentmods.dev/badge/skills/avalonlee/astracraft-program/skill-recorder/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 skill-recorder

Your own site · 80×15
<a href="https://agentmods.dev/skills/avalonlee/astracraft-program/skill-recorder"><img src="https://agentmods.dev/badge/skills/avalonlee/astracraft-program/skill-recorder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,076 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00000 $0.01076
Opus 5 $0.00000 $0.00538
Sonnet 5 $0.00000 $0.00215
Haiku 4.5 $0.00000 $0.00108

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

Security

Grade A, and why

skill-recorder scanned grade A with 1 finding 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 3d 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.

Makes network callslowCapability

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

commit="<40-character-release-commit>"; curl -fsSL "https://raw.githubusercontent.com/microsoft/skill-recorder/$commit/install.sh" | SKILL_RECORDER_COMMIT="$commit" bash
entries/meta-skillcraft/skill-recorder/SKILL.md · 77 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 3d ago First seen · 77 lines · 0 tokens per session scan A fcf842b08891

Subscribe to this mod's changes

skill-recorder is a skill published in the GitHub repository AvalonLee/AstraCraft-Program (2 stars, last pushed today), with no licence file. It costs nothing until one of its globs matches a file; then it loads 1,076 tokens. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-05.

Related

Other skills, from other repositories

diataxis

Helps maintain documentation pages based on the Diataxis method. Analyzes existing docs, classifies pages into tutorials/how-to/explanation/reference categories, identifies gaps, and helps create or restructure documentation following Diataxis principles. Use when user mentions documentation structure, Diataxis, doc…

rlespinasse/agent-skills · 75 tokens

conventional-commit

Guides committing staged (indexed) git files using the Conventional Commits specification and commit message best practices. Use when user mentions commit, git commit, conventional commit, commit message, staged files, indexed files, fixup, or fixup commit. Helps craft well-structured, meaningful commit messages…

rlespinasse/agent-skills · 74 tokens

french-language

Ensures all project content is written in proper French with correct accents, grammar, and typography. Use when user mentions french, français, langue française, accents, orthographe, typographie, or when working on a project that requires French language content. Also use when generating any text-based file (SVG…

rlespinasse/agent-skills · 100 tokens

pin-github-actions

Migrates GitHub Actions workflows to use pinned commit SHAs instead of tags, resolves the latest release versions, flags major version jumps, and configures Dependabot with grouped updates. Use when user mentions pin actions, pinned versions, SHA pinning, GitHub Actions security, dependabot setup, or supply-chain…

rlespinasse/agent-skills · 69 tokens

omc-ado-auto-review

Automated code review for Azure DevOps pull requests where you are assigned as reviewer. WHEN: User wants automated code reviews on PRs they're assigned to, wants AI-powered PR review comments, or wants to auto-review pending PRs in Azure DevOps. DO NOT USE FOR: Manual interactive PR review (use omc-ado-review)…

RobinNorberg/oh-my-copilot · 101 tokens

deep-review

Multi-pass code review with security, quality, structural analysis, and validation.

RobinNorberg/oh-my-copilot · 17 tokens