← Back to Skills Marketplace
Skill Starter Pack
by
ironmanc2014
· GitHub ↗
· v1.0.0
· MIT-0
245
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install skill-starter-pack
Description
One-click install curated skill packs for new OpenClaw users. Use when user says "install starter pack", "setup skills", "一键安装", "新手套餐", "install essential/d...
Usage Guidance
What to consider before installing:
- The included Python script will run 'clawhub install' (or 'npx clawhub install') for many skills. Ensure you trust clawhub.ai and the clawhub npm package because using npx will fetch and execute code from the network.
- The registry metadata omitted that 'clawhub' is required; make sure you have a trusted clawhub binary installed (or inspect the remote package before using npx).
- Review the individual skills listed (especially proactive-agent, self-improving, decide, and agent-memory-architect). They increase agent autonomy and/or persistent memory — only install these if you understand their behaviors and trust their authors.
- If you want to be cautious: run the installer in an isolated environment (container or VM), or manually run 'clawhub install <skill>' for each skill after reviewing its SKILL.md and source.
If you want me to, I can: (a) fetch and summarize the clawhub npm package contents (if you provide network access), (b) produce the exact 'clawhub install' commands the script will run for a chosen pack, or (c) help review any particular skill listed here in more detail.
Capability Analysis
Type: OpenClaw Skill
Name: skill-starter-pack
Version: 1.0.0
The skill bundle is a legitimate utility designed to batch-install curated sets of OpenClaw skills (Essential, Developer, and Full packs). The core logic in `scripts/install_pack.py` safely uses `subprocess.run` without a shell to invoke the `clawhub` CLI, and the `SKILL.md` instructions are clearly aligned with the stated purpose of providing a 'starter pack' for new users. No evidence of malicious intent, data exfiltration, or harmful prompt injection was found.
Capability Assessment
Purpose & Capability
The name/description match the provided behavior: a script that installs curated packs of skills. However, the SKILL.md and script require the external 'clawhub' CLI (or npx to run it), yet registry metadata lists 'Required binaries: none' — a mild inconsistency. Also the packs include high-capability skills (e.g., proactive-agent, self-improving) whose effects users should understand before bulk-installing.
Instruction Scope
Runtime instructions are limited: locate clawhub (or use npx), then run the provided Python installer which sequentially runs 'clawhub install <skill>'. The instructions do not ask the agent to read unrelated files or environment variables. They do require network access to clawhub.ai and may pull additional installation steps required by individual skills (some of which require external CLIs or auth).
Install Mechanism
No formal install spec in registry (instruction-only), but the included script uses shutil.which to call a global 'clawhub' CLI or falls back to 'npx clawhub'. Using npx means the installer will download and execute code from the npm ecosystem at runtime — a moderate risk. This is expected for an installer, but it is a point of increased trust: running the script triggers network package fetches and execution.
Credentials
The skill declares no required environment variables or credentials. SKILL.md notes that some included skills may need external CLIs or authentication (e.g., 'github' needs gh CLI auth, 'summarize' needs summarize CLI) — those are stated as optional per skill. No unexpected secrets are requested by this skill itself.
Persistence & Privilege
always:false and default agent invocation are set (normal). A precaution: installing packages that grant agent autonomy (proactive-agent, self-improving, decide, agent-memory-architect) increases the agent's capabilities and, when combined with autonomous invocation, enlarges the blast radius. This is a contextual risk rather than a metadata misbehavior.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skill-starter-pack - After installation, invoke the skill by name or use
/skill-starter-pack - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Skill-starter-pack v1.0.0
- Initial release with one-click curated "starter pack" installer for OpenClaw.
- Offers three install tiers: Essential (7 skills), Developer (11 skills), and Full (14 skills).
- Packs designed for easy setup: memory, notes, search, coding, browser automation, advanced team/agent tools.
- Accessible via simple commands or script; supports mixing packs with extra skills.
- Provides step-by-step install process, auto-skipping existing installs, and clear post-install instructions.
Metadata
Frequently Asked Questions
What is Skill Starter Pack?
One-click install curated skill packs for new OpenClaw users. Use when user says "install starter pack", "setup skills", "一键安装", "新手套餐", "install essential/d... It is an AI Agent Skill for Claude Code / OpenClaw, with 245 downloads so far.
How do I install Skill Starter Pack?
Run "/install skill-starter-pack" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skill Starter Pack free?
Yes, Skill Starter Pack is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Skill Starter Pack support?
Skill Starter Pack is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skill Starter Pack?
It is built and maintained by ironmanc2014 (@ironmanc2014); the current version is v1.0.0.
More Skills