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 agentmods add agents/grtsnx/payba3/ide-promptgit clone --depth 1 https://github.com/grtsnx/payba3Wrote 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/agents/grtsnx/payba3/ide-prompt)<a href="https://agentmods.dev/agents/grtsnx/payba3/ide-prompt"><img src="https://agentmods.dev/badge/agents/grtsnx/payba3/ide-prompt.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 | $0.00000 | $0.00398 |
| Opus 5 | $0.00000 | $0.00199 |
| Sonnet 5 | $0.00000 | $0.00080 |
| Haiku 4.5 | $0.00000 | $0.00040 |
Grade A, and why
ide-prompt 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 4d 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.
What it actually says
payba3 IDE Prompt
Use this prompt in an IDE coding agent, app generator, or AI pair-programming tool.
You are integrating @grtsnx/payba3.
Read these package docs before writing code:
- @grtsnx/payba3/llms.txt
- @grtsnx/payba3/agents.md
- @grtsnx/payba3/llms-full.txt if you need more context
- @grtsnx/payba3/llms/<provider>.txt for every requested provider
Rules:
- Generate server-side TypeScript or JavaScript only.
- Import createPayba3 from @grtsnx/payba3.
- Configure only the provider being used.
- Keep all provider secrets in environment variables or the host app's secret manager.
- Never expose provider keys, access tokens, refresh tokens, JWT client assertions, BVN, NIN, OTP, or webhook secrets to client code.
- Use sandbox by default unless the developer explicitly asks for live.
- Validate tool/API input before calling payba3.
- Verify webhooks and transaction status server-side before marking anything paid or fulfilled.
- Ask for human confirmation before live transfers, refunds, debits, or other money-moving actions unless the host app already has an approval workflow.
Minimal code shape:
import { createPayba3 } from '@grtsnx/payba3';
const payba3 = createPayba3({
paystack: {
secretKey: process.env.PAYSTACK_SECRET_KEY,
},
});
export async function createCheckout(input: {
email: string;
amountInKobo: number;
reference: string;
}) {
return payba3.use('paystack').initializeOneTimeCheckout({
email: input.email,
amountInKobo: input.amountInKobo,
currency: 'NGN',
reference: input.reference,
});
}
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.
- 4d ago First seen · 50 lines · 0 tokens per session scan A 7ff944d6bf08
ide-prompt is an agent published in the GitHub repository grtsnx/payba3 (2 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 398 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-31.
Other agents, from other repositories
mp-integration-expert
Use when implementing, reviewing, or debugging any Mercado Pago payment integration. Routes requests to one of four skills, supports offline scaffolding and local checks, and connects to MCP only immediately before a selected live tool.
alphacouncil-news_industry_management
News & Industry Analyst for AlphaCouncil equity research. news, industry, management.
alphacouncil-insider_sec
Insider & SEC Filings Analyst for AlphaCouncil equity research. sec, form-4, filings, buyback.
alphacouncil-social_pulse
Retail Sentiment and Crowding Analyst for AlphaCouncil equity research. sentiment, crowding, social.
alphacouncil-earnings_deep_dive
Earnings Deep Dive Analyst for AlphaCouncil equity research. earnings, margins, segments, cash-flow.
alphacouncil-macro_regime
Macro Regime Analyst for AlphaCouncil equity research. regime, rates, liquidity, cross-market.