← Back to Skills Marketplace
87
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install toupiaoya-skill
Description
投票鸭是易企秀旗下的在线投票制作工具,支持模板检索与投票活动创建。 当用户需要制作投票、发起评选、组织投票活动时使用此 Skill。 核心功能: 1. 检索投票模板——按关键词、颜色、热度筛选,返回模板列表与链接 2. 创建投票作品——支持文字投票、图片投票、视频投票,可设置多选/单选、时间范围 3. 素材上传—...
Usage Guidance
This skill appears to do what it says, but before installing or running it: (1) inspect the code (present in scripts/) if you have concerns; (2) be aware it persists your X-Openclaw-Token to ~/.toupiaoya/config.json (check file permissions and contents); (3) the upload command will read any local file path you pass — avoid uploading sensitive files; (4) the upload flow requires installing cos-python-sdk-v5 from PyPI (verify the package source before pip installing); (5) if you prefer not to persist your token, pass it via --access-token for one-off runs instead of doing login; and (6) do not run with elevated privileges and review network endpoints if you need higher assurance.
Capability Analysis
Type: OpenClaw Skill
Name: toupiaoya-skill
Version: 1.0.0
The skill bundle provides a legitimate integration for the 'Toupiaoya' (Voting Duck) platform, allowing an AI agent to search for voting templates, create voting projects, and manage materials. It includes a well-structured CLI and Python library that handles authentication by storing tokens in `~/.toupiaoya/config.json` with appropriate file permissions (0o600). The code uses standard libraries like `requests` and the official Tencent Cloud COS SDK for file uploads, and all network communication is directed toward verified domains associated with the service (e.g., toupiaoya.com, eqxiu.com). No evidence of malicious intent, data exfiltration, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description describe template search, project creation, material upload and management; the code and CLI implement those behaviors and call Toupiaoya-related endpoints and COS token endpoints. No unrelated credentials, binaries, or surprising services are requested.
Instruction Scope
Runtime instructions and code read/write ~/.toupiaoya/config.json for the X-Openclaw-Token, perform HTTP requests to multiple toupiaoya/domains, and read local files when performing uploads — all are coherent with the skill's upload and API actions. This is expected, but users should be aware the token is persisted locally and the upload command will read arbitrary local file paths supplied to it.
Install Mechanism
No automated install spec is provided (instruction-only), but the code expects Python packages (requests and cos-python-sdk-v5). The package advises pip installing cos-python-sdk-v5; that is a normal PyPI dependency but does require the user to install third-party code before using upload functionality.
Credentials
No required environment variables are declared. The skill does optionally honor environment overrides for API base URLs and requests the X-Openclaw-Token (via CLI or ~/.toupiaoya/config.json). Requesting a single service token and temporary COS credentials is proportional to the described features.
Persistence & Privilege
always is false and model invocation is normal. The skill writes only to its own config path (~/.toupiaoya/config.json) to store the token and does not attempt to change system-wide settings or other skills' configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install toupiaoya-skill - After installation, invoke the skill by name or use
/toupiaoya-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
toupiaoya-skill v1.0.0
- 首次发布,提供投票鸭在线投票功能的命令行集成。
- 支持按关键词、颜色、热度检索模板,创建文字/图片/视频投票,可配置多选、时间范围。
- 支持素材上传(腾讯云 COS)、素材列表及作品列表管理。
- 提供投票数据查询、访问趋势分析,支持选项与分组的读取、新增与更新操作。
- 认证流程、命令参数及返回数据结构均有详细 CLI 文档说明。
- 全部核心功能通过 scripts/toupiaoya/ 包实现,toupiaoya_cli.py 为主入口。
Metadata
Frequently Asked Questions
What is 投票鸭助手?
投票鸭是易企秀旗下的在线投票制作工具,支持模板检索与投票活动创建。 当用户需要制作投票、发起评选、组织投票活动时使用此 Skill。 核心功能: 1. 检索投票模板——按关键词、颜色、热度筛选,返回模板列表与链接 2. 创建投票作品——支持文字投票、图片投票、视频投票,可设置多选/单选、时间范围 3. 素材上传—... It is an AI Agent Skill for Claude Code / OpenClaw, with 87 downloads so far.
How do I install 投票鸭助手?
Run "/install toupiaoya-skill" 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 EQXIU (@eqxiu); the current version is v1.0.0.
More Skills