← Back to Skills Marketplace
tpc1009

Learning Pack

by tpc1009 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
85
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install learning-pack
Description
适合新手的 OpenClaw 技能学习包,包含 10 个核心技能
README (SKILL.md)

三省六部·技能学习包

适合新手的 OpenClaw 技能学习包,包含 10 个核心技能。

📦 包含技能

技能 说明
AgentTool 子代理管理工具
AskUserQuestionTool 用户问答工具
BashTool 命令行执行工具
FileEditTool 文件编辑工具
FileReadTool 文件读取工具
FileWriteTool 文件写入工具
GlobTool 文件搜索工具
GrepTool 文本搜索工具
SendMessageTool 消息发送工具
git-aware Git 集成工具

🚀 快速开始

详见 QUICKSTART.md

📋 安装

clawhub install zhongshu-skill-pack

🏷️ 标签

  • learning
  • beginner
  • openclaw

👤 作者

中书省

📄 版本

1.0.0

Usage Guidance
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.
Capability Analysis
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.
Capability Tags
cryptorequires-oauth-token
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install learning-pack
  3. After installation, invoke the skill by name or use /learning-pack
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug learning-pack
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Learning Pack?

适合新手的 OpenClaw 技能学习包,包含 10 个核心技能. It is an AI Agent Skill for Claude Code / OpenClaw, with 85 downloads so far.

How do I install Learning Pack?

Run "/install learning-pack" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Learning Pack free?

Yes, Learning Pack is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Learning Pack support?

Learning Pack is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Learning Pack?

It is built and maintained by tpc1009 (@tpc1009); the current version is v1.0.0.

💬 Comments