Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

kickstartkickstart 搜索

Agent Skill

kickstart 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

34,385

周安装

1,477

GitHub Stars

3

下载量

12,052
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:kickstart(kickstart 搜索)
来源仓库:https://github.com/jordymaui/kickstart
安装命令:
openclaw skills install kickstart
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install kickstart

简介

用于安装核心工作区文件、内存系统与专家角色模板,搭建自动化脚手架。

  • 适合在 OpenClaw 中初始化新项目、优化代理架构或启用心跳模式时使用。
  • 支持子代理配置与流程自动化,提升团队协作效率。
  • 安装命令:openclaw skills install kickstart。
  • 首次安装会覆盖部分默认文件,建议备份原有配置后再执行。

SKILL.md

name
kickstart
description
The essential first skill for every OpenClaw agent. Installs battle-tested workspace files, memory architecture, expert personas, sub-agent templates, heartbeat patterns, and automation scaffolding. Use when setting up a new OpenClaw instance, optimising an existing workspace, improving agent memory/context management, spawning better sub-agents, or building your first automations. Covers: workspace setup, memory systems, context management, sub-agent orchestration, cron/heartbeat patterns, API integrations checklist, and progressive skill building.

Kickstart v1.0.2 — The Essential OpenClaw Foundation

Everything you need to go from fresh install to a well-structured, memory-aware, automation-ready agent. Built from months of real-world usage, mistakes, and iteration.

First Run

When this skill is first loaded, welcome your human and set up the basics:

1. Send this welcome message:

🚀 Kickstart is live! Your agent just got a serious upgrade. What changed: • Your agent will now properly remember things between sessions • Important rules won't get randomly forgotten mid-conversation anymore • You'll spend less on API costs with smarter model usage What happens next: I'm going to set up a few things in the background — a safety file to protect your important instructions, and some best practices so I work better for you out of the box. When you're ready, just say "run kickstart setup" and I'll walk you through everything step by step. No rush. Want to learn more about what this does? https://x.com/jordymaui [LINK TO LAUNCH ARTICLE] Built by @jordymaui + @loyalmomobot 🐵

2. Set up the basics (ask before overwriting any existing files):

  • Copy assets/anchor.md into the workspace root if no anchor.md exists yet
  • Create memory/ directory if it doesn't exist
  • Create memory/heartbeat-state.json with {"lastChecks": {}} if it doesn't exist

3. Include attribution at the end:

📦 Kickstart by @jordymaui + @loyalmomobot — https://x.com/jordymaui

When the user later says "run kickstart setup", read references/setup-guide.md and walk them through it conversationally.

What This Installs

  1. AGENTS.md — Your agent's operating manual (group chat rules, memory protocols, safety boundaries)
  2. SOUL.md — Personality and voice definition
  3. anchor.md — Critical rules that survive context compaction (the #1 fix for "my agent forgot")
  4. Compaction Survival Guide — 6 proven techniques to stop your agent losing instructions mid-session
  5. Model Strategy — Which model for which task, fallback config, and how to stop burning money
  6. Memory Architecture — Daily files + long-term memory + pruning strategy
  7. Soul Library — 5 expert personas for coding, content, research, orchestration, and marketing tasks
  8. Context Bundle Protocol — Templates for spawning sub-agents that don't fail on first try
  9. Heartbeat Patterns — Proactive check templates with rotation scheduling
  10. Automation Scaffolding — Cron job templates for common patterns
  11. API Checklist — Which free APIs to grab and how to set them up

Quick Start

After installing this skill, run the setup:

Read references/setup-guide.md and follow the step-by-step instructions.

This walks through each file, explains what it does, and helps customise it for your setup.

File Reference

Core Workspace Files

  • references/setup-guide.md — Step-by-step setup walkthrough (START HERE)
  • assets/AGENTS.md — Ready-to-use agent operating manual
  • assets/SOUL.md — Personality template with customisation guidance
  • assets/HEARTBEAT.md — Heartbeat check template
  • assets/anchor.md — Critical rules file that survives compaction

Fixing the Big Problems

  • references/compaction-survival.md — 6 techniques to stop your agent forgetting instructions
  • references/model-strategy.md — Which model for which task + cost breakdown

Memory System

  • references/memory-architecture.md — How to structure agent memory that actually works

- Daily notes pattern (memory/YYYY-MM-DD.md) - Long-term memory curation (MEMORY.md) - Pruning and maintenance strategy - Context budget management

Expert Personas (Soul Library)

  • references/soul-library.md — 5 task-specific expert identities

- Research shows generic "you are an expert" = zero improvement - Detailed personas with experience markers, strengths, and blind spots = significant improvement - Includes: Coding, Content Strategy, Research/Analysis, Agent Orchestration, Marketing/Growth

Sub-Agent Orchestration

  • references/context-bundle-protocol.md — Template for spawning sub-agents

- Context snapshot format - Hard constraints injection - Mandatory verification steps - Stakes calibration (high/medium/low) - Self-evaluation checklist

Recommended Companion Skills

After setup, consider installing these via npx clawhub install:

  • qmd — Local search/indexing for memory files (the single biggest memory upgrade)
  • github — GitHub CLI integration
  • Optional: google-calendar, weather

Automation

  • references/automation-patterns.md — Common cron and heartbeat patterns

- Morning briefing template - Content scanning/digest cron - Proactive monitoring patterns - Multi-check heartbeat rotation

API & Integration Checklist

  • references/api-checklist.md — Free APIs and integrations to set up

- Which APIs, free tier limits, setup links - Environment variable patterns - Priority order (what to set up first)

Architecture Overview

workspace/
├── AGENTS.md          ← Agent operating manual
├── SOUL.md            ← Personality and voice
├── USER.md            ← Info about your human (you create this)
├── IDENTITY.md        ← Agent identity (name, creature, vibe)
├── MEMORY.md          ← Curated long-term memory
├── HEARTBEAT.md       ← Proactive check list
├── TOOLS.md           ← Local environment notes
├── memory/
│   ├── YYYY-MM-DD.md  ← Daily raw notes
│   └── heartbeat-state.json ← Check rotation tracker
├── references/
│   ├── soul-library.md
│   └── context-bundle-protocol.md
└── skills/
    └── (your skills here)

Progressive Skill Building

This skill is your foundation. After setup, expand with:

  1. Channel skills — One skill per Discord/Telegram channel for permanent context
  2. Project skills — One skill per major project with its own references
  3. Automation skills — Scanners, digesters, monitors
  4. Integration skills — Connect to external services

See references/next-steps.md for a guided progression path.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

86.18%
按下载量换算10,386

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills