Borrowing it
Nothing to install: this file belongs to paid-tw/skills. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/paid-tw/skills/main/AGENTS.mdgit clone --depth 1 https://github.com/paid-tw/skillsWrote 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/instructions/paid-tw/skills/agents-md)<a href="https://agentmods.dev/instructions/paid-tw/skills/agents-md"><img src="https://agentmods.dev/badge/instructions/paid-tw/skills/agents-md.svg" alt="Measured on agentmods" height="20"></a>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.02162 | $0.02162 |
| Opus 5 | $0.01081 | $0.01081 |
| Sonnet 5 | $0.00432 | $0.00432 |
| Haiku 4.5 | $0.00216 | $0.00216 |
Grade A, and why
skills AGENTS.md 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 7d 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 — 198 lines — stays where its author put it; the contents beside it link to each section on GitHub.
台灣支付金流 Skills - Agent Guidelines
本文件提供 AI coding agents(Claude Code、Cursor、Windsurf 等)整合台灣支付金流時的指南。
Repository 概述
此 repository 是一個 Claude Code Plugin Marketplace,包含多個可選擇性安裝的 plugins,每個 plugin 教導 AI agents 如何整合特定的台灣支付服務。
目錄結構
paid-tw/skills/
├── .claude-plugin/
│ └── marketplace.json # Marketplace 目錄
├── plugins/
│ ├── payment-help/ # Help plugin
│ │ └── skills/payment-help/
│ ├── newebpay/ # 藍新金流(含多個 skills)
│ │ ├── .claude-plugin/
│ │ │ └── plugin.json
│ │ └── skills/
│ │ ├── newebpay/ # 總覽
│ │ ├── newebpay-checkout/ # 串接
│ │ ├── newebpay-query/ # 查詢
│ │ └── newebpay-refund/ # 退款
│ ├── ecpay/ # 綠界科技
│ └── payuni/ # PAYUNi
├── README.md
├── AGENTS.md
└── LICENSE
可用的 Skills
藍新金流 (newebpay plugin)
| Skill | 用途 | 觸發關鍵字 |
|---|---|---|
newebpay |
總覽與環境設定 | "藍新", "NewebPay" |
newebpay-checkout |
MPG 幕前支付串接 | "藍新串接", "建立交易", "MPG" |
newebpay-query |
交易查詢 API | "藍新查詢", "查詢訂單" |
newebpay-refund |
退款 API | "藍新退款", "信用卡退款" |
KryptoGO 穩定幣支付 (kryptogo-pay plugin)
| Skill | 用途 | 觸發關鍵字 |
|---|---|---|
kryptogo-pay |
總覽與環境設定 | "KryptoGO", "穩定幣支付", "crypto payment" |
kryptogo-pay-checkout |
建立 Payment Intent 收款 | "KryptoGO 收款", "建立支付", "payment intent" |
kryptogo-pay-query |
查詢 Payment Intent | "KryptoGO 查詢", "支付狀態" |
kryptogo-pay-webhook |
Webhook 回調處理 | "KryptoGO webhook", "回調", "callback" |
kryptogo-pay-transfer |
代幣轉帳/提領 | "KryptoGO 轉帳", "提領", "withdrawal" |
其他 Plugins
| Plugin | 用途 | 觸發關鍵字 |
|---|---|---|
payment-help |
列出所有可用的支付 skills | "台灣金流", "支付整合" |
ecpay |
綠界科技串接 | "綠界", "ECPay" |
payuni |
PAYUNi 統一金流串接 | "PAYUNi", "統一金流" |
Skill 選擇指南
當用戶詢問台灣支付整合時,根據任務選擇適當的 skill:
- 不確定用哪個金流 →
payment-help - 要串接藍新金流 →
newebpay或newebpay-checkout - 要查詢藍新交易 →
newebpay-query - 要藍新退款 →
newebpay-refund - 要串接 KryptoGO 穩定幣支付 →
kryptogo-pay或kryptogo-pay-checkout - 要查詢 KryptoGO 支付狀態 →
kryptogo-pay-query - 要處理 KryptoGO Webhook →
kryptogo-pay-webhook - 要 KryptoGO 轉帳/提領 →
kryptogo-pay-transfer - 要串接綠界科技 →
ecpay - 要串接 PAYUNi →
payuni
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.
- 7d ago First seen · 198 lines · 2,162 tokens per session scan A b56054383d5d
skills AGENTS.md is an instructions file published in the GitHub repository paid-tw/skills (276 stars, last pushed 6mo ago), licensed MIT. It adds 2,162 tokens to every session, about $0.0108 per session on Opus 5. 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 instructions, from other repositories
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.