Token导航 LogoToken导航TokenDH.com
运维操作浏览器clawhub未标认证来源可访问clear审计通过

ai-demo-recorderAI 演示录音机

Agent Skill

ai-demo-recorder 用于处理浏览器自动化、网页检查和页面信息提取,适合在 OpenClaw 中需要让 Agent 打开页面、读取网页或验证前端流程时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,510

周安装

142

GitHub Stars

公开资料未说明

下载量

1,102
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:ai-demo-recorder(AI 演示录音机)
来源仓库:https://github.com/leshems/ai-demo-recorder
安装命令:
openclaw skills install ai-demo-recorder
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install ai-demo-recorder

简介

使用 screencli 录制 AI 驱动的浏览器演示视频。

  • 自动缩放、渐变背景与点击高亮,提升展示效果。
  • 适合产品演示与客户沟通场景。ai-demo-recorder 属于运维类 Skill,可作为该场景下的辅助能力补充。
  • 安装命令:openclaw skills install ai-demo-recorder。
  • 建议确认浏览器访问权限与录制内容合规性。

SKILL.md

name
screencli-record
description
|
license
MIT
compatibility
Requires Node.js 18+ and FFmpeg. Works on macOS, Linux, Windows.
metadata
author
danleshem
version
1.0
website
https://screencli.sh

What It Does

screencli records an AI-driven browser session and produces a polished MP4 with gradient backgrounds, auto-zoom, click highlights, and cursor trails. The AI agent navigates the target URL following your prompt instructions, then the recording is composed with effects and auto-uploaded to screencli.sh with a shareable link. No video editing needed.

When to Use This Skill

Use this skill when the user asks to:

  • Record a demo or walkthrough of a web app, feature, or workflow
  • Create a screencast or video showing how something works in a browser
  • Generate a shareable link to a screen recording
  • Make a GIF or video for a README, PR, docs, or social media
  • Record a before/after to show a UI change or bug fix
  • Demo a deploy or staging environment visually

Do not use this skill for:

  • Screenshots (use a screenshot tool instead)
  • Non-browser tasks (terminal recordings, desktop apps)
  • Editing existing videos

Quick Start

Record a demo and get a shareable link:

npx screencli record https://example.com -p "Click the Sign Up button, fill in the form with test data, and submit"

On first run, the CLI opens a browser for GitHub login automatically. After that, it records the session, applies effects, uploads, and prints a shareable URL.

Recording

Command

npx screencli record [url] -p "<prompt>" [options]

The URL and prompt are required. If omitted, the CLI prompts interactively.

Key Options

FlagDefaultDescription
-p, --prompt <text>*(required)*Instructions for the AI agent
--background <name>autoOverride gradient: midnight, ember, forest, nebula, slate, copper
--viewport <WxH>1920x1080Browser viewport dimensions
--loginoffOpen browser for manual login before AI takes over
--auth <name>Save/load auth state by name
--localoffSkip cloud upload
--unlistedoffUpload as unlisted (not on public profile)
--max-steps <n>50Maximum agent iterations
--padding <percent>8Background padding (0-50%)
--corner-radius <px>12Video corner radius
--no-shadowoffDisable drop shadow
-m, --model <model>claude-sonnet-4-20250514Claude model to use
--slow-mo <ms>0Extra delay between actions
-o, --output <dir>./recordingsOutput directory
-v, --verboseoffDebug logging

Examples

Simple — record a public page:

npx screencli record https://myapp.com -p "Navigate to the pricing page and compare the Free and Pro plans"

With auth — login to a private app first:

# First run: human logs in, auth state saved
npx screencli record https://app.internal.com -p "Show the dashboard metrics" --login --auth myapp

# Next runs: reuses saved session
npx screencli record https://app.internal.com -p "Export the monthly report" --auth myapp

Exporting

Export a recording with platform-specific presets:

npx screencli export <recording-dir> --preset <name>

Presets

PresetResolutionAspectFormatMax Duration
youtube1920x108016:9mp4
twitter1280x72016:9mp4140s
instagram1080x19209:16mp490s
tiktok1080x19209:16mp4
linkedin1080x10801:1mp4
github-gif800x45016:9gif12s

Example

npx screencli export ./recordings/abc123 --preset twitter

Export also accepts --background, --padding, --corner-radius, --no-shadow, --no-zoom, --no-highlight, and --no-cursor.

Auth for Private Apps

To record behind a login wall, use --login and --auth together on the first run:

npx screencli record https://app.example.com -p "..." --login --auth myapp

The browser opens for you to log in manually. Once done, the AI agent takes over and auth state is saved to ~/.screencli/auth/myapp.json.

On subsequent runs, pass just --auth:

npx screencli record https://app.example.com -p "..." --auth myapp

If a session expires, re-run with --login --auth <name> to refresh it.

Cloud

Recordings auto-upload to screencli.sh by default. Skip with --local.

Commands

CommandDescription
npx screencli loginSign in to screencli cloud
npx screencli logoutSign out
npx screencli whoamiShow current user, plan, and credits
npx screencli recordingsList your recordings with links
npx screencli upload <dir>Upload a local recording to the cloud
npx screencli delete <id>Delete a cloud recording
npx screencli render <id>Re-render on the cloud with different background/preset

Credits

1 credit = 10 agent steps. Free tier includes 15 credits/month.

After a recording uploads, the CLI shows credits used and remaining.

Effects

All recordings get automatic post-processing:

  • Gradient background — automatically selected (override with --background <name>)
  • Auto-trim — removes idle time between actions
  • Auto-zoom — zooms into the active area during interactions
  • Click highlights — visual pulse on each click
  • Cursor trail — smooth cursor movement overlay

Toggle individual effects off with --no-zoom, --no-highlight, --no-cursor.

See references/effects.md for gradient colors and the full effects pipeline.

Troubleshooting

ProblemFix
Not logged inRun npx screencli record — login is triggered automatically
FFmpeg missingbrew install ffmpeg (macOS) or see ffmpeg.org
Auth expiredRe-run with --login --auth <name>
Agent stuck or loopingRefine prompt, lower --max-steps
Recording too longUse --max-steps to limit, or be more specific in prompt
Upload failedCheck npx screencli whoami for credits, retry with npx screencli upload <dir>

References

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

82.86%
按下载量换算913

安全审计

VirusTotal

未展示

ClawScan

通过

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills