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

tsic-ainode

v1.2.0

Published

TSIC AINode Skill installer — adds AINode SSH Dongle support to Claude Code, Cursor, Codex, Gemini CLI, and Antigravity

Readme

TSIC AINode Skill Installer

為你的 AI 工具安裝 AINode Dongle SSH 連線技能,讓 Claude Code、Cursor、Codex、Gemini CLI、Antigravity 等 AI Agent 能自動偵測 AINODE USB Dongle 並安全連線到 AINode miniPC。

安裝

npx tsic-ainode@latest

互動式安裝器會:

  1. 偵測你已安裝的 AI 工具
  2. 詢問語言(繁中 / English)
  3. 詢問安裝範圍(全域 / 目前專案)
  4. 安裝對應的 Skill 設定檔

支援的 AI 工具

| 工具 | 安裝位置(全域) | 安裝位置(專案) | |------|----------------|----------------| | Claude Code | ~/.claude/skills/tsic-ainode/SKILL.md | 同左 | | Cursor | ~/.cursor/rules/tsic-ainode.mdc | .cursor/rules/tsic-ainode.mdc | | OpenAI Codex CLI | ~/.codex/AGENTS.md | ./AGENTS.md | | Gemini CLI | ~/.gemini/GEMINI.md | ./GEMINI.md | | Antigravity | ~/.antigravity/AGENTS.md | ./.antigravity/AGENTS.md |

使用方式

安裝後,插入 AINODE USB Dongle,對你的 AI 工具說:

  • 「部署到 AINode」
  • 「連線 AINode」
  • 「把服務跑在 AINode 上」
  • "deploy to AINode"
  • "connect to AINode"

AI Agent 會自動:

  1. 偵測 AINODE 磁碟(Windows: E:\、macOS: /Volumes/AINODE、Linux: blkid -L AINODE
  2. 使用 Dongle 上的私鑰(ID_ED255)透過 SSHCFG 設定連線
  3. 執行部署、查詢日誌、管理 Docker 服務等操作

AINode Dongle 安全設計

Dongle Flash (加密)
  [AES-128-CBC 加密私鑰]  ← 開機時解密到 RAM
  [公鑰]                  ← 首次配對時寫入 AINode authorized_keys

Dongle 磁碟 (AINODE, FAT12 64KB)
  SSHCFG      ← SSH 設定(Host / HostName / Port)
  ID_ED255    ← 私鑰(RAM,拔除即消失)
  ID_ED255.PUB ← 公鑰
  README.TXT

私鑰只存在 Dongle 的 RAM 中,拔除即無法連線 — 這是設計行為。

即將推出

  • MCP Server:AINode 將提供 MCP 接入口,AI Agent 可直接查詢服務狀態、觸發部署
  • AI 優化 REST APIhttp://192.168.1.100:8080/api/v1/ 結構化端點
  • Skill 自動更新:重新執行 npx tsic-ainode@latest 即可更新

手動安裝(不用 npx)

git clone https://github.com/TSIC-tech/TSIC-AINode.git
cd TSIC-AINode
node bin/index.js

License

MIT