← 返回 Skills 市场
Study Buddy - 牛宝华版
作者
it-worker-club
· GitHub ↗
· v1.0.0
· MIT-0
119
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install study-buddy-niu
功能描述
AI助手帮助备考日语N2和软考架构师,支持智能出题、自动判分、错题记录和个性化学习计划。
安全使用建议
This skill appears to implement the advertised quiz and tracking features, but it embeds a Feishu/Bitable app token and table ID in its documentation and code. That means answers, wrong‑question records, and possibly user identifiers will be read/written to a remote Bitable owned by whoever controls that token — not necessarily you. Before installing or using:
- Treat the included BITABLE_APP_TOKEN as sensitive: verify who owns it. If you don't control it, assume your users' data will be sent to that third party.
- Prefer replacing the hardcoded token/table ID with your own Bitable app token (or configure the skill to require operator-supplied credentials) so data is stored under your account.
- Inspect or run the code in a safe/test environment first; confirm which fields/IDs the skill sends.
- If you cannot supply your own token, consider not installing or restrict the skill to non‑sensitive test accounts.
If you want, I can point to exactly where in the files to change the CONFIG to use your token and how to verify what data will be written to the Bitable table.
能力评估
Purpose & Capability
Stated purpose (N2 +软考 quiz, scoring, wrong‑answer book) legitimately requires a backend data store like Feishu Bitable; however the package hardcodes a BITABLE_APP_TOKEN and BITABLE_TABLE_ID in both SKILL.md and src/index.js rather than declaring them as required credentials or asking the operator to provide them. Hardcoding the token is unnecessary for the feature and gives the token owner access to data created/read by the skill.
Instruction Scope
Runtime instructions and code keep scope to quiz/plan/progress functionality and only call Feishu Bitable APIs (via global.feishu_bitable_*). That is expected. However SKILL.md and code instruct the skill to record wrong answers and progress into Bitable; because a concrete app token is embedded, user answers and user IDs will be sent to the third‑party Bitable under that token. The SKILL.md suggests setting env vars but the code already uses hardcoded values — an inconsistency and potential misconfiguration/vector for data being stored under the author's account.
Install Mechanism
No external install script or suspicious downloads — this is code bundled with the skill and uses OpenClaw's runtime/global tools. No remote archives or arbitrary binary installs were found.
Credentials
The only external credential needed for the feature is a Bitable app token, which is proportionate. But instead of requiring the operator to supply their own token, the skill includes a hardcoded token and table ID in SKILL.md and code. That gives the token owner access to read/write the skill's data (questions, answers, user identifiers) and means user data may flow to an external account the operator does not control.
Persistence & Privilege
The skill does not request always:true or other elevated platform privileges; it uses in‑memory session caches and calls remote Bitable APIs. The notable persistence/privilege concern is external: data written to the remote Bitable will persist under whoever controls the embedded token. The skill does not modify other skills or global agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install study-buddy-niu - 安装完成后,直接呼叫该 Skill 的名称或使用
/study-buddy-niu触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Study Buddy - 双轨学习助手 v1.0.0
- 首次发布,支持日语N2与软考架构师双轨学习。
- 智能出题,自动判分,提供解析与错题本管理。
- 可生成每日学习计划并追踪答题、学习进度。
- 支持对相关指令自动触发,帮助高效备考。
- 提供详细帮助菜单与使用示例。
元数据
常见问题
Study Buddy - 牛宝华版 是什么?
AI助手帮助备考日语N2和软考架构师,支持智能出题、自动判分、错题记录和个性化学习计划。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 119 次。
如何安装 Study Buddy - 牛宝华版?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install study-buddy-niu」即可一键安装,无需额外配置。
Study Buddy - 牛宝华版 是免费的吗?
是的,Study Buddy - 牛宝华版 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Study Buddy - 牛宝华版 支持哪些平台?
Study Buddy - 牛宝华版 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Study Buddy - 牛宝华版?
由 it-worker-club(@it-worker-club)开发并维护,当前版本 v1.0.0。
推荐 Skills