live-site-claw

Convert Twitch chat contributions into code, commits, and live deployments.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/PixxzR/twitch-claw-stream --skill live-site-claw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: live-site-claw
Source: https://github.com/PixxzR/twitch-claw-stream/tree/main/skills/live-site-claw
Command: npx skills add https://github.com/PixxzR/twitch-claw-stream --skill live-site-claw

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Transform Twitch chat contributions into a live, deployed community website by generating code, committing changes, and auto-deploying. This enables streams to evolve a collaborative site in real time as viewers contribute ideas, code, or art.

Core Features & Use Cases

  • Real-time site evolution: viewers contribute ideas, code, text, or ASCII art and see immediate updates on a deployed site.
  • Automatic deployment: every contribution triggers a git commit and auto-deploy to Cloudflare Pages.
  • Attribution and safety: every contribution is attributed to its author and sanitized with a strict whitelist to prevent unsafe content.

Quick Start

Submit a contribution in chat (text, idea, code, or ASCII art) and watch the live site update in real time.

Frequently Asked Questions about live-site-claw

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn Twitch chat messages into a live deployed website?

Twitch chat contributions transform into a live website by converting submitted text, code, or ASCII art into code and committing changes via Git for real-time auto-deployment.

What do I need to automate real-time site deployment from Twitch chat?

Automating real-time site deployment from Twitch chat requires Git and Node installed as binaries to process chat inputs, commit code changes, and trigger auditable automatic deployments.

How does the whitelist sanitizer handle unsafe Twitch chat contributions?

The whitelist sanitizer handles unsafe Twitch chat contributions by enforcing strict input filtering before code conversion, preventing malicious content from reaching the deployed site.

Can I track attribution for individual Twitch chat contributions on my live site?

Attribution for individual Twitch chat contributions is tracked automatically, linking every submitted code snippet, idea, or ASCII art directly to its author before deployment.

What types of community content can viewers submit to update a live site?

Viewers can submit ideas, code snippets, plain text, and ASCII art as community content to update a live site, with each contribution sanitized, attributed, and deployed in real time.