← Back to Skills Marketplace
moxin1044

qsnctf-practice-dynamic

by 末心 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
173
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install qsnctf-practice-dynamic
Description
获取青少年CTF练习场的排行榜和解题动态。Invoke when user wants to check QSNCTF leaderboard or recent solve activities.
Usage Guidance
This skill appears to be what it claims: a small Python tool that queries public QSNCTF APIs and prints leaderboard / solve activity. Before installing/using: (1) note it will perform network requests to https://www.qsnctf.com (no credentials required), (2) pip-installing requests gives the script network ability—run in an environment you control if you’re cautious, and (3) you can review the included scripts/qsnctf_stats.py (already provided) — it contains no hidden endpoints or secret exfiltration. If you don't trust the publisher, run it in a sandbox or inspect/execute the script manually rather than granting it broad automated privileges.
Capability Analysis
Type: OpenClaw Skill Name: qsnctf-practice-dynamic Version: 1.0.0 The skill bundle is a legitimate tool for fetching leaderboard and solve activity from the QSNCTF platform. The Python script (scripts/qsnctf_stats.py) uses the requests library to query public APIs (qsnctf.com) and provides formatted output without any evidence of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description promise (QSNCTF leaderboard and dynamics) aligns with included script and SKILL.md. The script calls the stated qsnctf.com API endpoints and formats results; nothing requested that would be unrelated (no cloud creds, no unrelated services).
Instruction Scope
Runtime instructions are limited and concrete: run the provided Python script with action arguments. The SKILL.md and script only perform HTTP GETs to the documented endpoints and print formatted results. The instructions do not read local secrets, system files, or send data to third parties beyond qsnctf.com.
Install Mechanism
No install spec included (instruction-only plus a simple Python script). Dependencies are minimal (requests) and installation via pip is documented. No downloads from untrusted URLs or archive extraction.
Credentials
The skill requires no environment variables, no credentials, and no config paths. The script uses only public HTTP GET requests; there is no disproportionate secret access.
Persistence & Privilege
Skill does not request always:true and does not modify system or other skills. It is user-invocable and can be invoked autonomously (platform default) but its functionality is limited to on-demand API queries.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install qsnctf-practice-dynamic
  3. After installation, invoke the skill by name or use /qsnctf-practice-dynamic
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release—fetch QSNCTF leaderboard and solve activity - Added commands to retrieve the top 20 users from the 青少年CTF练习场 (QSNCTF) leaderboard. - Enabled fetching recent solve activity with options to specify the number of results. - Provided example command usage and outputs. - Requires Python 3.x and the requests library. - Uses official QSNCTF public APIs for data retrieval.
Metadata
Slug qsnctf-practice-dynamic
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is qsnctf-practice-dynamic?

获取青少年CTF练习场的排行榜和解题动态。Invoke when user wants to check QSNCTF leaderboard or recent solve activities. It is an AI Agent Skill for Claude Code / OpenClaw, with 173 downloads so far.

How do I install qsnctf-practice-dynamic?

Run "/install qsnctf-practice-dynamic" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is qsnctf-practice-dynamic free?

Yes, qsnctf-practice-dynamic is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does qsnctf-practice-dynamic support?

qsnctf-practice-dynamic is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created qsnctf-practice-dynamic?

It is built and maintained by 末心 (@moxin1044); the current version is v1.0.0.

💬 Comments