← 返回 Skills 市场
328
总下载
1
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install yingdao
功能描述
影刀 RPA API 封装,支持鉴权/任务查询/执行/结果获取。需配置环境变量 YINGDAO_ACCESS_KEY_ID、YINGDAO_ACCESS_KEY_SECRET 作为 API 凭证。
安全使用建议
This package appears to be a straightforward client for the Yingdao RPA API. Before installing: (1) Verify the provider/homepage (https://clawhub.ai/yflmq001/yingdao) and that the endpoints are expected for your account. (2) Use dedicated API credentials with least privilege (don’t reuse high-privilege or long-lived master keys). (3) Avoid sending sensitive PII in task parameters unless you trust the service and network. (4) If you're unsure, run the skill in an isolated environment (container/VM) and inspect outbound requests to confirm they go only to the declared API endpoints.
功能分析
Type: OpenClaw Skill
Name: yingdao
Version: 2.2.0
The skill bundle is a legitimate Python wrapper for the Yingdao (ShadowBot) RPA API, providing methods for authentication, task querying, and execution. It interacts exclusively with official endpoints (api.yingdao.com and api.winrobot360.com) and handles credentials securely via environment variables (YINGDAO_ACCESS_KEY_ID/SECRET) as defined in yingdao_api.py and SKILL.md. No evidence of malicious intent, data exfiltration, or prompt injection was found.
能力评估
Purpose & Capability
Name/description claim an RPA API client and the package only requires two API keys (YINGDAO_ACCESS_KEY_ID/YINGDAO_ACCESS_KEY_SECRET) and implements calls to the declared auth and business endpoints. The requested secrets are appropriate for an API client.
Instruction Scope
SKILL.md instructs installing 'requests', setting the two environment variables, and using the provided Python API. The runtime instructions and code only perform HTTP calls to the service endpoints and do not read arbitrary files, other env vars, or send data to third-party endpoints beyond the documented API.
Install Mechanism
There is no automatic installer; the skill is instruction-only and requires installing a standard Python dependency (requests). No downloaded archives, third-party installers, or obscure URLs are used.
Credentials
Only two environment variables (access key id/secret) are required — these map directly to the documented authentication flow. No unrelated credentials or config paths are requested.
Persistence & Privilege
always is false and the skill does not request long-term system presence or modify other skills. It uses the normal autonomous invocation defaults but does not elevate privileges or persist beyond its own code.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install yingdao - 安装完成后,直接呼叫该 Skill 的名称或使用
/yingdao触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.2.0
- Added requirements.txt to explicitly specify Python dependencies.
- Updated documentation to include installation and usage instructions for required Python library `requests`.
- Clarified dependency management steps for smoother setup and usage.
v2.1.1
- Clarified environment variable requirements and added explicit requires/env section.
- Added publisher and homepage information for clarity.
- Updated import examples to recommend package-level imports.
- Documented TokenExpiredError exception for improved error handling.
- Included installation steps via ClawHub and emphasized correct command usage.
- Enhanced documentation of function parameters and return values.
v2.1.0
- 增加了详细的 Python 使用文档和 API 参考示例,包含常见用法和完整流程代码。
- 支持自动鉴权、任务列表/详情/记录查询、任务动态启动、结果轮询等影刀 RPA 主要操作,API 文档更加清晰。
- 提供了更便捷的函数接口(如 get_client、list_tasks、get_task_logs),便于快速集成。
- 明确了环境变量配置方法与错误处理建议,提升开发集成体验。
- 支持通过环境变量自动加载凭证,无需代码硬编码密钥。
元数据
常见问题
影刀 是什么?
影刀 RPA API 封装,支持鉴权/任务查询/执行/结果获取。需配置环境变量 YINGDAO_ACCESS_KEY_ID、YINGDAO_ACCESS_KEY_SECRET 作为 API 凭证。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 328 次。
如何安装 影刀?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install yingdao」即可一键安装,无需额外配置。
影刀 是免费的吗?
是的,影刀 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
影刀 支持哪些平台?
影刀 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 影刀?
由 从0到1(@yflmq001)开发并维护,当前版本 v2.2.0。
推荐 Skills