投票鸭制作助手

v1.0.2

免费投票制作,在线投票生成工具,微信投票免费创建,快速制作活动投票,企业投票制作平台,学校评选投票系统,快捷流畅的投票工具,投票链接生成器,简单投票制作教程,粉丝互动投票制作,投票制作小程序

0· 100·0 current·0 all-time
byRanger@jijun
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (voting template search + vote creation) align with the actual behavior: a Python CLI that POSTs to toupiaoya search and create endpoints and formats results/links. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md instructs the agent to run scripts/toupiaoya_cli.py for search/create. The script sends user-provided text and JSON (briefTitle, briefDesc, groupList, etc.) to external endpoints (msearch-api.toupiaoya.com and ai-api.toupiaoya.com). This is expected for a creator/search tool, but be aware user content is transmitted to third-party servers — do not include secrets or private data in those fields.
Install Mechanism
No install spec; instruction-only plus a Python script. The only dependency is the common 'requests' package mentioned in docs. Nothing is downloaded from untrusted URLs or written by an installer.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code does not read env vars or local configs. Requested access is minimal and proportional to the declared functionality.
Persistence & Privilege
always is false and the skill does not request persistent/system-wide changes. Autonomous invocation is allowed (platform default) but is not combined with broad credentials or other concerning privileges.
Assessment
This skill appears coherent and implements a template search and creation workflow. Before installing or using it: (1) ensure your environment has Python and the 'requests' package; (2) do not put sensitive data (passwords, API keys, personal identifiers) into briefTitle/briefDesc/groupList because those fields are sent to external domains (msearch-api.toupiaoya.com, ai-api.toupiaoya.com and related hosts); (3) verify you trust the third-party domains if you plan to create real voting pages; (4) test search only (no creation) first to confirm expected behavior; (5) if the create API requires authentication in practice, check how credentials would be provided and avoid storing secrets in plaintext in agent config.

Like a lobster shell, security has layers — review code before you run it.

latestvk975waeqxge751pkxw5axv5cmn8453yk

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments