Skills Plugins MCP Prompt Model 博客 我的中心

sub2api-admin

Manage 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 when the user mentions Sub2API, admin API keys, account management, redeem code management, recharge codes, invitation codes, bulk account import/export, keeping or deleting accounts, refreshing accounts, clearing errors, CRS sync, or managing Sub2API backend settings through the admin API.

DeepseekModel Curated skill Quality Excellent · 90 v1.0.0

Get

https://deepseekmodel.com/api/download.php?id=wei-shaw-sub2api-skills-sub2api-admin-skill-md&format=skill
Download .skill Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name sub2api-admin description Manage 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 when the user mentions Sub2API, admin API keys, account management, redeem code management, recharge codes, invitation codes, bulk account import/export, keeping or deleting accounts, refreshing accounts, clearing errors, CRS sync, or managing Sub2API backend settings through the admin API. 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 Reuse SUB2API_BASE_URL and either SUB2API_ADMIN_API_KEY or SUB2API_JWT from the environment. Run read-only commands first: accounts list , accounts get <id> , groups all , or proxies all . Before destructive or bulk writes, print the target account names and IDs. Execute the write command only after the target set is clear. Run a follow-up read command to verify the result. Common Commands node scripts/sub2api-admin.js accounts list --page-size 20 node scripts/sub2api-admin.js accounts get 40 node scripts/sub2api-admin.js accounts usage 40 node scripts/sub2api-admin.js accounts set-schedulable 40 true node scripts/sub2api-admin.js accounts bulk-update --ids 40,39 --json '{"concurrency":10}' node scripts/sub2api-admin.js redeem-codes list --page-size 20 node scripts/sub2api-admin.js redeem-codes generate --json '{"count":1,"type":"balance","value":10}' --idempotency-key redeem-$( date +%s) node scripts/sub2api-admin.js redeem-codes create-and-redeem --json '{"code":"order_123","type":"balance","value":10,"user_id":123}' --idempotency-key order-123 node scripts/sub2api-admin.js error-rules list node scripts/sub2api-admin.js tls-profiles list Safety Notes Authentication uses x-api-key from SUB2API_ADMIN_API_KEY first, then falls back to Authorization: Bearer <jwt> from SUB2API_JWT . If the API returns INVALID_ADMIN_KEY , ask the user to regenerate the admin API key. If using JWT, log in as an admin user and copy the access_token from POST /api/v1/auth/login . accounts export includes credentials and tokens. Prefer --file and avoid printing exports in chat. Redeem code create/redeem commands should use --idempotency-key for payment or recharge workflows. For uncertain or newly added backend APIs, use api <METHOD> <admin-path> after a read-only check.
Keywords that activate this skill. Click one to copy it.

This skill does not provide trigger words.

The downloaded .skill package contains the following fields.
Field Description
formatFormat tag (skill/v1)
skill_idUnique skill ID
nameSkill name
versionVersion
descriptionDescription
categoryCategories (array)
trigger_wordsTrigger words
tagsTags
sourceSource
source_urlSource URL (this page)
exported_atExported at (set per download)
system_promptSystem prompt body
model_configModel config: provider / model / temperature / max_tokens / top_p
examplesExamples
install_guideImport guide for Coze / Dify / Claude / custom frameworks
The same skill can be exported in different platform formats.
.skill Standard format with system_prompt and model_config, ready for any agent framework Download
.skillpro Enhanced format with scripts, tools, dependencies and hooks Download
.json Plain JSON export with system_prompt and model parameters only Download
Coze Markdown with frontmatter, for Coze platform import Download
Dify Dify DSL, import directly after creating an app Download

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

验证码 --

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。