← 返回 Skills 市场
moxin1044

qsnctf-practice-dynamic

作者 末心 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
173
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install qsnctf-practice-dynamic
功能描述
获取青少年CTF练习场的排行榜和解题动态。Invoke when user wants to check QSNCTF leaderboard or recent solve activities.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install qsnctf-practice-dynamic
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /qsnctf-practice-dynamic 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug qsnctf-practice-dynamic
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

qsnctf-practice-dynamic 是什么?

获取青少年CTF练习场的排行榜和解题动态。Invoke when user wants to check QSNCTF leaderboard or recent solve activities. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 173 次。

如何安装 qsnctf-practice-dynamic?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install qsnctf-practice-dynamic」即可一键安装,无需额外配置。

qsnctf-practice-dynamic 是免费的吗?

是的,qsnctf-practice-dynamic 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

qsnctf-practice-dynamic 支持哪些平台?

qsnctf-practice-dynamic 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 qsnctf-practice-dynamic?

由 末心(@moxin1044)开发并维护,当前版本 v1.0.0。

💬 留言讨论