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

@cliptude/cli

v0.1.5

Published

Cliptude CLI — generate videos from saved templates.

Readme

Cliptude CLI + MCP

Generate videos from a saved template. Same account and credits as cliptude.com.

Set up

  1. Install the CLI: run npm i -g @cliptude/cli.
  2. Authenticate: run cliptude auth login and complete the sign-in in the browser it opens.
  3. Install the companion skills: run npx skills add cliptude/cliptude --path mcp_server/skills (includes cliptude, cliptude-script, and cliptude-faceless).

From this repo without npm:

pip install -e .
cliptude auth login

Commands

cliptude templates
cliptude generate --template "Finance vector weekly" --title "Why index funds win" --prompt "why most retail traders underperform the S&P over 10 years, keep it for beginners" --duration 3-4
cliptude generate --template "Finance vector weekly" --title "Why index funds win" --script-file script.txt
cliptude generate --template "Finance vector weekly" --title "Why index funds win" --voiceover narration.mp3
cliptude status <job-id>

--title is required. Provide one of --prompt, --script / --script-file, or --voiceover. Never copy the title into --prompt. If you only have a topic, follow cliptude-script (web search → spoken narration → --script-file). --voiceover is a local audio file (same as create.html); it is transcribed and skips TTS — do not combine it with prompt/script. Optional --duration is a wizard bucket (3-4, 6-8, 10-12, …). Omit it to use the template duration, or the word-count estimate when you pass --script. Uploaded audio sets duration from the file. generate returns immediately (queued). Poll status.

Faceless Explainer on CLI/MCP defaults to --faceless-coding external (this session authors HTML). Pass --faceless-coding cliptude to let Cliptude code. REST omit still means Cliptude codes.

cliptude generate --template "My Faceless" --title "Why index funds win" --script-file script.txt
cliptude kit <job-id> --out ./kit.zip
cliptude submit-project <job-id> ./project.zip

MCP

Remote Streamable HTTP: https://mcp.cliptude.com/mcp (OAuth or Bearer).

cliptude-mcp

Unauthenticated POST /mcp returns 401 with WWW-Authenticate pointing at RFC 9728 metadata. Stdio never writes to stdout except JSON-RPC.