← 返回 Skills 市场
Ruankao Gaoxiang Prep
作者
liu hongbin
· GitHub ↗
· v1.0.4
· MIT-0
210
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install ruankao-gaoxiang-prep
功能描述
软考高级信息系统项目管理师备考技能。每天推送教材第四版重点章节的10条背诵重点和10个英语单词。支持章节查询、重点回顾、单词记忆等功能。当用户提到"软考高项"、"备考"、"章节重点"、"英语单词"、"软考复习"等相关需求时触发。
安全使用建议
This skill appears to do what it says (generate daily study pushes from local reference files and send them via QQ), but take these precautions before installing or granting permissions: 1) Inspect scripts/daily_push.py and scripts/setup.sh for network calls, data exfiltration, or unexpected behavior (look for HTTP requests, remote URLs, or subprocess calls). 2) Examine the contents of the config path channels.qqbot (or ask what keys it holds). If it contains bot tokens or credentials, only grant access if you trust the skill author. 3) If you are uncomfortable granting channels.qqbot, run the daily_push.py manually to test output and only allow the skill to schedule cron jobs that deliver to your own, vetted openid. 4) Prefer running setup.sh and any tests in a sandboxed environment and check what files it writes (it prompts for QQ openid — avoid entering secrets). 5) If you need higher assurance, request the full source of scripts from the author or run a code review/audit of those scripts before enabling scheduled/autonomous pushes.
功能分析
Type: OpenClaw Skill
Name: ruankao-gaoxiang-prep
Version: 1.0.4
The skill bundle is a study aid for the Chinese 'RuanKao' Information System Project Manager exam. It provides daily study materials (key points, English words, and practice questions) via a scheduled task. The core logic involves a Python script (scripts/daily_push.py) that reads local markdown files from the references/ directory and formats them for output. A shell script (scripts/setup.sh) facilitates the configuration of OpenClaw's cron tool to automate the daily delivery. The instructions in SKILL.md are designed to ensure the AI agent correctly utilizes the platform's scheduling capabilities. No evidence of data exfiltration, unauthorized network access, or malicious intent was found.
能力标签
能力评估
Purpose & Capability
Name/description (软考高项备考、每日推送、章节查询、单词记忆) aligns with requested resources and behavior: it reads local references/, generates daily content, and sends messages via a QQ bot. The declared config requirement channels.qqbot is consistent with delivering pushes to QQ.
Instruction Scope
SKILL.md explicitly instructs the agent to create cron jobs (using the platform cron tool) and to run scripts/daily_push.py and read references/*.md. That stays within the exam-prep scope. The SKILL.md also mandates using the cron tool (i.e., scheduling autonomous agent turns), and produces payloads that deliver messages to a 'to' openid — those are expected for push functionality but grant the skill the capability to send messages on a schedule.
Install Mechanism
There is no platform install spec (instruction-only), which is the lowest install risk. However the skill bundle includes two executable scripts (scripts/daily_push.py and scripts/setup.sh). Those are executed by the runtime instructions/quickstart; their contents were not provided for full review here, so they should be inspected before running.
Credentials
The skill requests access to config path channels.qqbot. For a QQ push skill this is proportionate, but channels.* config entries commonly contain bot credentials/tokens or endpoints. Granting this config path lets the skill post messages as the configured bot — a sensitive capability. No environment variables or unrelated credentials are requested, which is appropriate.
Persistence & Privilege
always:false (good). The skill's workflow relies on creating cron jobs that will autonomously invoke the agent (agentTurn payload). Autonomous scheduled invocation combined with access to channels.qqbot increases blast radius if the skill or its scripts are malicious. The skill does not appear to modify other skills or global agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ruankao-gaoxiang-prep - 安装完成后,直接呼叫该 Skill 的名称或使用
/ruankao-gaoxiang-prep触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
Update version to 1.0.4
v1.0.3
新增README.md完整使用说明,新增QUICKSTART.md快速上手指南,新增setup.sh自动配置脚本,优化用户首次使用体验,实现安装后立即可用
v1.0.2
修复章节对应关系,更新为教材第四版24章完整内容,打包所有章节内容
v1.0.1
优化章节内容
v1.0.0
Initial version: Daily push with chapter highlights, English vocabulary, and past exam questions
元数据
常见问题
Ruankao Gaoxiang Prep 是什么?
软考高级信息系统项目管理师备考技能。每天推送教材第四版重点章节的10条背诵重点和10个英语单词。支持章节查询、重点回顾、单词记忆等功能。当用户提到"软考高项"、"备考"、"章节重点"、"英语单词"、"软考复习"等相关需求时触发。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 210 次。
如何安装 Ruankao Gaoxiang Prep?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ruankao-gaoxiang-prep」即可一键安装,无需额外配置。
Ruankao Gaoxiang Prep 是免费的吗?
是的,Ruankao Gaoxiang Prep 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Ruankao Gaoxiang Prep 支持哪些平台?
Ruankao Gaoxiang Prep 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Ruankao Gaoxiang Prep?
由 liu hongbin(@artwebs)开发并维护,当前版本 v1.0.4。
推荐 Skills