← 返回 Skills 市场
自动刷新技能
作者
rascal6666
· GitHub ↗
· v1.0.1
· MIT-0
261
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install auto-refresh
功能描述
自动刷新技能 - 定时刷新网页或执行任务
使用说明 (SKILL.md)
Auto Refresh 🔄
定时执行任务或刷新页面。
功能
- 定时刷新网页(通过浏览器快捷键 F5 或 Ctrl+R)
- 定时执行自定义命令
- 可配置间隔
使用方法
命令格式
auto-refresh --interval 30 --action refresh
参数
--interval: 间隔时间(秒)--action: 操作类型 (refresh/click/key)--x: 鼠标 X 坐标(可选)--y: 鼠标 Y 坐标(可选)--key: 按键(可选)
示例
每30秒刷新一次页面
auto-refresh --interval 30 --action key --key F5
每分钟点击指定位置
auto-refresh --interval 60 --action click --x 100 --y 100
每20秒按一次空格键
auto-refresh --interval 20 --action key --key " "
安全使用建议
This skill is an instruction-only recipe for sending key presses/clicks and running timed commands. Before installing: (1) Understand there is no provided binary — the agent would need OS-level capability to simulate keyboard/mouse or execute commands; confirm how your agent sandbox grants or restricts that. (2) Be cautious because the 'custom command' capability can run arbitrary shell commands — avoid granting high privileges or running as admin. (3) If you only want simple webpage reloads, prefer a well-known browser extension or a packaged tool that clearly documents install and permissions. (4) If you proceed, test in a contained environment and restrict what the agent can execute.
功能分析
Type: OpenClaw Skill
Name: auto-refresh
Version: 1.0.1
The skill bundle describes a utility for automated UI interactions, such as refreshing web pages, clicking specific coordinates, or sending keystrokes at defined intervals. The documentation in SKILL.md and metadata in _meta.json align with the stated purpose of a productivity tool and contain no evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name/description match the SKILL.md (timed refreshes, clicks, key presses). However, the docs show CLI usage (auto-refresh ...) but no binary or install is provided — it's unclear whether the agent itself is expected to simulate key/mouse events or call an external tool. This gap (instructions referencing a non-existent CLI) is an inconsistency.
Instruction Scope
Instructions permit executing 'custom commands' and driving keyboard/mouse events. Allowing arbitrary commands is broad and could execute harmful operations if honored by the agent. Simulating input events requires host OS access not described here. The SKILL.md does not constrain or sanitize custom commands.
Install Mechanism
No install spec and no code files (instruction-only). That minimizes disk-write risk, but also means the agent would need to provide the behavior itself or call external tools not declared.
Credentials
No environment variables, credentials, or config paths are requested — this is proportionate. However, the runtime behavior implies the agent needs permission to send input events or run shell commands; those required privileges are not declared, which is an informational gap.
Persistence & Privilege
always:false and the skill is user-invocable. It does not request persistent or cross-skill configuration changes. Autonomous invocation is allowed by platform default but is not by itself a red flag here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install auto-refresh - 安装完成后,直接呼叫该 Skill 的名称或使用
/auto-refresh触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Version 1.0.1 of auto-refresh
- No file changes detected in this release.
- All features and usage remain the same as the previous version.
v1.0.0
初始版本
元数据
常见问题
自动刷新技能 是什么?
自动刷新技能 - 定时刷新网页或执行任务. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 261 次。
如何安装 自动刷新技能?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install auto-refresh」即可一键安装,无需额外配置。
自动刷新技能 是免费的吗?
是的,自动刷新技能 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
自动刷新技能 支持哪些平台?
自动刷新技能 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 自动刷新技能?
由 rascal6666(@rascal6666)开发并维护,当前版本 v1.0.1。
推荐 Skills