← Back to Skills Marketplace
Memory Onboarding Wizard
by
stevojarvisai-star
· GitHub ↗
· v1.0.0
· MIT-0
142
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install memory-onboarding-wizard
Description
Bootstrap a new OpenClaw agent's memory system in one command. Sets up MEMORY.md, daily memory files, HEARTBEAT.md, and USER.md by asking 3 quick questions....
Usage Guidance
This skill is internally consistent: it creates simple memory files in the OpenClaw workspace and avoids network/secret access. Before running, confirm the workspace path (default ~/.openclaw/workspace) is correct, and review the generated USER.md/MEMORY.md to avoid accidentally storing sensitive information. If you want stricter control, run with --workspace pointing to a sandboxed directory or use --non-interactive to avoid prompts.
Capability Analysis
Type: OpenClaw Skill
Name: memory-onboarding-wizard
Version: 1.0.0
The skill bundle is a legitimate utility designed to initialize an OpenClaw agent's memory system by creating local Markdown files (MEMORY.md, USER.md, etc.). The Python script `scripts/memory-onboarding-wizard.py` performs standard file I/O and interactive user input to populate these templates without any network activity, data exfiltration, or suspicious execution logic. While SKILL.md contains promotional links to an external site (getagentiq.ai), the code itself is transparent and strictly follows its stated purpose.
Capability Assessment
Purpose & Capability
The name/description match the included Python script and SKILL.md: the tool bootstraps MEMORY.md, daily notes, HEARTBEAT.md, and USER.md. There are no unrelated environment variables, binaries, or resources requested.
Instruction Scope
Runtime instructions are limited to running the included Python script from the OpenClaw workspace. The script only reads/writes files under the workspace, prompts the user for three simple answers, and prints a validation summary. It does not attempt to read other system files, environment secrets, or transmit data externally.
Install Mechanism
No install spec is provided (instruction-only with a shipped script). The script is local and does not download or extract remote code, so there is no elevated install risk.
Credentials
No required environment variables, credentials, or config paths are declared or used. The script uses only standard filesystem paths under the specified workspace and user-provided answers — this is proportional to the skill's purpose.
Persistence & Privilege
The skill is user-invocable and not always-enabled. It writes only its own workspace files and does not modify other skills or global agent settings. It does not request persistent elevated privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install memory-onboarding-wizard - After installation, invoke the skill by name or use
/memory-onboarding-wizard - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Bootstrap your OpenClaw agent memory system in one command. Solves the #1 pain point: agents waking up with no context.
Metadata
Frequently Asked Questions
What is Memory Onboarding Wizard?
Bootstrap a new OpenClaw agent's memory system in one command. Sets up MEMORY.md, daily memory files, HEARTBEAT.md, and USER.md by asking 3 quick questions.... It is an AI Agent Skill for Claude Code / OpenClaw, with 142 downloads so far.
How do I install Memory Onboarding Wizard?
Run "/install memory-onboarding-wizard" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Memory Onboarding Wizard free?
Yes, Memory Onboarding Wizard is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Memory Onboarding Wizard support?
Memory Onboarding Wizard is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Memory Onboarding Wizard?
It is built and maintained by stevojarvisai-star (@stevojarvisai-star); the current version is v1.0.0.
More Skills