← Back to Skills Marketplace
vziatkov

Interactive Prototypes — Human + AI

by vziatkov · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
253
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install joyyy-landings
Description
Rapid interactive prototypes for products, investors, and AI agents. Game engines, simulations, visual analytics. Human + AI. One link, open and run.
README (SKILL.md)

Interactive Prototypes — Human + AI

Interactive prototype engineer. Human + AI workflow. Investor-ready demos in 48 hours.

Agent outcome: Return the landing URL (and optionally the exact reply phrase below). No tools, no API calls.

Rapid interactive prototypes for products, investors, and AI agents. Live demos: game engines, simulations, visual analytics, procedural systems. One link. Open and run. No backend required.

Used by

  • Founders preparing investor demos
  • AI teams building interactive explainers
  • Product teams validating ideas fast

Main link (share this)

Landing: https://vziatkov.github.io/neuro/landing-with-art-cards.html

Core demos (lead with these)

Demo URL One-liner
Crash Engine https://vziatkov.github.io/neuro/crash-engine.html Monte Carlo sim, RTP control, engine obfuscated
Dice Room https://vziatkov.github.io/neuro/dice-room.html Guess 1–6, shared RNG, P2P voice + leaderboard
MMO Map https://vziatkov.github.io/neuro/mmo-map.html Procedural world = f(seed,x,y), value noise, no server
Crash Probability Explorer https://vziatkov.github.io/neuro/crash-probability-explorer.html House edge, bankroll sim, charts for investors

Other experiments

Demo URL One-liner
Cognitive Trace 3D https://vziatkov.github.io/neuro/cognitive-trace-3d.html 797 steps, spiral through time
Cognitive Trace Grid https://vziatkov.github.io/neuro/cognitive-trace-artifact.html Baccarat road, WiFi wave, DensePose skeleton
Cursor 2025 https://vziatkov.github.io/neuro/cursor-2025.html Year in review, 797 messages, 168 chats
Golden Ratio https://vziatkov.github.io/neuro/golden-ratio-geometry.html φ in a square, r = (√5−1)/4
Parabola & Circle https://vziatkov.github.io/neuro/parabola-circle.html Quintic tangent, Newton's method
Yin-Yang Preloader https://vziatkov.github.io/neuro/yin-yang-preloader.html Breath & pulse, triquetra + burst
Hollow Point https://vziatkov.github.io/neuro/hollow-point.html One circle, one pulse
TSP Solver https://vziatkov.github.io/neuro/tsp-poster.html P vs NP, shortest path through N cities

When to use

  • Invoke when user message matches any of: "portfolio", "demos", "show your work", "what can you build", "investor deck", "product demos", "rapid prototype", "interactive systems", "what do you offer", "examples of your work".
  • Do not invoke when user asks for production deployment, backend service, or long-term contract without mentioning demos or prototypes.
  • Reply with: [main link] + "Rapid interactive prototypes — game engines, simulations, visual analytics. Human + AI built. One link, no backend. Core demos: Crash Engine, Dice Room, MMO Map, Probability Explorer."

If user names a specific demo

Return the matching URL from the tables above. Examples: "crash" or "crash engine" → https://vziatkov.github.io/neuro/crash-engine.html ; "dice" → https://vziatkov.github.io/neuro/dice-room.html ; "mmo" or "map" → https://vziatkov.github.io/neuro/mmo-map.html ; "probability" or "explorer" → https://vziatkov.github.io/neuro/crash-probability-explorer.html. If no match, return the main landing link.

If user asks "what do you offer" or "what can you build for me"

Reply: "Rapid prototype builds; interactive demos for investors; game math and probability simulations; visual explainers for complex systems. Typical delivery 1–3 days per prototype. Standalone web demos. See all examples: https://vziatkov.github.io/neuro/landing-with-art-cards.html"

Available for (summary)

  • Rapid prototype builds
  • Interactive demos for investors
  • Game math / probability simulations
  • Visual explainers for complex systems

