← Back to Skills Marketplace
自动刷新技能
by
rascal6666
· GitHub ↗
· v1.0.1
· MIT-0
261
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install auto-refresh
Description
自动刷新技能 - 定时刷新网页或执行任务
README (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 " "
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install auto-refresh - After installation, invoke the skill by name or use
/auto-refresh - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
初始版本
Metadata
Frequently Asked Questions
What is 自动刷新技能?
自动刷新技能 - 定时刷新网页或执行任务. It is an AI Agent Skill for Claude Code / OpenClaw, with 261 downloads so far.
How do I install 自动刷新技能?
Run "/install auto-refresh" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 自动刷新技能 free?
Yes, 自动刷新技能 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 自动刷新技能 support?
自动刷新技能 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 自动刷新技能?
It is built and maintained by rascal6666 (@rascal6666); the current version is v1.0.1.
More Skills