← Back to Skills Marketplace
146
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install yiri-app-monitor
Description
查询一日记账 App 版本信息。当用户问起一日记账版本、版本更新、app最新版本时使用。使用 Playwright 从华为 AppGallery 抓取实时版本信息。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install yiri-app-monitor - After installation, invoke the skill by name or use
/yiri-app-monitor - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Yiri App Version Monitor?
查询一日记账 App 版本信息。当用户问起一日记账版本、版本更新、app最新版本时使用。使用 Playwright 从华为 AppGallery 抓取实时版本信息。 It is an AI Agent Skill for Claude Code / OpenClaw, with 146 downloads so far.
How do I install Yiri App Version Monitor?
Run "/install yiri-app-monitor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Yiri App Version Monitor free?
Yes, Yiri App Version Monitor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Yiri App Version Monitor support?
Yiri App Version Monitor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Yiri App Version Monitor?
It is built and maintained by taobaoaz (@taobaoaz); the current version is v1.0.0.
More Skills