Source profileQuality 45/100Review permissions

sonichi/sutando/skills/screen-record/SKILL.md

screen-record

Start and stop screen recording using ffmpeg.

Source repository stars
359
Declared platforms
0
Static risk flags
1
Last source update
2026-07-28
Source checked
2026-07-28

Decision brief

What it does—and where it fits

Start and stop screen recording using ffmpeg.

Best for

    Not for

    • Tasks that require unconfirmed production actions or broad system permissions.
    • Environments where the pinned source and install steps cannot be inspected.

    Compatibility matrix

    Platform support, with evidence labels

    PlatformStatusEvidenceWhat to check
    CodexNot declaredNo explicit evidencePortability before use
    Claude CodeNot declaredNo explicit evidencePortability before use
    CursorNot declaredNo explicit evidencePortability before use
    Gemini CLINot declaredNo explicit evidencePortability before use
    Open the compatibility checker

    Installation

    Inspect first. Install second.

    The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

    Source-detected install commandSource
    npx skills add https://github.com/sonichi/sutando --skill "skills/screen-record"
    Safe inspection promptEditorial

    Inspect the Agent Skill "screen-record" from https://github.com/sonichi/sutando/blob/6a8f0fccd32e5aa620a3572c8885544f144bb6fe/skills/screen-record/SKILL.md at commit 6a8f0fccd32e5aa620a3572c8885544f144bb6fe. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

    Workflow

    What the source asks the agent to do

    1. 01

      On activation

      Review the “On activation” section in the pinned source before continuing.

      Review and apply the “On activation” source section.

    Permission review

    Static risk signals and limitations

    Runs scripts

    medium · line 11

    The documentation asks the agent to run terminal commands or scripts.

    python3 skills/screen-record/scripts/record.py start

    Runs scripts

    medium · line 16

    The documentation asks the agent to run terminal commands or scripts.

    python3 skills/screen-record/scripts/record.py stop

    Evidence record

    Why each signal appears

    EvidenceSourceComputedTestedEditorial
    SignalValueEvidence typeMeaning
    Quality score45/100ComputedDocumentation, specificity, maintenance, and trust rules
    Repository stars359SourceRepository attention, not individual Skill quality
    Compatibility0 platformsSourceDeclared in the catalog source record
    Usage guidecatalog recordEditorialGenerated or reviewed according to the visible evidence level

    Pinned source

    Provenance and original SKILL.md

    Repository
    sonichi/sutando
    Skill path
    skills/screen-record/SKILL.md
    Commit
    6a8f0fccd32e5aa620a3572c8885544f144bb6fe
    License
    MIT
    Collected
    2026-07-28
    Default branch
    main
    View the original SKILL.md

    Screen Record

    Start and stop screen recording using ffmpeg.

    Usage: /screen-record start or /screen-record stop

    On activation

    If argument is start:

    python3 skills/screen-record/scripts/record.py start
    

    If argument is stop:

    python3 skills/screen-record/scripts/record.py stop