← Back to Skills Marketplace
heardlyapp

Agent Setup Kit

by heardlyapp · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
124
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install agent-setup-kit
Description
Configures OpenClaw agents with a universal prompt enabling skill installation, book discovery, and knowledge base integration via natural commands.
README (SKILL.md)

agent-setup-kit

One-command Agent configuration for OpenClaw. Enables skill installation, book discovery, and knowledge base integration.

What it does

Provides a universal Agent system prompt template that enables:

  • install \x3Cskill-name> — Install skills without clawhub prefix
  • Book discovery — Mention books and auto-integrate into knowledge base
  • Command handling — Process agent commands naturally

Installation

clawhub install agent-setup-kit

Quick Setup

After installation, run:

openclaw agent setup

This will:

  1. Detect your Agent configuration
  2. Add the universal system prompt
  3. Enable skill installation commands
  4. Enable book discovery with find-book

What Gets Added

Your Agent will now support:

Command 1: Install Skills

User: install find-book
Agent: ✅ Successfully installed find-book!

Command 2: Discover Books

User: 对了,你听说过《原子习惯》这本书吗?
Agent: [Shows book info + SOUL/MEMORY/SKILL suggestions]

Command 3: Integrate Knowledge

User: yes
Agent: [Integrates book into your knowledge base]

System Prompt Template

The kit provides this universal prompt:

You are an intelligent Agent with access to skills and knowledge management.

When users type commands:
- "install \x3Cskill-name>" → Install the skill
- Mention a book → Search and show integration options
- "yes/no" → Confirm or skip actions

Always be helpful, clear, and guide users through the process.

For Developers

To manually add to your Agent:

  1. Copy the system prompt from system-prompt.txt
  2. Add command handler from agent-command-handler.js
  3. Restart your Agent

Files Included

  • system-prompt.txt — Universal Agent system prompt
  • agent-command-handler.js — Command processing logic
  • setup.sh — Automated setup script
  • README.md — Full documentation

One-Command Setup

openclaw agent setup agent-setup-kit

Done! Your Agent is now configured.

Usage Guidance
This package contains a small JS handler that will execute 'clawhub install <skill-name>' and a system prompt that tells the agent to perform installs and to modify local knowledge files. Before installing or enabling it: 1) Inspect and verify the missing files referenced in SKILL.md/README (setup.sh and any auto-setup implementation) — their absence means the 'one-command' setup is misleading. 2) Understand that activating this gives your agent the ability to install arbitrary skills on demand; consider restricting/autofailing installs unless you manually approve them. 3) Confirm where the agent will write SOUL.md/MEMORY.md/SKILL.md and whether those paths are safe and backed up. 4) Verify the provenance of the advertised '5904-book database' and the 'find-book' skill — the prompt assumes a database that is not bundled. 5) Note the mention of 'scrapling-official' and 'anti-bot bypass' (potentially problematic); avoid enabling web-scraping capabilities you don't trust. If you want to proceed, prefer manual installation of the handler and add explicit allowlists or input validation around which skill names may be installed.
Capability Analysis
Type: OpenClaw Skill Name: agent-setup-kit Version: 1.0.0 The bundle is a legitimate configuration utility designed to streamline OpenClaw agent setup, skill installation, and knowledge base management. The core logic in `agent-command-handler.js` uses `execSync` to facilitate skill installation via the `clawhub` CLI, but it includes a strict regex whitelist (`[a-z0-9-]+`) to prevent shell injection attacks. The instructions in `SKILL.md` and `system-prompt.txt` are transparently aligned with the stated purpose of automating agent responses and updating local markdown files (`SOUL.md`, `MEMORY.md`) upon user confirmation.
Capability Assessment
Purpose & Capability
The name/description (add a universal system prompt to enable skill installation, book discovery, and KB integration) aligns with the included system prompt and the command handler which runs 'clawhub install'. However README/SKILL.md claim an automated setup.sh and an automatic 'openclaw agent setup' flow that are not present in the file manifest (setup.sh is referenced but not included). The package also advertises searching a '5904-book database' with no implementation or data supplied. These omissions are inconsistent with the advertised 'one-command' automatic setup.
Instruction Scope
The system prompt and SKILL.md instruct the agent to (a) execute 'clawhub install <skill-name>' when users say 'install <...>', (b) search a 5904-book database, and (c) add entries to SOUL.md, MEMORY.md, and SKILL.md. The repository only provides a small JS handler for the install command; there is no implementation for the book DB search or safe file paths for writing knowledge files. The instructions therefore assume access to local files and an external book DB that are not provided, and they direct the agent to modify local knowledge files (which is a real side-effect).
Install Mechanism
There is no install spec — instruction-only with a small included JS handler. That is low-risk by itself. However SKILL.md/README claim an automated setup script (setup.sh) which is missing; the absence of that script means the advertised one-command install is not actually present, an inconsistency to be aware of.
Credentials
The skill declares no required env vars or credentials, which is coherent. However the behavior (allowing arbitrary 'clawhub install <skill>') increases exposure because installed skills can request credentials later. The system prompt also references 'scrapling-official' with 'anti-bot bypass'—an unusual capability to advertise in a general-purpose setup kit and potentially indicative of tools that may require elevated web-scraping abilities. The packaging does not require or explain any credentials for book DB access or for modifying local KB files.
Persistence & Privilege
The package instructs modifying the Agent's system prompt and knowledge files (SOUL.md, MEMORY.md, SKILL.md) — persistent changes to the agent environment. The skill does not set always:true, but it grants the agent a simple command handler that will autonomously run 'clawhub install' when invoked. That capability is expected for an 'install skills' feature but raises risk because it allows installing arbitrary third-party skills (expanding future privileges) and the package provides no safeguards or allowlist.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install agent-setup-kit
  3. After installation, invoke the skill by name or use /agent-setup-kit
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Universal Agent configuration kit - one command to enable skill installation, book discovery, knowledge base integration
Metadata
Slug agent-setup-kit
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Agent Setup Kit?

Configures OpenClaw agents with a universal prompt enabling skill installation, book discovery, and knowledge base integration via natural commands. It is an AI Agent Skill for Claude Code / OpenClaw, with 124 downloads so far.

How do I install Agent Setup Kit?

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

Is Agent Setup Kit free?

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

Which platforms does Agent Setup Kit support?

Agent Setup Kit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Agent Setup Kit?

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

💬 Comments