技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.1
统计:⭐ 0 · 23 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :可疑 · OpenClaw :良性
Package:akahello/tianyi-cloud-game
安全扫描(ClawHub)
- VirusTotal :可疑
- OpenClaw :良性
OpenClaw 评估
The skill's files and runtime instructions are consistent with its stated purpose: it only requires python3 and runs a small script to open the Tianyi Cloud Game H5 URL in the user's default browser.
目的
Name/description state 'open cloud game H5 page'. The package only requires python3 and includes a short Python script (scripts/launch.py) that opens a fixed URL. No unrelated binaries, credentials, or config paths are requested.
说明范围
SKILL.md instructs the agent to detect the OS and open the game URL in the default browser. It does not read files, environment variables, or transmit data elsewhere. Note: triggers are broad (any expression of gaming intent) so the skill may autonomously open a browser when invoked by the agent's intent-matching.
安装机制
No install spec — instruction-only with an included Python script. This is low-risk: nothing is downloaded from external URLs or written to disk beyond the provided script.
证书
No environment variables, credentials, or config paths are required. The requested privileges are minimal and appropriate for the stated function.
持久
always:false (normal). disable-model-invocation is false so the agent may autonomously invoke the skill when intent matches; this is expected but may result in the browser being opened automatically, which users should be aware of.
综合结论
This skill is functionally simple and appears to do only what it claims: open a specific Tianyi Cloud Game H5 URL in your default browser using a small Python script. Before installing, consider: (1) the skill can be invoked autonomously by the agent when you express gaming intent — so it may open your browser unexpectedly; (2) confirm the URL is the site you expect (https://h5.play.cn/…) and install only from trusted sources; (3) no credentia…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Tianyi Cloud Game」。简介:天翼云游戏 - 一键打开天翼云游戏H5平台,畅玩云端游戏。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/akahello/tianyi-cloud-game/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: tianyi-cloud-game
version: 1.0.1
license: MIT-0
description: 天翼云游戏 - 一键打开天翼云游戏H5平台,畅玩云端游戏
metadata:
openclaw:
emoji: "☁️"
homepage: https://h5.play.cn
requires:
bins:
- python3
---
# Tianyi Cloud Game
天翼云游戏 - 当用户表达玩游戏意图时,自动在默认浏览器中打开天翼云游戏H5平台。
## 使用场景
该技能适用于用户任何表达游戏意图的请求,包括但不限于:
- 想玩游戏、玩游戏、打开游戏
- 无聊了、有什么好玩的
- 游戏推荐、游戏平台
- 其他任何与游戏相关的请求
## 触发后行为
技能会自动:
1. 检测当前操作系统
2. 使用系统默认浏览器打开游戏页面
3. 跳转到天翼云游戏H5平台
## 游戏平台
```
https://h5.play.cn/h5/home/index/recommond?caf=20000009&topRouterId=40383&content_Id=40382
```
## 技术实现
使用 Python 脚本实现跨平台浏览器调用:
- macOS: 使用 `open` 命令
- Linux: 使用 `xdg-open` 命令
- Windows: 使用 `start` 命令
## 示例
```bash
python3 scripts/launch.py
# 输出:正在打开天翼云游戏...
```
## 文件说明
- `SKILL.md` - 技能主文档
- `scripts/launch.py` - 核心启动脚本
- `README.md` - 快速使用说明