← 返回 Skills 市场
heardlyapp

Agent Setup Kit

作者 heardlyapp · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
124
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install agent-setup-kit
功能描述
Configures OpenClaw agents with a universal prompt enabling skill installation, book discovery, and knowledge base integration via natural commands.
使用说明 (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.

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install agent-setup-kit
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /agent-setup-kit 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Universal Agent configuration kit - one command to enable skill installation, book discovery, knowledge base integration
元数据
Slug agent-setup-kit
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Agent Setup Kit 是什么?

Configures OpenClaw agents with a universal prompt enabling skill installation, book discovery, and knowledge base integration via natural commands. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 124 次。

如何安装 Agent Setup Kit?

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

Agent Setup Kit 是免费的吗?

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

Agent Setup Kit 支持哪些平台?

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

谁开发了 Agent Setup Kit?

由 heardlyapp(@heardlyapp)开发并维护,当前版本 v1.0.0。

💬 留言讨论