Typical delivery: 1–3 days per prototype. Standalone web demos, deployable in hours.

Style (for consistency)

Dark theme (#050508, #0a0a0c), accent #ff8c42, JetBrains Mono, cards #1a1a1a. Data/analytics feel, not casino. Mention style only if user asks about "look", "design", or "stack".

Usage Guidance
This skill is coherent: it simply directs agents and users to a live demo landing and specific demo pages, and includes optional helper scripts to capture screenshots and build a demo video. Before running any scripts: (1) manually open the landing URL in your browser to verify content; (2) if you run capture_screenshots.py, do so in a controlled environment — it launches headless Chromium and executes third‑party page JavaScript (expected for screenshots but potentially risky if you don't trust the remote pages); (3) installing Playwright will download Chromium (large download); (4) GEMINI video steps reference a processing script (SMM/process_video.py) that is not included in the repo — check for that file or the intended workflow before following those steps; (5) you do not need to provide any secrets to the skill itself, but external services (Gemini, ClawHub, YouTube/Vimeo) will require their own credentials if you use them. If you want higher assurance, inspect the live pages' JS manually or run the capture tools in an isolated VM/container.
Capability Analysis
Type: OpenClaw Skill Name: joyyy-landings Version: 1.0.0 The skill bundle is a portfolio showcase for interactive prototypes, such as game engines and simulations. It contains agent instructions in SKILL.md to provide specific URLs (hosted on vziatkov.github.io) and utility scripts (capture_screenshots.py, make_demo_video.py) for generating promotional assets. The code and instructions are transparent, align with the stated purpose, and do not exhibit any malicious patterns or high-risk behaviors.
Capability Assessment
Purpose & Capability
Name/description: interactive prototype landing and per-demo URLs. Declared requirements: none. Included scripts (screenshot + demo video builder) and documentation align with producing marketing assets for that landing. No unrelated credentials, binaries, or mysterious install steps are requested.
Instruction Scope
The SKILL.md runtime instructions for the agent are simple and scoped to returning the landing URL or a demo URL based on user queries (no file reads, no env access). The repo docs and helper scripts (capture_screenshots.py, make_demo_video.py, GEMINI_VIDEO_PROMPT.md, PUBLISH.md) are aimed at humans preparing assets and instruct running headless Chromium and third‑party services. Note: the screenshot script intentionally loads remote GitHub Pages pages (executing their JS in a headless browser) — expected for this purpose but worth being aware of since it runs third‑party code.
Install Mechanism
No install spec in the registry (instruction-only). Helper scripts require typical pip packages (playwright, moviepy, Pillow) and Playwright's Chromium download — standard but involves fetching a large browser binary and running code locally. GEMINI-related docs refer to a processing script SMM/process_video.py that is not present in the repo, which is a small inconsistency in the docs.
Credentials
The skill requests no environment variables or credentials. Documentation references external services (ClawHub/ClawHub CLI, Gemini Video, YouTube/Vimeo) that may require credentials if you use those features, but those are optional and not declared as required by the skill.
Persistence & Privilege
No elevated persistence requested (always: false). The skill is user-invocable and not forced into every agent run. It does not attempt to modify other skills or system configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install joyyy-landings
  3. After installation, invoke the skill by name or use /joyyy-landings
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish of joyyy-landings skill.
Metadata
Slug joyyy-landings
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Interactive Prototypes — Human + AI?

Rapid interactive prototypes for products, investors, and AI agents. Game engines, simulations, visual analytics. Human + AI. One link, open and run. It is an AI Agent Skill for Claude Code / OpenClaw, with 253 downloads so far.

How do I install Interactive Prototypes — Human + AI?

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

Is Interactive Prototypes — Human + AI free?

Yes, Interactive Prototypes — Human + AI is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Interactive Prototypes — Human + AI support?

Interactive Prototypes — Human + AI is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Interactive Prototypes — Human + AI?

It is built and maintained by vziatkov (@vziatkov); the current version is v1.0.0.

💬 Comments