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

@ai-welopc/opc-content-factory

v0.1.0

Published

WelOPC OPC content factory scene pack for WeChat article production, image deconstruction, prompt reverse engineering, and draft import preparation.

Readme

OPC 内容工厂

这是 WelOPC 的 opc-content-factory 场景包,用于把公众号链接、文章截图、商品图、工作流 demo 或 AI 视频案例拆解成可发布的中文图文内容包。

默认输出 HTML 审稿页、公众号草稿箱导入文件、配图脚本、提示词模板、图片/媒体资源目录和草稿箱 API dry-run payload。

安装

平台安装口径:

npx @ai-welopc/cli add opc-content-factory

独立 npx 入口:

npx @ai-welopc/opc-content-factory init "女装带货 OPC 文章" --root ./articles

命令

创建标准文章工作区:

opc-content-factory init "女装带货 OPC 文章" --root ./articles

提取公众号文章:

opc-content-factory extract "https://mp.weixin.qq.com/s/..." --out ./articles/demo/source

生成公众号草稿箱 dry-run payload:

opc-content-factory push-draft --title "标题" --digest "摘要" --html-file ./wechat_draft.html --cover-image ./cover.png --out ./draft/wechat_draft_payload.json

查看打包后的 Skill 路径:

opc-content-factory skill-path

包含内容

  • skill/SKILL.md:内容工厂工作流说明。
  • skill/references/:公众号提取、图片反推、输出规范、内容方法论。
  • skill/scripts/:工作区创建、公众号提取、草稿箱导入脚本。
  • skill/assets/scene-package/:HTML 模板、草稿箱 env 示例、场景包清单。
  • package-manifest.json:官网和安装器可读取的场景包元数据。

边界

这个包只负责内容生产、审稿和草稿箱准备;不自动发布、不群发、不输出密钥、Cookie、token 或后台敏感数据。