← Back to Skills Marketplace
151
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install yingdao-guoke
Description
影刀RPA社区技能,支持用户绑定社区账号并查询个人信息,包括基本信息、成就等级、开发统计数据等。当用户需要查询影刀社区账号、查询影刀信息、获取开发统计数据时,使用此技能。例如:'绑定我的影刀账号'、'查询我的影刀信息'、'我的影刀社区信息'、'查看我的影刀账号信息'。
Usage Guidance
This skill appears to do what it says: it asks you to provide your Yingdao community profile link, extracts and stores your UUID in data/user.json, and queries Yingdao's public APIs to return profile and development statistics. Before installing, be aware: (1) your UUID/personalId will be stored on disk inside the skill's data directory (delete data/user.json to remove bindings); (2) the skill makes outbound HTTPS requests to api.yingdao.com — don't provide sensitive secrets (there is no need to supply API keys or passwords); (3) the skill is a Node script using built-in modules — you can open and review scripts/yingdao_rpa.js yourself to confirm behavior. If you are comfortable with local storage of the UUID and the network calls to Yingdao, the skill is coherent with its description.
Capability Analysis
Type: OpenClaw Skill
Name: yingdao-guoke
Version: 1.0.0
The skill is designed to help users query their Yingdao RPA community statistics (achievements, development metrics, and account info). It functions by extracting a public UUID from a user-provided profile link and fetching data from official Yingdao APIs (api.yingdao.com). The code in scripts/yingdao_rpa.js uses standard Node.js modules to manage local storage in user.json and perform HTTPS requests, with no evidence of data exfiltration, malicious execution, or harmful prompt injection.
Capability Assessment
Purpose & Capability
Name/description (bind community account and fetch personal/dev stats) match the implementation: the code extracts a UUID from a provided profile URL, saves bindings to data/user.json, and calls Yingdao API endpoints to fetch user and app statistics.
Instruction Scope
SKILL.md instructs the agent to prompt for a personal homepage link, extract the UUID, store it, and query specified Yingdao API endpoints. The instructions reference only the local user.json file and the Yingdao APIs described — no unrelated system files, environment variables, or external endpoints are referenced.
Install Mechanism
There is no install spec; this is instruction + a single Node.js script that uses built-in modules (fs, path, https). No external downloads or package installs are required by the provided files.
Credentials
The skill requires no environment variables, credentials, or config paths. The data it collects is limited to user-provided profile links/UUIDs, which the skill stores locally; this is proportional to its stated purpose.
Persistence & Privilege
The skill does persist data locally (data/user.json) to remember bindings, which is consistent with its behaviour. It does not request always:true, nor does it modify other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install yingdao-guoke - After installation, invoke the skill by name or use
/yingdao-guoke - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
yingdao-guoke 1.0.0
影刀RPA社区技能,支持用户绑定社区账号并查询个人信息,包括基本信息、成就等级、开发统计数据等。当用户需要查询影刀社区账号、查询影刀信息、获取开发统计数据时,使用此技能。例如:'绑定我的影刀账号'、'查询我的影刀信息'、'我的影刀社区信息'、'查看我的影刀账号信息'。
该技能由影刀RPA用户“即是过客”开发。社区主页链接:https://www.yingdao.com/community/userCenter?userUuid=687223449269694466
在绑定UUID后,你可以直接询问:
- "查询我的影刀信息"
- "我的影刀社区信息"
- "查看我的影刀账号信息"
### 获取个人主页链接教程
1. 打开 `https://www.yingdao.com/community/homePage`
2. 登录你的影刀账号
3. 点击页面右上角的头像
4. 复制跳转后的页面链接
### 查询个人信息
在绑定UUID后,你可以直接询问:
- "查询我的影刀信息"
- "我的影刀社区信息"
- "查看我的影刀账号信息"
系统会返回你的影刀社区个人信息,包括:
- 用户名
- UUID
- 注册时间
- 提问、文章、回复数量
- 被采纳、获赞、被收藏数量
- 刀豆和刀币余额
- 成就等级
- 是否为认证工程师
- 开发统计
- 运行时长统计
# 声明
该技能仅用于学习和研究,不涉及任何商业用途。
您可以基于该技能进行修改和扩展,以满足您的特定需求,但请确保遵守影刀RPA社区的使用条款和政策。否则产生的任何问题,我们不承担任何责任。
Metadata
Frequently Asked Questions
What is YingDao-GuoKe?
影刀RPA社区技能,支持用户绑定社区账号并查询个人信息,包括基本信息、成就等级、开发统计数据等。当用户需要查询影刀社区账号、查询影刀信息、获取开发统计数据时,使用此技能。例如:'绑定我的影刀账号'、'查询我的影刀信息'、'我的影刀社区信息'、'查看我的影刀账号信息'。 It is an AI Agent Skill for Claude Code / OpenClaw, with 151 downloads so far.
How do I install YingDao-GuoKe?
Run "/install yingdao-guoke" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is YingDao-GuoKe free?
Yes, YingDao-GuoKe is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does YingDao-GuoKe support?
YingDao-GuoKe is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created YingDao-GuoKe?
It is built and maintained by GuoKe416 (@guoke416); the current version is v1.0.0.
More Skills