skills: Instructions file for Claude Code

AGENTS.md

skills AGENTS.md is an instructions file for Claude Code, Codex, OpenCode from paid-tw/skills. It costs 2,162 tokens per session, scanned A, original, MIT.

A set of instructions for a repository of coding-agent plugins that integrate Taiwanese payment services. It documents services such as NewebPay and explains separate skills for checkout, transaction lookup, and refunds.

In plain words
What is it for?
Use it when developing or maintaining Taiwanese payment integrations, including checkout flows, order queries, refunds, and plugin documentation.
Why use it?
It gives agents the service-specific context needed to work with payment integrations and the repository's plugin structure.

Instructions file for Claude CodeCodexOpenCode

Written for Claude Code and Codex and OpenCode: Claude Code plugin machinery, but also the file is AGENTS.md. Also seen: mentions Claude Code; mentions AGENTS.md.

This is paid-tw/skills's own configuration. It tells Claude Code, Codex and OpenCode how to work on skills itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything skills configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/paid-tw/skills/main/AGENTS.md
Clone the repo
git clone --depth 1 https://github.com/paid-tw/skills

Made for: Claude Code, Codex, OpenCode.

Wrote 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.

agentmods badge for skills AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/paid-tw/skills/agents-md.svg)](https://agentmods.dev/instructions/paid-tw/skills/agents-md)
Your own site
<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>
Per session 2,162 This file is loaded in full into every session.
When invoked 2,162 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 7d ago against content hash b56054383d5d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

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.

AGENTS.md · 198 lines

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:

  1. 不確定用哪個金流payment-help
  2. 要串接藍新金流newebpaynewebpay-checkout
  3. 要查詢藍新交易newebpay-query
  4. 要藍新退款newebpay-refund
  5. 要串接 KryptoGO 穩定幣支付kryptogo-paykryptogo-pay-checkout
  6. 要查詢 KryptoGO 支付狀態kryptogo-pay-query
  7. 要處理 KryptoGO Webhookkryptogo-pay-webhook
  8. 要 KryptoGO 轉帳/提領kryptogo-pay-transfer
  9. 要串接綠界科技ecpay
  10. 要串接 PAYUNipayuni

Read the full file on GitHub · 198 lines

Changes

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.

  1. 7d ago First seen · 198 lines · 2,162 tokens per session scan A b56054383d5d

Subscribe to this mod's changes

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.

Related

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.

openai/codex · 5,182 tokens

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).

microsoft/vscode · 6,785 tokens

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.

vercel/next.js · 7,296 tokens

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.

langchain-ai/langchain · 4,469 tokens

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).

microsoft/vscode · 5,001 tokens

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.

github/spec-kit · 7,104 tokens