← Back to Skills Marketplace
wespeakallday

Pizzaparty Automation

by Carl Luis Olivier · GitHub ↗ · v2.0.0
cross-platform ⚠ suspicious
394
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install pizzaparty-automation
Description
Twitch engagement via PizzaParty.gg - 4 daily sessions for LevelUpLove
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pizzaparty-automation
  3. After installation, invoke the skill by name or use /pizzaparty-automation
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug pizzaparty-automation
Version 2.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Pizzaparty Automation?

Twitch engagement via PizzaParty.gg - 4 daily sessions for LevelUpLove. It is an AI Agent Skill for Claude Code / OpenClaw, with 394 downloads so far.

How do I install Pizzaparty Automation?

Run "/install pizzaparty-automation" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Pizzaparty Automation free?

Yes, Pizzaparty Automation is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Pizzaparty Automation support?

Pizzaparty Automation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Pizzaparty Automation?

It is built and maintained by Carl Luis Olivier (@wespeakallday); the current version is v2.0.0.

💬 Comments