CLI to install Taiwan Logistics skill for AI coding assistants
npm install taiwan-logistics-skill台灣物流 AI 開發技能包 - 支援綠界 ECPay、藍新 NewebPay、統一 PAYUNi
---
``bash`
npm install -g taiwan-logistics-skill
---
`bash自動偵測 AI 助手
taiwan-logistics init
完整平台列表
`bash
主流平台
taiwan-logistics init --ai claude # Claude Code
taiwan-logistics init --ai cursor # Cursor
taiwan-logistics init --ai windsurf # Windsurf (Codeium)
taiwan-logistics init --ai copilot # GitHub Copilot
taiwan-logistics init --ai antigravity # Google Antigravity其他支援平台
taiwan-logistics init --ai kiro # AWS Kiro
taiwan-logistics init --ai codex # OpenAI Codex
taiwan-logistics init --ai qoder # Qodo
taiwan-logistics init --ai roocode # Roo Code
taiwan-logistics init --ai gemini # Google Gemini CLI
taiwan-logistics init --ai trae # ByteDance Trae
taiwan-logistics init --ai opencode # OpenCode
taiwan-logistics init --ai continue # Continue.dev
taiwan-logistics init --ai codebuddy # Tencent CodeBuddy安裝到所有平台
taiwan-logistics init --ai all
`---
其他指令
`bash
列出支援的平台
taiwan-logistics list顯示技能資訊
taiwan-logistics info列出可用版本
taiwan-logistics versions檢查更新
taiwan-logistics update
`$3
-
--ai - 指定 AI 助手類型
- --force - 強制覆蓋現有檔案
- --global - 安裝到使用者全域目錄 (~/.claude, ~/.cursor 等)---
全域安裝
安裝到使用者目錄,所有專案共用:
`bash
taiwan-logistics init --ai claude --global
`全域技能路徑:
- Claude Code:
~/.claude/skills/taiwan-logistics/
- Cursor: ~/.cursor/skills/taiwan-logistics/
- Windsurf: 不支援全域安裝---
支援平台
| 平台 | 資料夾 | 啟動方式 |
|-----|-------|---------|
| Claude Code |
.claude | claude 或瀏覽器開啟 claude.ai/code |
| Cursor | .cursor | cursor |
| Windsurf | .windsurf | windsurf |
| GitHub Copilot | .github | VS Code 擴充功能 |
| Antigravity | .agent | Google AI Studio |
| Kiro | .kiro | AWS Kiro CLI |
| Codex | .codex | OpenAI Codex |
| Qoder | .qoder | Qodo CLI |
| Roo Code | .roo | Roo Code Editor |
| Gemini CLI | .gemini | Google Gemini CLI |
| Trae | .trae | ByteDance Trae |
| OpenCode | .opencode | OpenCode Editor |
| Continue | .continue | Continue.dev VS Code 擴充功能 |
| CodeBuddy | .codebuddy` | Tencent CodeBuddy |---
| 服務商 | 加密方式 | API 風格 | 特色 |
|--------|---------|---------|------|
| 綠界 ECPay | SHA256 | Form POST | 市佔率最高,穩定性佳,完整文檔 |
| 藍新 NewebPay | AES-256-CBC + SHA256 | Form POST + AES | 支援多種物流方式 |
| 統一 PAYUNi | AES-256-GCM + SHA256 | RESTful JSON | 統一集團,RESTful 設計 |
---
- 完整 API 文檔 - ECPay、NewebPay、PAYUNi 詳細規格
- 代碼範例 - TypeScript/Python 完整可執行範例
- 加密實作指南 - SHA256、AES-256-CBC、AES-256-GCM
- 14 個 AI 平台 - 支援主流 AI 編程助手
---
---
- Node.js >= 18.0.0 (CLI 工具)
- Python >= 3.x (智能腳本,無外部依賴)
---
本專案採用 MIT License 授權。
---
由 Moksa 開發維護。
---
- taiwan-invoice-skill - 台灣電子發票整合
- taiwan-payment-skill - 台灣金流整合
---
Made for Taiwan developers