🔐
DevOpsGo

Sub2API Admin

by Wei-Shaw

Sub2API Admin is a DevOps skill for Claude Code, published by Wei-Shaw in sub2api.

36.9K stars7.6K forkson Wei-Shaw/sub2apiAdded 2026/08/13Repository updated 2026/08/13
2apiantigravity2apicc2apiclaudeclaude-codecodexcrscrs2gemini
Install in seconds
Install Sub2API Admin
Copy Sub2API Admin into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/Wei-Shaw/sub2api/tree/main/skills/sub2api-admin ~/.claude/skills/sub2api-admin

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/Wei-Shaw/sub2api.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/sub2api-admin/SKILL.md in Wei-Shaw/sub2api
Installs to
~/.claude/skills/sub2api-admin
Collection
The only skill cataloged from this repository
Category
DevOps798 skills

What Sub2API Admin does

Sub2API Admin manages Sub2API admin APIs for accounts, redeem codes, groups, proxies, error passthrough rules, TLS fingerprint profiles, imports, exports, batch updates, and raw administrator API calls. Use it when working with Sub2API backend settings or performing admin operations such as account management, code generation, and configuration changes.

Sub2API Admin is cataloged under DevOps on DirSkills. Sub2API Admin comes from a repository tagged 2api, antigravity2api, cc2api, claude and claude-code.

Documentation

README

Sub2API Admin

Use the bundled CLI instead of ad hoc curl. Run examples from this skill directory.

export SUB2API_BASE_URL='https://your-sub2api-host'
export SUB2API_ADMIN_API_KEY='<admin api key>'
# Or, when the deployment uses admin JWT login instead of an admin API key:
# export SUB2API_JWT='<admin access_token>'
node scripts/sub2api-admin.js accounts list

For all commands and payload examples, read references/admin-cli.md.

Workflow

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Sub2API Admin

  • How does Sub2API Admin compare to other DevOps skills?

    Sub2API Admin ranks #47 by stars among the 798 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Sub2API Admin against them. Open each page to compare what they document and how they install.