← Back to Skills Marketplace
328
Downloads
1
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install yingdao
Description
影刀 RPA API 封装,支持鉴权/任务查询/执行/结果获取。需配置环境变量 YINGDAO_ACCESS_KEY_ID、YINGDAO_ACCESS_KEY_SECRET 作为 API 凭证。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install yingdao - After installation, invoke the skill by name or use
/yingdao - Provide required inputs per the skill's parameter spec and get structured output
Version History
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),便于快速集成。
- 明确了环境变量配置方法与错误处理建议,提升开发集成体验。
- 支持通过环境变量自动加载凭证,无需代码硬编码密钥。
Metadata
Frequently Asked Questions
What is 影刀?
影刀 RPA API 封装,支持鉴权/任务查询/执行/结果获取。需配置环境变量 YINGDAO_ACCESS_KEY_ID、YINGDAO_ACCESS_KEY_SECRET 作为 API 凭证。 It is an AI Agent Skill for Claude Code / OpenClaw, with 328 downloads so far.
How do I install 影刀?
Run "/install yingdao" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 影刀 free?
Yes, 影刀 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 影刀 support?
影刀 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 影刀?
It is built and maintained by 从0到1 (@yflmq001); the current version is v2.2.0.
More Skills