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

@bitclub.ai/opendesk-cli

v0.3.1

Published

OpenDesk CLI - An all-in-one ai studio for productivity scenarios

Readme

OpenDesk CLI是运行在终端之中的AI助手,它基于OpenDesk的基础框架开发,旨在为开发者提供面向办公和生产力场景的一站式AI服务。

安装

运行下面的命令安装最新版本的OpenDesk CLI:

$ npm install -g @bitclub.ai/opendesk-cli
$ opendesk

或者安装每日构建的最新版本:

$ npm install -g @bitclub.ai/opendesk-cli@nightly
$ opendesk

Nightly版本能够持续获取到最新的功能,但由于未经充分测试,可能会存在稳定性问题,欢迎您在本仓库的Issue和讨论区与我们互动,我们会在工作时间尽快响应您的问题 ;)

设计哲学

让智能体帮我们工作,不仅仅是取代我们的工作。更重要的是,人和智能体要能够充分协同,互相取长补短,共同完成复杂的任务,OpenDesk正是想要提供这样的一个协作平台。

在OpenDesk Cli中,我们遵循下述的设计思考:

  • 终端优先的使用体验 OpenDesk CLI总是将开发者的终端使用体验放在第一顺位;

    • 基于@mariozechner/pi-tui构建的差分渲染体系,可以确保在数十分钟的超长程Agent任务中仍然保持顺畅的流式输出且不会产生闪烁的光污染;
    • 所有内部集成工具均支持在Shell中进行卡片式渲染,确保能够呈现你关注的信息;
  • 易用而完善的Agent基础能力 集成业界主流的Agent相关技术,但仍保持最大程度的易用性

    • 标准的Agentic Loop与丰富的内置工具;
    • 面向Agent的文件系统, 让你轻松管理各种本地文件。支持基于关键字, 向量索引, BM25索引等多种方式的混合文件搜索;
    • 在不同平台上支持Bash, Zsh, Powershell等多种终端的命令执行;
    • 无需切换模式,面向复杂任务的自适应规划能力帮你轻松完成复杂任务;
  • 丰富的生态集成 兼容Agent, Tools, LLM的各种主流标准

    • 支持市面主流大模型服务商,Coding Plan等的快速配置, 也支持用户自托管的LLM服务:使用主流的Qwen3.5, GLM-5等模型均可以获得良好的用户体验;
    • 支持常见搜索API如Exa, Brave, Tavily,等快速接入,同时还默认支持Bing, Duckduckgo, Arxiv等免费搜索渠道;
    • MCP Server自动下载,安装,集成,支持从MCP.so等网站自动搜索下载;
    • 从Skill0.io等在线平台或本地路径快速安装技能(Skills)
  • 对话式配置有个功能不知道怎么用?那就直接问我吧 ;)

    • 只有第一次使用的默认模型需要自己配置,后续的搜索引擎,邮箱,待办事项的配置;MCP,Skills的搜索和下载……一切都在自由的对话中完成,远离繁琐的配置界面和JSON文件;
  • 全局任务管理 OpenDesk Cli运行在服务器上时,可以通过丰富的触发器系统持续执行全局后台任务,在你休息的时候帮你完成工作;

    • 例如,收到新邮件的时候自动按内容类型归档,每天定时整理业界新闻
  • 人机协同的应用:我们不仅希望设计一个应用,而是由一组 适合用户和Agent共同使用的 应用集合;传统的应用过于复杂而难以与Agent有效融合,而完全基于对话流在很多场景下效率有限;

    • 当前已经支持:邮箱,日历,文件管理……

除此之外,我们还是一个OpenHarmony-First的智能体,在确保主要功能跨平台保持一致的同时,会优先在鸿蒙(Harmony OS)和开源鸿蒙(OpenHarmony)生态上构建OpenDesk的差异化竞争力

使用示例

对话式配置

MCP Server 安装

信息搜索

Office文档操作

文件管理

整理文件

任务自动化

全局任务触发器

使用指南

这里查看完整的Opendesk CLI使用手册。

如何贡献?

发现并提出问题

如果你在使用Opendesk或Opendesk CLI的时候发现任何问题,请在Issue界面提出。对我们的设计或者新特性如果有好的想法和建议,可以在讨论区进行反馈。