← 返回 Skills 市场
balancegsr

Learning

作者 Balancegogogo · GitHub ↗ · v1.4.1 · MIT-0
cross-platform ⚠ suspicious
213
总下载
1
收藏
0
当前安装
8
版本数
在 OpenClaw 中安装
/install skill-creator-learning
功能描述
生成定制化的学习项目 Skill(含 SKILL.md + references/),为用户的学习过程提供从规划到结项的 持续引导。触发场景:用户表达想学习某个主题("我想学 X""入门 X""搞懂 X""弄明白 X" "研究一下 X""补一下 X""深入了解 X""teach me X""learn X"),或...
安全使用建议
This Creator is coherent with its stated purpose: it will (1) ask you 2–3 questions, (2) generate a SKILL.md plus references, and (3) create a project directory with plans, notes, module folders, and summaries. Before installing: review the generated SKILL.md and the list of files it will create; confirm the chosen install directory (the Creator scans the workspace and your home for candidate skill folders); be mindful not to put sensitive secrets into notes (they are stored as plain Markdown); if you prefer, choose ZIP delivery and inspect contents offline before installing. Also note two minor inconsistencies to be aware of: the Creator's top-level tools list (write, bash) differs from templates which include web_search (the generated Skill may request web_search access), and the internal generated_by version string is v1.4.0 while the registry lists v1.4.1—these are likely benign metadata mismatches but review generated metadata during preview. Overall this appears internally consistent and appropriate for the stated functionality.
功能分析
Type: OpenClaw Skill Name: skill-creator-learning Version: 1.4.1 The skill bundle is a 'Skill Creator' that generates and installs secondary learning project skills with broad permissions (bash, write, web_search). It is classified as suspicious because it uses shell commands to probe the user's home directory (~/) for various AI agent configuration folders (e.g., .claude/skills/, .openclaw/skills/) to determine installation paths, which constitutes environment fingerprinting. While these risky capabilities are plausibly needed for the stated purpose and the code includes security best practices to avoid shell injection (SKILL.md), the meta-capability of generating executable skills and the broad filesystem access represent high-risk behaviors under the provided criteria.
能力评估
Purpose & Capability
The skill's name/description (generate a learning project Skill that manages planning, progress, notes, and summaries) aligns with its instructions and file operations. It legitimately needs to read/write project files, create directories, and detect an appropriate install prefix; no unrelated credentials, binaries, or external services are required.
Instruction Scope
Runtime instructions perform broad local filesystem operations: scanning the current workspace and the user's home for common agent-skill directories to determine install path, reading/writing files under the chosen project directory, creating module folders, and auto-saving notes and summaries. This scope is coherent for a file-backed 'memory' Creator, but it does involve reading directory listings outside the immediate project folder during installation-path detection—review and confirm the detected install path before accepting installation.
Install Mechanism
There is no install spec and no code downloads; the Creator is instruction-only and will generate files locally (or a ZIP). This is the lowest-risk install pattern—nothing is fetched or executed from external URLs.
Credentials
The skill requests no environment variables, credentials, or config paths. Its file and tool usage (write/bash and the templates referencing web_search) are proportionate to generating and maintaining on-disk project artifacts and optionally verifying external references.
Persistence & Privilege
The skill writes and persists project files into the user's workspace and will auto-save notes and summaries. always:false and not requesting elevation; autonomous invocation is allowed (platform default). The file-write behavior is appropriate for the purpose, but users should be aware the agent will create and update files and that the Creator scans workspace/home to choose an install prefix—confirm location and file contents when delivering/installing.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-creator-learning
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-creator-learning 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.4.1
- 触发关键词与场景描述更加细化,明确优先用于系统化学习需求而非即时问答。 - frontmatter description 改写,支持更多“学习意图”触发词句。 - 内容未检测到结构性或流程变动,仅补充和强化原有触发规则与定位说明。 - 核心交互流程(收集-生成预览-交付)与交付细节保持一致。
v1.4.0
**Summary: v1.4.0 introduces more precise project directory management and installation steps for learning projects.** - Added new project file directory variable (`project_dir`) to clearly separate user files (如`learn_topic/`) from skill code. - Updated Phase 3 (Deliver) to install skill and project directories within the current workspace, avoiding sibling directory creation and permission issues. - Adjusted direct installation and ZIP打包流程 to always include a dedicated project directory and clarified file locations for users. - Revised quality checklist to check correct creation and usage of project file directories. - Updated version marker to `skill_creator_learning v1.4.0` throughout all outputs and fields.
v1.3.0
Version 1.2.3 → 1.3.0 (no file changes detected) - references/framework_guide.md 现为所有模式必生成(原为完整模式专属,轻量模式遇到复杂节点时也需用到) - 用户确认汇总时,模式推荐说明补充明确两种模式的自适应策略 - 生成物 frontmatter 新增 generated_by 字段,固定为 skill_creator_learning v1.3.0 - 生成流程与内容质量检查表同步增加 generated_by 字段相关校验 - 其余流程和逻辑未变
v1.2.2
No file changes detected; documentation and logic remain unchanged. - No updates in this release; skill logic and documentation are the same as previous version. - All skill features, user flows, and generation logic remain consistent.
v1.2.1
skill-creator-learning v1.2.1 — Maintenance Release - No file changes detected in this version. - Documentation and logic remain unchanged from the previous release. - No impact on user experience, features, or behavior. - Version bump likely for maintenance, dependency, or meta reasons.
v1.2.0
- Reorganized reference templates: moved guide and skill templates into subfolders (`guides/`, `skill/`) under `references/templates/`. - Updated SKILL.md to match new file locations for template reading and output generation. - No functional changes; this update improves maintainability and file structure clarity.
v1.1.0
- 增加了“安装路径探测”步骤,自动识别本地/全局 skills 目录,提升兼容性和灵活性 - 详细规范交付流程,支持直接创建项目文件夹或生成 ZIP 包,交付步骤更严密 - 对生成逻辑、占位符处理、references 文件写入等细节补充完整,防止遗漏和结构不一致 - 新增内容与交付的统一质量检查清单,包括文件结构、内容完整性和用户指引等关键项 - 强化了权限受限时的应对措施,确保用户在不同目录结构下都能顺利完成项目创建
v1.0.0
Initial release
元数据
Slug skill-creator-learning
版本 1.4.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 8
常见问题

Learning 是什么?

生成定制化的学习项目 Skill(含 SKILL.md + references/),为用户的学习过程提供从规划到结项的 持续引导。触发场景:用户表达想学习某个主题("我想学 X""入门 X""搞懂 X""弄明白 X" "研究一下 X""补一下 X""深入了解 X""teach me X""learn X"),或... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 213 次。

如何安装 Learning?

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

Learning 是免费的吗?

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

Learning 支持哪些平台?

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

谁开发了 Learning?

由 Balancegogogo(@balancegsr)开发并维护,当前版本 v1.4.1。

💬 留言讨论