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

siluzan-skill-cli

v0.1.0

Published

Siluzan platform AI Skill CLI — multi-platform content publishing (video/image-text) for Cursor, Claude Code, and OpenClaw.

Readme

siluzan-skill-cli

Siluzan 平台 AI Skill CLI 工具。

帮助 Cursor、Claude Code、OpenClaw 等 AI 助手完成多平台图文/视频内容发布(抖音、微信视频号、YouTube、TikTok、Instagram 等)。


安装

npm install -g siluzan-skill-cli

需要 Node.js 18+


快速开始

1. 初始化 Skill(写入 AI 助手目录)

# Cursor
siluzan-skill init --ai cursor

# Claude Code
siluzan-skill init --ai claude

# 同时写入多个平台
siluzan-skill init --ai all

2. 登录

siluzan-skill login

向导会自动打开浏览器,引导你登录 Siluzan 账号并获取 Token。

3. 查看可用媒体账号

siluzan-skill list-accounts

4. 上传素材

# 上传图片
siluzan-skill upload -f ./photo.jpg

# 上传视频(必须同时提供封面)
siluzan-skill upload -f ./video.mp4 --cover ./cover.jpg

5. 发布内容

# 预览(不实际提交)
siluzan-skill publish -c publish-config.json --dry-run

# 正式提交
siluzan-skill publish -c publish-config.json

6. 更新

siluzan-skill update

所有命令

| 命令 | 说明 | |------|------| | login | 交互式登录向导 | | config show | 查看当前配置 | | config set | 手动设置 Token / API 地址 | | config clear | 清空 Token | | init | 初始化 Skill 文件到 AI 助手目录 | | list-accounts | 列出可用媒体账号 | | upload | 上传视频/图片到素材库 | | publish | 提交发布任务 | | update | 更新 CLI 及 Skill 文件 |


支持平台

AI 助手:Cursor · Claude Code · OpenClaw
发布渠道:抖音 · 微信视频号 · YouTube · TikTok · Instagram · Facebook · Twitter · Yandex · 快手 等


注意事项

  • Token 存储在 ~/.siluzan/config.json,请勿提交到 Git
  • publish-config.json 包含账号令牌标识,请加入 .gitignore
  • 仅支持 https://siluzan.comhttps://siluzan.cn 下的 API 端点

许可

本软件为 Siluzan 平台专有工具,未经授权不得用于商业目的。