← 返回 Skills 市场
85
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install learning-pack
功能描述
适合新手的 OpenClaw 技能学习包,包含 10 个核心技能
使用说明 (SKILL.md)
三省六部·技能学习包
适合新手的 OpenClaw 技能学习包,包含 10 个核心技能。
📦 包含技能
| 技能 | 说明 |
|---|---|
| AgentTool | 子代理管理工具 |
| AskUserQuestionTool | 用户问答工具 |
| BashTool | 命令行执行工具 |
| FileEditTool | 文件编辑工具 |
| FileReadTool | 文件读取工具 |
| FileWriteTool | 文件写入工具 |
| GlobTool | 文件搜索工具 |
| GrepTool | 文本搜索工具 |
| SendMessageTool | 消息发送工具 |
| git-aware | Git 集成工具 |
🚀 快速开始
📋 安装
clawhub install zhongshu-skill-pack
🏷️ 标签
- learning
- beginner
- openclaw
👤 作者
中书省
📄 版本
1.0.0
安全使用建议
This appears to be a legitimate beginner skill pack. It includes tools that can read, write, edit files, execute shell commands, send messages, and spawn sub-agents — all powerful actions. Before installing or running: (1) only use it in non-sensitive or disposable workspaces until you trust it, (2) avoid pasting secrets or access tokens into chat prompts (AskUserQuestionTool warns about this), (3) review the small git_aware script (it stages all changes and commits) and back up any important repos, (4) review messaging channel configurations (SendMessageTool) to avoid accidental data leaks, and (5) be cautious when spawning sub-agents since they inherit permissions. If you need higher assurance, ask the author for provenance or run the scripts in an isolated environment first.
功能分析
Type: OpenClaw Skill
Name: learning-pack
Version: 1.0.0
The 'learning-pack' is a standard collection of utility tools for an AI agent, providing capabilities for file system operations, shell execution, and Git integration. The included Python script `skills/git-aware/scripts/git_aware.py` is a straightforward wrapper for Git commands using safe subprocess calls, and the documentation across all SKILL.md files (such as BashTool and AgentTool) includes appropriate security warnings and usage constraints without any evidence of malicious intent, exfiltration, or prompt injection.
能力标签
能力评估
Purpose & Capability
The package claims to be a beginner 'skill pack' and includes SKILL.md files for the 10 named skills plus a small git helper script. The per-skill metadata lists expected binaries where applicable (e.g., git, bash, grep). No unrelated credentials, binaries, or config paths are requested at the package level.
Instruction Scope
The SKILL.md files describe tools that can read/write/edit files, run shell commands, send messages, and spawn sub-agents. The instructions themselves stay within those stated responsibilities. Note: AgentTool explicitly states shared context may include environment variables and tool permissions (sub-agents inherit permissions), and AskUserQuestionTool shows examples asking for tokens (with a warning). These are expected for such tools but increase the need for caution when using them in sensitive environments.
Install Mechanism
No install spec is provided (instruction-only plus included script files). Nothing is downloaded from arbitrary URLs and there is no archive extraction step; risk from the install mechanism is minimal. The one included script is a local Python script.
Credentials
The package does not declare any required environment variables or credentials. Individual skill docs show that integration with external channels or services (SendMessageTool, Git/gh, AskUserQuestionTool examples) may require tokens or gateway configuration — again expected but not requested up-front. The git helper operates by invoking local git; it does not read or require secrets. Overall the environment access requested is proportional, but users should not supply sensitive tokens in chat and should configure messaging channels deliberately.
Persistence & Privilege
The package is not marked always:true and is user-invocable only. It doesn't attempt to modify other skills or system-wide settings. The included git script stages and commits changes in the current repo (normal for a git helper) but does not try to persist configuration beyond normal git operations.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install learning-pack - 安装完成后,直接呼叫该 Skill 的名称或使用
/learning-pack触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the 三省六部·技能学习包 (zhongshu-skill-pack):
- Introduces a beginner-friendly OpenClaw skill pack featuring 10 essential tools, including file and text operations, command execution, and Git integration.
- Provides quick start and installation instructions.
- Tags: learning, beginner, openclaw.
元数据
常见问题
Learning Pack 是什么?
适合新手的 OpenClaw 技能学习包,包含 10 个核心技能. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 85 次。
如何安装 Learning Pack?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install learning-pack」即可一键安装,无需额外配置。
Learning Pack 是免费的吗?
是的,Learning Pack 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Learning Pack 支持哪些平台?
Learning Pack 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Learning Pack?
由 tpc1009(@tpc1009)开发并维护,当前版本 v1.0.0。
推荐 Skills