sub2api-admin

An administration tool for Sub2API, a service managed through administrator APIs. It covers accounts, codes, groups, proxies, security rules, imports, exports, and direct administrator requests.

In plain words
What is it for?
Use it to manage user accounts, redemption or invitation codes, groups, proxy settings, TLS fingerprint profiles, data imports and exports, batch changes, and raw admin API calls.
Why use it?
It brings common administrative tasks into one skill instead of requiring separate manual API requests.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/wei-shaw/sub2api/sub2api-admin
Any agent
npx skills add Wei-Shaw/sub2api --skill sub2api-admin
Clone the repo
git clone --depth 1 https://github.com/Wei-Shaw/sub2api

Made for: Claude Code, Codex.

Per session 101 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 705 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin unknown 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 $0.00101 $0.00705
Opus 5 $0.00051 $0.00352
Sonnet 5 $0.00020 $0.00141
Haiku 4.5 $0.00010 $0.00071

Measured 2d ago against content hash 6b7730a94d8e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

sub2api-admin 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 2d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/sub2api-admin.js), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Use the bundled CLI instead of ad hoc `curl`. Run examples from this skill directory.
skills/sub2api-admin/SKILL.md · 50 lines

The source is not reproduced here

Licensed LGPL-3.0

The repository is licensed LGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

3 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. 2d ago First seen · 50 lines · 101 tokens per session scan A 6b7730a94d8e

Subscribe to this mod's changes

sub2api-admin is a skill published in the GitHub repository Wei-Shaw/sub2api (39,893 stars, last pushed 2d ago), licensed LGPL-3.0. It adds 101 tokens to every session and 705 once invoked, about $0.0005 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-08-30.

Related

Other skills, from other repositories

perplexity-search

Search the current public web with cited answers through fixed Grok 4.6 Ask routing with thinking enabled by default, or run comprehensive Deep Research through the self-hosted escapeWu/perplexity-ai REST API. Use for recent or changing information, news, fact checks, source-backed comparisons, multi-source…

escapeWu/perplexity-ai · 98 tokens

server-deploy

Deploy perplexity-ai to its configured production server from the latest GitHub main source. Use when the user asks to deploy, publish, update, rebuild, restart, or roll out this project on the server.

escapeWu/perplexity-ai · 46 tokens

bump-version

Bump project version, update changelogs, commit, tag, and push. Use when the user wants to release a new version (e.g. "bump v1.x.0", "release version x").

escapeWu/perplexity-ai · 49 tokens

geotools

Use when building Java GIS applications — feature reading/writing, coordinate transformations, map styling, spatial filters, WMS/WFS clients. GeoTools: the Java GIS toolkit and OGC standards reference implementation.

znlgis/opengis-skills · 45 tokens

nextjs-app-router

Next.js App Router best practices, Server Components, Server Actions, routing patterns, and data fetching strategies. Use when building Next.js applications with the App Router.

desilokesh1/antigravity-fullstack-hq · 37 tokens

nestjs-patterns

NestJS best practices, module architecture, DTOs, Guards, Interceptors, and common patterns. Use when building or reviewing NestJS backend services.

desilokesh1/antigravity-fullstack-hq · 34 tokens