← 返回 Skills 市场
wespeakallday

Pizzaparty Automation

作者 Carl Luis Olivier · GitHub ↗ · v2.0.0
cross-platform ⚠ suspicious
394
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install pizzaparty-automation
功能描述
Twitch engagement via PizzaParty.gg - 4 daily sessions for LevelUpLove
安全使用建议
This skill is inconsistent: the README asks for Discord OAuth credentials, Twitch client secrets, and Playwright scraping, but the code only sends chat messages via Twitch IRC using an OAuth token. Before installing or running: (1) Do not provide your Discord password or any client secrets to this skill unless you can verify and trust the source. (2) Prefer a version that declares required env vars in the registry metadata and that implements OAuth via proper token flows rather than asking for raw passwords. (3) If you intend to use the included code, verify it yourself: it only needs a Twitch IRC token/username passed on the command line and does not perform the scraping claimed in SKILL.md. (4) Consider policy/TOS risk: automated chat activity can violate Twitch and third-party platform terms and could get accounts banned. (5) If you need the advertised scraping behavior, request the author to provide a clear, auditable implementation (explicit Playwright dependency, safe OAuth flow, no storage of passwords) and to justify every sensitive env var. If you cannot verify the author or code, avoid installing or running the skill with live credentials.
功能分析
Type: OpenClaw Skill Name: pizzaparty-automation Version: 2.0.0 The skill is designed for automated point farming on PizzaParty.gg by engaging with Twitch streamers, which carries a high risk of account suspension for botting. It requires sensitive credentials (Discord OAuth and Twitch IRC tokens) and instructs the AI agent to perform browser-based logins, increasing the attack surface for credential exposure. Additionally, index.py lacks input sanitization when constructing IRC commands (e.g., in the message and join methods), which could allow for IRC injection if scraped streamer names or messages contain CRLF characters.
能力评估
Purpose & Capability
SKILL.md claims Playwright-based Discord OAuth login and scraping of PizzaParty.gg plus use of multiple env vars (Discord email/password, Twitch client ID/secret). The package metadata declares no required env vars, and index.py does not perform any Playwright actions or use Discord credentials; it only accepts a Twitch OAuth token and username via CLI and connects directly to Twitch IRC. The documentation asks for capabilities (browser automation, OAuth) that the code does not implement.
Instruction Scope
Runtime instructions describe logging in via Discord OAuth, scraping 'Now Live', and using Twitch client credentials — all actions that would require browser automation and handling sensitive credentials. The actual code's scrape_streamers() is a stub that returns [], so the instructions would cause the agent to perform actions (login, scraping, storing/using Discord credentials) that are not reflected in the code. The SKILL.md also lists environment variables and behavior (e.g., rate limits) that the code does not reference or enforce.
Install Mechanism
There is no install spec and no external downloads; the skill is instruction-only with an included Python script. This is lower risk from an install perspective because nothing external is fetched or automatically written to disk by an installer.
Credentials
SKILL.md lists several sensitive environment variables (Discord email/password, TWITCH_CLIENT_ID, TWITCH_CLIENT_SECRET, TWITCH_OAUTH_TOKEN) but the registry metadata declares none required and index.py only needs a Twitch OAuth token and username passed at runtime. Requesting Discord credentials and client secrets in the documentation is disproportionate to what the packaged code actually uses and would expose high-value secrets unnecessarily if followed.
Persistence & Privilege
The skill is not always-enabled, is user-invocable, and does not modify other skills or system-wide configs. It writes an output JSON file (pizza_session.json) in the current directory, which is normal and limited in scope.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pizzaparty-automation
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pizzaparty-automation 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
No changes detected in this version. - Version updated to 2.0.0, but no file or documentation changes were made.
v1.0.0
Initial publish
元数据
Slug pizzaparty-automation
版本 2.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Pizzaparty Automation 是什么?

Twitch engagement via PizzaParty.gg - 4 daily sessions for LevelUpLove. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 394 次。

如何安装 Pizzaparty Automation?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install pizzaparty-automation」即可一键安装,无需额外配置。

Pizzaparty Automation 是免费的吗?

是的,Pizzaparty Automation 完全免费(开源免费),可自由下载、安装和使用。

Pizzaparty Automation 支持哪些平台?

Pizzaparty Automation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Pizzaparty Automation?

由 Carl Luis Olivier(@wespeakallday)开发并维护,当前版本 v2.0.0。

💬 留言讨论