← Back to Skills Marketplace
166
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install toupiaoya-creator
Description
投票鸭是易企秀旗下的在线投票制作工具,支持模板检索与投票活动创建。 当用户需要制作投票、发起评选、组织投票活动时使用此 Skill。 核心功能: 1. 检索投票模板——按关键词、颜色、热度筛选,返回模板列表与链接 2. 创建投票作品——支持文字投票、图片投票、视频投票,可设置多选/单选、时间范围 3. 素材上传—...
Usage Guidance
This skill appears to do what it says: it calls various toupiaoya APIs, stores an X-Openclaw-Token in ~/.toupiaoya/config.json, and can upload local files to Tencent COS using temporary credentials returned by the service. Before installing/using: 1) Verify the skill source and that you trust the toupiaoya endpoints (domains listed in code) since network calls go there. 2) Treat the X-Openclaw-Token like a secret — only supply a token you intend to use with this service and review the code if you plan to store highly privileged tokens. 3) Be cautious when using the upload command: it reads and uploads arbitrary local files to remote storage and then registers them with the service. 4) If you need higher assurance, run the CLI in a restricted environment or review/execute the Python scripts locally rather than granting agent autonomous network access.
Capability Analysis
Type: OpenClaw Skill
Name: toupiaoya-creator
Version: 1.0.3
The skill bundle is a legitimate integration for the 'Toupiaoya' (投票鸭) voting platform, providing a CLI and agent interface for template searching, project creation, and asset management. It implements secure file uploads to Tencent Cloud COS using temporary credentials fetched from the service's backend and follows standard security practices for CLI tools, such as storing service-specific tokens in a restricted configuration file (~/.toupiaoya/config.json). No evidence of malicious behavior, data exfiltration, or prompt injection was found across the scripts or documentation.
Capability Assessment
Purpose & Capability
Name/description (投票鸭模板检索、创建投票、上传素材) match the code: HTTP calls to toupiaoya APIs, template search, project create, material list, and COS upload. The network endpoints and COS upload flow are expected for this functionality.
Instruction Scope
SKILL.md and CLI instruct storing an X-Openclaw-Token in ~/.toupiaoya/config.json, calling toupiaoya domains, and optionally uploading local files to COS. Those actions (reading/writing the single config file, reading an upload file, calling listed APIs) are within the stated scope. No instructions request unrelated system data or non-toupiaoya endpoints.
Install Mechanism
No install spec is provided (instruction-only). The code uses standard Python libraries and optional public packages (requests, cos-python-sdk-v5). There are no downloads from untrusted URLs or archive extraction steps in an installer.
Credentials
The skill does not require broad environment credentials. It relies on a single service token (X-Openclaw-Token) saved to a local config file and on temporary COS credentials obtained from the service for uploads. Some optional environment variables can override API base URLs, which is reasonable for testing or self-hosting.
Persistence & Privilege
always:false (no forced always-on). The only persistent write is the skill's own config file at ~/.toupiaoya/config.json; it does not 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 toupiaoya-creator - After installation, invoke the skill by name or use
/toupiaoya-creator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Initial release with CLI and modular voting features.
- 新增基于 scripts/toupiaoya/ 包的核心实现,分模块支持认证、模板检索、作品创建、素材管理等功能
- 提供命令行工具 toupiaoya_cli.py,支持 search、project、material、upload、auth 等子命令
- 支持按关键词/颜色等条件检索投票模板,并返回模板链接与描述
- 支持项目(投票活动)创建、列表、数据查询、访问趋势统计
- 支持腾讯云 COS 临时授权上传和素材列表查询
- 支持投票选项与分组的读取、新增、更新操作
v1.0.2
- 更新修复文档问题
v1.0.1
- Updated skill summary and audience trigger conditions to clarify Python and HTTP usage scenarios.
- No functional changes; documentation now explicitly mentions template检索 (search) via Python script and 投票作品创建 (creation) via HTTP.
- Minor clarifications in documentation to improve user understanding of usage cases.
v1.0.0
- Initial release of the toupiaoya-creator skill.
- Supports searching vote templates via keywords and filters using a Python CLI.
- Enables creation of custom voting activities, supporting text, image, and video vote types.
- Includes detailed command examples and parameter explanations.
- Provides clear output and return value formats to streamline process integration.
Metadata
Frequently Asked Questions
What is 投票鸭制作助手?
投票鸭是易企秀旗下的在线投票制作工具,支持模板检索与投票活动创建。 当用户需要制作投票、发起评选、组织投票活动时使用此 Skill。 核心功能: 1. 检索投票模板——按关键词、颜色、热度筛选,返回模板列表与链接 2. 创建投票作品——支持文字投票、图片投票、视频投票,可设置多选/单选、时间范围 3. 素材上传—... It is an AI Agent Skill for Claude Code / OpenClaw, with 166 downloads so far.
How do I install 投票鸭制作助手?
Run "/install toupiaoya-creator" 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 Ranger (@jijun); the current version is v1.0.3.
More Skills