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

taiwan-invoice-skill

v2.6.4

Published

CLI to install Taiwan E-Invoice skill for AI coding assistants

Readme


安裝

npm install -g taiwan-invoice-skill

使用方式

# 進入專案目錄
cd /path/to/your/project

# 選擇你的 AI 助手
taiwan-invoice init --ai claude        # Claude Code
taiwan-invoice init --ai cursor        # Cursor
taiwan-invoice init --ai windsurf      # Windsurf
taiwan-invoice init --ai copilot       # GitHub Copilot
taiwan-invoice init --ai antigravity   # Antigravity
taiwan-invoice init --ai all           # 全部安裝
taiwan-invoice init --ai kiro          # Kiro (AWS)
taiwan-invoice init --ai codex         # Codex CLI (OpenAI)
taiwan-invoice init --ai qoder         # Qoder
taiwan-invoice init --ai roocode       # Roo Code
taiwan-invoice init --ai gemini        # Gemini CLI
taiwan-invoice init --ai trae          # Trae (ByteDance)
taiwan-invoice init --ai opencode      # OpenCode
taiwan-invoice init --ai continue      # Continue
taiwan-invoice init --ai codebuddy     # CodeBuddy (Tencent)

其他指令

taiwan-invoice list         # 列出支援平台
taiwan-invoice info         # 顯示技能資訊
taiwan-invoice versions     # 列出可用版本
taiwan-invoice update       # 檢查更新

選項

taiwan-invoice init --force     # 覆蓋現有檔案
taiwan-invoice init --global    # 安裝到全域目錄(所有專案共用)

全域安裝

使用 --global 可將技能安裝到使用者目錄,讓所有專案都能使用:

taiwan-invoice init --ai cursor --global       # ~/.cursor/skills/taiwan-invoice/
taiwan-invoice init --ai claude --global       # ~/.claude/skills/taiwan-invoice/
taiwan-invoice init --ai antigravity --global  # ~/.gemini/antigravity/global_skills/taiwan-invoice/

支援平台

| 平台 | 說明 | 啟動方式 | |------|------|----------| | Claude Code | Anthropic 官方 CLI | /taiwan-invoice | | Cursor | AI 程式編輯器 | /taiwan-invoice | | Windsurf | Codeium 編輯器 | 自動 | | Copilot | GitHub Copilot | /taiwan-invoice | | Antigravity | Google AI 助手 | /taiwan-invoice | | Kiro | AWS AI 助手 | /taiwan-invoice | | Codex | OpenAI CLI | 自動 | | Qoder | Qodo AI 助手 | 自動 | | RooCode | VSCode 擴充 | /taiwan-invoice | | Gemini CLI | Google Gemini | 自動 | | Trae | ByteDance AI | 自動 | | OpenCode | 開源 AI 助手 | 自動 | | Continue | 開源 AI 助手 | 自動 | | CodeBuddy | Tencent AI | 自動 |


加值中心

| 加值中心 | 驗證方式 | 特點 | |----------|----------|------| | ECPay 綠界 | AES-128-CBC 加密 | 市佔率高,文件完整 | | SmilePay 速買配 | URL 參數簽章 | 雙協定支援,整合簡單 | | Amego 光貿 | MD5 簽章 (MIG 4.0) | API 設計乾淨 |


智能工具

安裝後包含以下 Python 工具(純 Python,無需外部依賴):

# BM25 搜索引擎 - 搜索錯誤碼、欄位映射、稅務規則
python scripts/search.py "10000016" --domain error

# 加值中心推薦系統 - 根據需求推薦服務商
python scripts/recommend.py "電商 高交易量 穩定"

# 代碼生成器 - 生成 TypeScript/Python 服務模組
python scripts/generate-invoice-service.py ECPay --output ts

授權

MIT License