← 返回 Skills 市场
146
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install yiri-app-monitor
功能描述
查询一日记账 App 版本信息。当用户问起一日记账版本、版本更新、app最新版本时使用。使用 Playwright 从华为 AppGallery 抓取实时版本信息。
安全使用建议
This skill appears coherent and low-risk: it simply opens the AppGallery page and reads a CSS selector. Before installing, note that Playwright will download Chromium (large binary) and the script will make network requests to AppGallery and execute page rendering (normal for a browser scraper). If you run this routinely, consider rate limits and running in a sandbox/container. Review the small Python script yourself (it prints JSON and does not exfiltrate secrets) and ensure your environment allows headless Chromium if you intend to use it.
功能分析
Type: OpenClaw Skill
Name: yiri-app-monitor
Version: 1.0.0
The skill is a legitimate tool designed to monitor the version of the '一日记账' app by scraping the Huawei AppGallery. The Python script (scripts/check_version.py) uses the Playwright library to access a public URL (appgallery.huawei.com) and extract version information, which aligns perfectly with the documentation in SKILL.md. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name and description (fetching 一日记账 version from Huawei AppGallery) align with the included script and SKILL.md. The declared dependency on Playwright/Chromium is appropriate for a headless-browser scraper.
Instruction Scope
SKILL.md and scripts only instruct fetching the AppGallery URL and reading a CSS selector. The script accesses no unrelated files, env vars, or external endpoints beyond the AppGallery page.
Install Mechanism
This is instruction-only with no packaged install spec. SKILL.md recommends 'pip install playwright' and 'playwright install chromium' which is standard for Playwright-based tools; these operations download browser binaries from upstream (expected behavior).
Credentials
No environment variables, credentials, or config paths are required. The requested resources are proportionate to the task.
Persistence & Privilege
always is false and the skill does not modify system or other-skill configuration. Autonomous invocation is allowed by default but not combined with elevated privileges here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install yiri-app-monitor - 安装完成后,直接呼叫该 Skill 的名称或使用
/yiri-app-monitor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of yiri-app-monitor.
- Monitors and reports the latest version of 一日记账 App from Huawei AppGallery using Playwright and Chromium.
- Triggers automatically when users inquire about 一日记账 version or updates.
- Returns concise app version info, link, and timestamp.
- Requires Python, Playwright, and Chromium; no API key needed.
元数据
常见问题
Yiri App Version Monitor 是什么?
查询一日记账 App 版本信息。当用户问起一日记账版本、版本更新、app最新版本时使用。使用 Playwright 从华为 AppGallery 抓取实时版本信息。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 146 次。
如何安装 Yiri App Version Monitor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install yiri-app-monitor」即可一键安装,无需额外配置。
Yiri App Version Monitor 是免费的吗?
是的,Yiri App Version Monitor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Yiri App Version Monitor 支持哪些平台?
Yiri App Version Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Yiri App Version Monitor?
由 taobaoaz(@taobaoaz)开发并维护,当前版本 v1.0.0。
推荐 Skills