Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add Moksa1123/taiwan-ecommerce-toolkit --skill taiwan-logisticsgit clone --depth 1 https://github.com/Moksa1123/taiwan-ecommerce-toolkitWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/moksa1123/taiwan-ecommerce-toolkit/taiwan-logistics)<a href="https://agentmods.dev/skills/moksa1123/taiwan-ecommerce-toolkit/taiwan-logistics"><img src="https://agentmods.dev/badge/skills/moksa1123/taiwan-ecommerce-toolkit/taiwan-logistics/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/moksa1123/taiwan-ecommerce-toolkit/taiwan-logistics"><img src="https://agentmods.dev/badge/skills/moksa1123/taiwan-ecommerce-toolkit/taiwan-logistics.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Data Exfiltration · line 156 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.08320 |
| Opus 5 | $0.00000 | $0.04160 |
| Sonnet 5 | $0.00000 | $0.01664 |
| Haiku 4.5 | $0.00000 | $0.00832 |
Grade A, and why
taiwan-logistics scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 846 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Taiwan Logistics Development Skill
Comprehensive guide for Taiwan Logistics integration (ECPay, NewebPay, PAYUNi, SmilePay, PChomePay, PayNow + HCT direct API)
Supported Providers
This skill covers 6 logistics aggregators + 1 direct carrier API:
| Provider | 類型 | Reference |
|---|---|---|
| ECPay 綠界 | aggregator | references/ecpay-logistics-api.md |
| NewebPay 藍新 | aggregator | references/NEWEBPAY_LOGISTICS_REFERENCE.md |
| PAYUNi 統一 | aggregator | references/payuni-logistics-api.md |
| SmilePay 速買配 | aggregator (含 7-11/全家 + 黑貓 Pay_zg 矩陣) | references/smilepay-logistics-api.md |
| PChomePay 拍錢包 | aggregator (金物流二合一) | references/pchomepay-logistics-api.md |
| PayNow 立吉富 | aggregator (11 條產品線, 3DES/ECB/Zero-Padding) | references/paynow-logistics-api.md |
| HCT 新竹物流 | 直連 carrier API | references/hct-logistics-api.md |
註:選用
HCT 直連 API適合大量出貨企業;一般電商透過 aggregator (LogisticsType=HCT) 走 HCT 配送即可,不需自行串接。
Quick Reference
Core Concepts
Logistics Types:
- B2C (大宗寄倉): Bulk warehouse shipping - Merchant ships to logistics center, then distributed to stores
- C2C (店到店): Store-to-store - Merchant ships to convenience store, then delivered to pickup store
Trade Types:
- 取貨付款 (Cash on Delivery): Customer pays when picking up
- 取貨不付款 (No Payment): Customer only picks up (payment already completed)
Supported Convenience Stores:
- 7-ELEVEN
- FamilyMart (全家)
- Hi-Life (萊爾富)
- OK Mart
Key APIs:
- Store Map Query - Select pickup/sender store
- Create Shipment - Create logistics order
- Get Shipment Number - Get shipping code
- Print Label - Print shipping label
- Query Shipment - Check order status
- Modify Shipment - Update order details
- Track Shipment - Track delivery history
- Status Notification - Real-time status updates
Service Providers
NewebPay Logistics (藍新物流)
Encryption: AES-256-CBC + SHA256 (same as NewebPay payment)
API Style: Form POST with AES encryption
What ships with it
33 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- CLAUDE.md 6.8 KB
- data/field-mappings.csv 4.8 KB
- data/logistics-types.csv 3.1 KB
- data/operations.csv 6.7 KB
- data/providers.csv 6.8 KB
- data/status-codes.csv 8.6 KB
- EXAMPLES.md 87 KB
- examples/ecpay-logistics-cvs-example.py 5.1 KB runs code
- examples/ezship-logistics-example.py 12 KB runs code
- examples/hct-logistics-example.py 10 KB runs code
- examples/newebpay-logistics-cvs-example.py 16 KB runs code
- examples/paynow-logistics-cvs-example.py 9.1 KB runs code
- examples/payuni-logistics-cvs-example.py 18 KB runs code
- examples/pchomepay-logistics-cvs-example.py 8.6 KB runs code
- examples/smilepay-logistics-cvs-example.py 9.9 KB runs code
- examples/store-map-integration-example.html 17 KB
- README.md 5.6 KB
- references/carrier-direct-access.md 7.0 KB
- references/ecpay-logistics-api.md 13 KB
- references/ezship-logistics-api.md 11 KB
- references/hct-logistics-api.md 33 KB
- references/lalamove-logistics-api.md 5.9 KB
- references/NEWEBPAY_LOGISTICS_REFERENCE.md 23 KB
- references/ondemand-delivery.md 7.1 KB
- references/paynow-logistics-api.md 50 KB
- references/payuni-logistics-api.md 19 KB
- references/pchomepay-logistics-api.md 33 KB
- references/smilepay-logistics-api.md 43 KB
- scripts/core.py 8.2 KB runs code
- scripts/generate-logistics-service.py 37 KB runs code
- scripts/recommend.py 12 KB runs code
- scripts/search.py 3.6 KB runs code
- scripts/test_logistics.py 8.5 KB runs code
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 846 lines · 0 tokens per session scan A 263cd0a4929c
taiwan-logistics is a skill published in the GitHub repository Moksa1123/taiwan-ecommerce-toolkit (47 stars, last pushed 23d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 8,320 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
amazon-reviews-api-skill
This skill helps users automatically extract Amazon product reviews via the Amazon Reviews API. Agent should proactively apply this skill when users express needs like getting reviews for Amazon product with ASIN B07TS6R1SF, analyzing customer feedback for a specific Amazon item, getting ratings and comments for a…
amazon-competitor-analyzer
Scrapes Amazon product data from ASINs using browseract.com automation API and performs surgical competitive analysis. Compares specifications, pricing, review quality, and visual strategies to identify competitor moats and vulnerabilities.
asc-subscription-localization
Bulk-localize subscription, subscription-group, and in-app purchase display names across App Store locales using asc, including API 4.4.1 version-scoped v2 resources. Use when filling or updating subscription/IAP names and descriptions without App Store Connect UI work.
food-order
Reorder previous Foodora orders, preview cart contents, and track delivery ETA/status with ordercli. Use when the user wants to reorder food, check delivery status, or browse recent Foodora order history. Never confirm an order without explicit user approval.
product-description-generator
E-commerce product description generator for any platform. Generates optimized titles, bullet points, descriptions, and backend keywords using competitor research + keyword scoring + FABE copywriting. Two modes: (A) Create — generate listing from product specs with optional competitor analysis, (B) Optimize — improve…
amazon-price-tracker
Amazon price monitoring and competitive pricing intelligence. Real-time price tracking, Buy Box analysis, promotion detection, and dynamic pricing strategy optimization. Use when the user asks about price monitoring, competitor pricing, Buy Box tracking, or pricing strategy.