← 返回 Skills 市场
guoke416

YingDao-GuoKe

作者 GuoKe416 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
151
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install yingdao-guoke
功能描述
影刀RPA社区技能,支持用户绑定社区账号并查询个人信息,包括基本信息、成就等级、开发统计数据等。当用户需要查询影刀社区账号、查询影刀信息、获取开发统计数据时,使用此技能。例如:'绑定我的影刀账号'、'查询我的影刀信息'、'我的影刀社区信息'、'查看我的影刀账号信息'。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install yingdao-guoke
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /yingdao-guoke 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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社区的使用条款和政策。否则产生的任何问题,我们不承担任何责任。
元数据
Slug yingdao-guoke
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

YingDao-GuoKe 是什么?

影刀RPA社区技能,支持用户绑定社区账号并查询个人信息,包括基本信息、成就等级、开发统计数据等。当用户需要查询影刀社区账号、查询影刀信息、获取开发统计数据时,使用此技能。例如:'绑定我的影刀账号'、'查询我的影刀信息'、'我的影刀社区信息'、'查看我的影刀账号信息'。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 151 次。

如何安装 YingDao-GuoKe?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install yingdao-guoke」即可一键安装,无需额外配置。

YingDao-GuoKe 是免费的吗?

是的,YingDao-GuoKe 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

YingDao-GuoKe 支持哪些平台?

YingDao-GuoKe 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 YingDao-GuoKe?

由 GuoKe416(@guoke416)开发并维护,当前版本 v1.0.0。

💬 留言讨论