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

@seandong/seno

v0.2.0

Published

ONES AI Agent CLI

Readme

SENO

ONES 企业内部 AI Agent CLI

快速开始

一键安装

curl -fsSL https://seno.help/install.sh | bash

手动安装

npm install -g @seandong/seno
seno init

环境要求

  • Node.js >= 18

按照交互提示完成配置:

  1. 选择 LLM Provider
  2. 配置授权(OAuth 或 API Key)
  3. 选择模型
  4. 输入 ONES MCP URL

配置文件保存在 ~/.seno/config.json

使用

seno

启动后直接输入自然语言与 AI 对话。输入 / 查看可用命令。

核心能力

  • 运维自动化 — 通过内置 Skills 执行 ONES 安装、升级、备份、巡检等运维操作,支持 SSH 远程执行
  • 插件开发 — 一键初始化 ONES 插件项目,自动检查环境依赖,提供开发文档参考
  • 知识检索 — 智能检索企业内部 Wiki、运维手册、开发者文档、通用技术文档
  • ONES 协作 — 通过 MCP 直接操作 ONES 平台:任务管理、项目协作、Wiki、工时记录

命令参考

| 命令 | 说明 | |------|------| | /help | 显示帮助信息 | | /skills list | 列出所有 Skills | | /skills sync | 手动同步远程 Skills | | /server list | 列出所有 SSH 服务器 | | /server add | 添加新服务器 | | /server remove <name> | 删除指定服务器 | | /plugin init | 初始化新插件项目 | | /model set | 切换 Provider 和模型 | | /model auth | 配置 Provider 授权 | | /clear | 清空对话历史 | | /exit | 退出 |

更多文档