npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@wizcut/n8n-nodes-wizcut

v0.1.6

Published

n8n community node for WizCut — AI-powered multicam podcast editing API

Readme

n8n-nodes-wizcut

n8n community node for WizCut — AI-powered multicam podcast editing.

WizCut automatically syncs, diarizes, and cuts multicam podcast recordings. Upload your camera angles, confirm speaker mapping in the WizCut editor, and get a finished video back.

WizCut

n8n is a fair-code licensed workflow automation platform.

Operations

WizCut Node

| Operation | Description | |---|---| | Create Job | Create a new editing job with source files. Returns upload URLs. | | Get Job | Check the current status and details of a job. | | Start Processing | Kick off audio sync and speaker diarization. | | Start Render | Render the final video (after speaker mapping is done in WizCut). | | Approve | Mark a rendered video as approved. |

WizCut Trigger

Webhook-based trigger that starts your workflow when a job changes status:

| Event | When it fires | |---|---| | Mapping Ready | Diarization complete. Speakers detected, waiting for you to confirm mapping in the WizCut editor. | | Cuts Ready | Speaker mapping confirmed and cuts generated. Ready for review or render. | | Render Complete | Video rendering finished. | | Approved | Rendered video approved for download. |

Typical workflow

  1. Files land in Google Drive / Dropbox / S3
  2. WizCut: Create Job — register sources, get presigned upload URLs
  3. HTTP Request — upload files to the presigned URLs
  4. WizCut: Start Processing — kicks off sync + diarization
  5. WizCut Trigger receives mapping webhook — send a Slack/email with the review link
  6. You confirm speaker mapping in the WizCut editor (takes ~30 seconds)
  7. WizCut Trigger receives ready webhook — trigger render (or review cuts first)
  8. WizCut: Start Render — render the final video
  9. WizCut Trigger receives complete webhook — download, upload to YouTube, notify team

The human-in-the-loop step (speaker mapping) ensures your podcast always looks right. WizCut does the heavy lifting; you just confirm which camera shows which speaker.

Credentials

You need a WizCut API key. Get one at wizcut.com/settings.

API keys start with wc_live_.

Installation

Follow the n8n community nodes installation guide.

Search for n8n-nodes-wizcut in the community nodes panel, or install manually:

npm install n8n-nodes-wizcut

Resources