← 返回 Skills 市场
280
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sh-lawschool-video-autopilot
功能描述
Automate online law course video watching on 律师云学院 (lawschool.lawyerpass.com). Use when a user needs to automatically play through a list of training videos,...
安全使用建议
This skill appears to do what it claims, but it exercises significant control over a connected Chrome profile and will execute JS in pages you visit. Before installing: (1) use a dedicated Chrome profile or a dedicated browser tab for this automation so it cannot interact with your personal tabs, (2) inspect and create the initial video_state.json yourself (it contains the notify_group and target_id fields), (3) ensure your platform message/WeCom integration is configured if you want notifications, (4) don't grant other credentials or system-wide access to the skill, and (5) audit the cron schedule and test with a short queue to confirm behavior. If you need higher assurance, request the author add explicit logging of actions and an opt-out that pauses the cron loop.
功能分析
Type: OpenClaw Skill
Name: sh-lawschool-video-autopilot
Version: 1.0.0
The skill automates video playback on lawschool.lawyerpass.com using persistent cron jobs and JavaScript injection to handle Angular-based navigation and enrollment gates. It employs risky capabilities such as session manipulation via history.pushState interception and lacks input sanitization when constructing JS strings from scraped course titles in SKILL.md and references/workflow.md, which could lead to script injection. While these behaviors are aligned with the stated purpose, the use of persistent background execution and unsanitized JS execution qualifies as suspicious under the provided criteria.
能力评估
Purpose & Capability
Name/description (automate video playback on lawschool.lawyerpass.com) match the contents: SKILL.md describes browser-based JS evaluation, enrollment button clicking, a state file, and cron monitoring. The included helper script only initializes the state file and does not reach out to external servers. No unrelated binaries or credentials are requested.
Instruction Scope
Instructions direct the agent to: read/write a workspace state file (video_state.json), use the platform 'browser' tool to evaluate JS in page context, click enrollment/confirm buttons, navigate pages, and send notifications via the agent 'message' tool. All of these are within the scope of 'automate video playback'. The guidance to use Angular injector / window.__ngZone__ is advanced page-level scripting but consistent with overcoming Angular routing. Users should be aware this means the agent will execute arbitrary JS inside pages in the connected Chrome profile.
Install Mechanism
No install spec; skill is instruction-only plus a small local Python helper (scripts/lawschool_init_state.py) that writes a JSON state file. There are no downloads, package installs, or archive extraction steps. This is low-risk from an install mechanism perspective.
Credentials
The skill declares no required environment variables or credentials. The state file stores a notify_group (WeCom group id) and target_id (Chrome targetId) but these are user-provided state values, not secret environment variables. Sending notifications requires the platform's message integration to be configured; the skill itself does not request unrelated secrets or cloud credentials.
Persistence & Privilege
always:false (no forced inclusion). The recommended cron-based monitoring relies on autonomous agent turns (platform feature). While this is expected for long-running monitoring, it grants the skill recurring ability to open/navigate/click within the connected Chrome profile. Users should run this only with a dedicated/isolated browser profile/tab to limit collateral access.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sh-lawschool-video-autopilot - 安装完成后,直接呼叫该 Skill 的名称或使用
/sh-lawschool-video-autopilot触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
自动选取单位时长学分最高的视频;
自动播放下一个视频
元数据
常见问题
上海律协考核自动视频播放 是什么?
Automate online law course video watching on 律师云学院 (lawschool.lawyerpass.com). Use when a user needs to automatically play through a list of training videos,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 280 次。
如何安装 上海律协考核自动视频播放?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sh-lawschool-video-autopilot」即可一键安装,无需额外配置。
上海律协考核自动视频播放 是免费的吗?
是的,上海律协考核自动视频播放 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
上海律协考核自动视频播放 支持哪些平台?
上海律协考核自动视频播放 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 上海律协考核自动视频播放?
由 John Zhou(@vanishedzhou)开发并维护,当前版本 v1.0.0。
推荐 Skills