credential-pooling-analysis

credential-pooling-analysis is a skill for Claude Code, Codex from kevinnft/ai-agent-skills. It costs 24 tokens per session (2,404 once invoked), scanned A, original, MIT.

A framework for examining credential pooling, where many accounts' free or trial API allowances are combined and resold. An API is a service that software calls to use another system.

In plain words
What is it for?
Use it to assess reseller businesses, identify pooled-credential patterns, estimate their economics, and document operational risks.
Why use it?
It helps reveal the economics, warning signs, risks, and likely sustainability of low-cost API reseller operations.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Good fit Use it to assess reseller businesses, identify pooled-credential patterns, estimate their economics, and document operational risks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kevinnft/ai-agent-skills/credential-pooling-analysis
Install

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.

Any agent
npx skills add kevinnft/ai-agent-skills --skill credential-pooling-analysis
Clone the repo
git clone --depth 1 https://github.com/kevinnft/ai-agent-skills

Made for: Claude Code, Codex.

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 credential-pooling-analysis

README.md
[![agentmods](https://agentmods.dev/badge/skills/kevinnft/ai-agent-skills/credential-pooling-analysis/github.svg)](https://agentmods.dev/skills/kevinnft/ai-agent-skills/credential-pooling-analysis)
Your own site
<a href="https://agentmods.dev/skills/kevinnft/ai-agent-skills/credential-pooling-analysis"><img src="https://agentmods.dev/badge/skills/kevinnft/ai-agent-skills/credential-pooling-analysis/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.

agentmods 80×15 button for credential-pooling-analysis

Your own site · 80×15
<a href="https://agentmods.dev/skills/kevinnft/ai-agent-skills/credential-pooling-analysis"><img src="https://agentmods.dev/badge/skills/kevinnft/ai-agent-skills/credential-pooling-analysis.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,404 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00024 $0.02404
Opus 5 $0.00012 $0.01202
Sonnet 5 $0.00005 $0.00481
Haiku 4.5 $0.00002 $0.00240

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

Security

Grade A, and why

credential-pooling-analysis scanned grade A with 1 finding 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

2. Try direct curl with headers
skills/research/credential-pooling-analysis/SKILL.md · 338 lines

How it starts

The opening of the file, as written. The whole thing — 338 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Credential Pooling Analysis

Framework for analyzing API reseller operations that use credential pooling (bulk account creation → free tier exploitation → resell access at markup).

What is Credential Pooling?

Definition: Acquiring many free/trial accounts from a service, pooling their credits/quotas, and reselling access to end-users at a markup.

Common pattern:

User → Reseller API → Credential Pool (100s of accounts) → Official API (Claude/GPT/etc)

Economics:

  • Input: Bulk accounts (e.g., 100 Google accounts = $1-2)
  • Multiplier: Each account gets $5-10 free credits
  • Output: $500-1000 total credits
  • Markup: Sell at 50-70% of official API price
  • ROI: 50-100x return on account cost

Analysis Framework

1. Identify the Operation

Signals that indicate credential pooling:

Pricing signals:

  • Significantly cheaper than official API (30-70% discount)
  • Credit-based, not subscription
  • "No subscription, just credits" messaging
  • Prices that don't match any official tier

Technical signals:

  • Unified API for multiple providers (Claude + GPT + Gemini in one endpoint)
  • OpenAI-compatible API (drop-in replacement)
  • Frequent "maintenance" or "rate limit" messages
  • Inconsistent response times

Business signals:

  • New/small operation (not official partner)
  • Located in regions with cheap bulk accounts (Indonesia, India, etc)
  • Telegram/Discord-only support (no official business presence)
  • Vague about "how we get access"

2. Scrape and Extract Data

Target pages:

  • Homepage (tagline, value prop)
  • Pricing page (model list, credit costs)
  • Docs (API endpoints, authentication)
  • About/Contact (location, team, legitimacy signals)

Use escalation ladder (see cloud-browser-automation skill):

  1. Try web_fetch first
  2. Try direct curl with headers
  3. Try Hermes browser
  4. Use Browserbase if Cloudflare-protected

Key data to extract:

{
  "site": "example.com",
  "tagline": "...",
  "models": ["claude-opus-4", "gpt-5", ...],
  "pricing": {"claude-opus-4": "$X per 1M tokens"},
  "features": ["streaming", "openai-compatible", ...],
  "contact": {"email": "...", "discord": "...", "telegram": "..."},
  "location": "...",
  "legal_docs": ["terms", "privacy", ...]
}

Read the full file on GitHub · 338 lines

Files

What ships with it

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

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 · 338 lines · 24 tokens per session scan A aed733efc83b

Subscribe to this mod's changes

credential-pooling-analysis is a skill published in the GitHub repository kevinnft/ai-agent-skills (14 stars, last pushed 1mo ago), licensed MIT. It adds 24 tokens to every session and 2,404 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

leiloeiro-risco

Analise de risco em leiloes de imoveis. Score 36 pontos, riscos juridicos/financeiros/operacionais, stress test 4 cenarios e ROI ponderado por risco.

ThomasMoreAI/legal-skills-open · 48 tokens

leiloeiro-ia-sickn33

Especialista em leiloes judiciais e extrajudiciais de imoveis. Analise juridica, pericial e de mercado integrada. Orquestra os 5 modulos especializados.

ThomasMoreAI/legal-skills-open · 52 tokens

bankruptcy-monitor-qcc

A Chinese-language monitoring skill for warning about company bankruptcy and restructuring risks through Qichacha data. Qichacha is a Chinese business-information service; bankruptcy restructuring is a legal process for trying to reorganize a company's debts and operations.

ThomasMoreAI/legal-skills-open · 435 tokens

fiduciary-duty-negligence

Clerk for Crown fiduciary breaches, fund mismanagement, conflicts of interest, and failure to protect reserve lands; use for FiduciaryDutyNegligence queue.

ThomasMoreAI/legal-skills-open · 44 tokens

japan-bav-und-corporate-pension-iorp

Japanisches betriebliches Altersversorgungssystem und IORP-Vergleich für europaeische Konzerne. Normen: IORP-II, japanisches Pensionsrecht DB-Pensions-Act. Prüfraster: Leistungsunterschiede, Finanzierungsanforderungen, Konvergenz. Output: Vergleichsanalyse Japan-bAV vs. EU-IORP. Abgrenzung: nicht Expatriate-Planung.

ThomasMoreAI/legal-skills-open · 105 tokens

regulatory-inquiry-response-bond

A Chinese-language writing assistant for responding to regulatory questions about bonds, which are debt investments issued by organisations.

ThomasMoreAI/legal-skills-open · 93 tokens