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 razel369/intentfence --skill guard-x402-paymentsgit clone --depth 1 https://github.com/razel369/intentfenceWrote 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/razel369/intentfence/guard-x402-payments)<a href="https://agentmods.dev/skills/razel369/intentfence/guard-x402-payments"><img src="https://agentmods.dev/badge/skills/razel369/intentfence/guard-x402-payments/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/razel369/intentfence/guard-x402-payments"><img src="https://agentmods.dev/badge/skills/razel369/intentfence/guard-x402-payments.svg" alt="Reviewed on agentmods" width="80" 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.00089 | $0.01144 |
| Opus 5 | $0.00044 | $0.00572 |
| Sonnet 5 | $0.00018 | $0.00229 |
| Haiku 4.5 | $0.00009 | $0.00114 |
Grade A, and why
guard-x402-payments 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 10d 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 — 111 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Guard x402 Payments
Use the live IntentFence service to inspect the exact x402 quote the caller observed. Keep signing keys local and treat the result as policy evidence, not as permission to spend.
Choose the check
- For a real x402 quote, use the paid exact-quote assessment. It costs 0.005 USDC on Base per successful assessment.
- For a declared action without a
PAYMENT-REQUIREDchallenge, use the free, unsigned preview. Do not describe a preview as verified or settled. - If the caller has not authorized the 0.005 USDC assessment fee, show the fee and stop before signing or submitting payment.
Assess an exact quote
- Make the intended request without payment and capture the complete base64
PAYMENT-REQUIREDheader, exact target URL, and HTTP method. - Define
policy.max_price_usdc. Add every approved merchant address topolicy.allowed_payees; without an explicit matching payee, a quote cannot receivesafe_to_proceed. - Call the MCP tool
intentfence_x402_assessmentathttps://agentpass-protocol.rmalka06.chatgpt.site/api/mcp, or POST the same input tohttps://agentpass-protocol.rmalka06.chatgpt.site/api/x402-assessments?utm_source=agent_skill&utm_medium=agent&utm_campaign=guard_x402_payments:
{
"subject": "agent:buyer-07",
"target_url": "https://merchant.example/paid-resource",
"method": "GET",
"payment_required": "BASE64_PAYMENT_REQUIRED_HEADER",
"policy": {
"max_price_usdc": "0.10",
"allowed_payees": ["0x1111111111111111111111111111111111111111"]
}
}
- Expect IntentFence's own x402 challenge. Have the caller's x402 client sign
it locally only after fee authorization, then retry the unchanged request
with
PAYMENT-SIGNATUREor the MCP payment metadata required by that client. - Accept a completed assessment only when the response is successful and includes the decision, signed receipt, and x402 settlement evidence. The service fee settlement does not prove that the merchant was paid or that it will deliver.
What ships with it
1 file 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.
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.
- 10d ago First seen · 111 lines · 89 tokens per session scan A 58dfa6566a65
guard-x402-payments is a skill published in the GitHub repository razel369/intentfence (2 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 89 tokens to every session and 1,144 once invoked, about $0.0004 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-31.
Other skills, from other repositories
polymarket
Query Polymarket: markets, prices, orderbooks, history.
wealth-capital-judge
WEALTH Capital Engine — NPV/EMV valuation, asset allocation, Makcik2 credit analysis, capital crisis triage, and investment decision support. Use when Arif asks about financial decisions, NPV, EMV, portfolio allocation, or economic evaluation of projects.
omni-budget
Configure spending limits, token quotas, and rate-limit policies per API key or globally. Inspect current consumption and enforce cost controls across providers.
cost-efficiency-analyzer
Analyzes cost structure, cost efficiency, and expense management from P&L data. Use when the user asks about costs, expenses, COGS, operating expenses, cost ratios, cost control, spending efficiency, margin compression from cost side, or wants to understand where money is going. Also use for "are we spending too…
grocery-prices
A skill to calculate grocery prices with country-specific taxes.
routing-card-authoring
Use whenever a build emits or repairs .agentlas/routing-card.json — the shared card contract for the single-agent builder, the team builder, and the packager. States what belongs in every field, which fields the hub can actually match on, and which fields silently break matching when a sentence leaks into them.