โ† All skills
Tencent SkillHub ยท Productivity

Kickstart

Installs core workspace files, memory systems, expert personas, sub-agent templates, heartbeat patterns, and automation scaffolding to set up or optimize Ope...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Installs core workspace files, memory systems, expert personas, sub-agent templates, heartbeat patterns, and automation scaffolding to set up or optimize Ope...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, assets/AGENTS.md, assets/HEARTBEAT.md, assets/SOUL.md, assets/anchor.md, references/api-checklist.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.3

Documentation

ClawHub primary doc Primary doc: SKILL.md 14 sections Open source page

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

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

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: Channel skills โ€” One skill per Discord/Telegram channel for permanent context Project skills โ€” One skill per major project with its own references Automation skills โ€” Scanners, digesters, monitors Integration skills โ€” Connect to external services See references/next-steps.md for a guided progression path.

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
6 Docs
  • SKILL.md Primary doc
  • assets/AGENTS.md Docs
  • assets/anchor.md Docs
  • assets/HEARTBEAT.md Docs
  • assets/SOUL.md Docs
  • references/api-checklist.md Docs