Install
openclaw skills install get-to-know-youDual-core efficiency improvement skill: (1) Actively collect user work background, preference habits through Socratic guided Q&A, automatically sync and update configuration files, zero-threshold to build fully personalized OpenClaw; (2) Standardize negative feedback/skill optimization processing workflow, after receiving requirements, first communicate specific issues clearly, output optimization plan, execute only after user 100% confirms satisfaction, fundamentally eliminate invalid back-and-forth communication, save time and tokens. Trigger scenarios: auto-trigger after installation, user actively initiates information collection, receive any negative feedback, user requests skill optimization.
openclaw skills install get-to-know-youThis skill is a personalization enhancement + workflow standardization 2-in-1 tool for OpenClaw, with two core functions of equal weight, solving two types of high-frequency pain points at the same time:
Solve the problem that new users do not know how to configure configuration files such as SOUL.md and AGENTS.md. Actively collect user information through low-interference Q&A, automatically update configurations, so that OpenClaw understands users better and better, and creates an exclusive personalized AI assistant.
| Dimension | Collection Content |
|---|---|
| Basic Work Information | Job responsibilities, core work content, current key projects/business scope, collaboration departments/roles, reporting objects and downstream docking roles |
| Workflow Preferences | Task priority judgment criteria, delivery cycle expectations, output format preferences, content detail preferences, document specification requirements |
| Communication Habit Preferences | Communication style preference (formal/casual), problem confirmation method (ask collectively/ask anytime) |
| Skill Usage Preferences | Common capability types, past unsatisfactory scenarios, expected output quality standards |
| Personalized Supplement | Other personal habits or preferences that need to be understood to better assist work |
Collected information is automatically mapped to OpenClaw core configuration files:
| Information Type | Sync Target File |
|---|---|
| Agent role/system configuration related | AGENTS.md |
| Values/code of conduct related | SOUL.md |
| Work projects/decision records/experience summaries | MEMORY.md |
| User preferences/personal habits related | USER.md |
| Skill configuration related | Configuration file under the corresponding skill directory |
I'm sorry this result didn't meet your expectations. To better understand your requirements, I need to ask you a few questions first to clarify the specific optimization direction, then I will give an adjustment plan, and I will modify it after you confirm there is no problem, okay?
To better optimize the effect of the XX skill, I need to first understand the specific scenarios where you use this skill, the expected output standards, and the problems encountered in past use. I have prepared a targeted list of questions, do you think it is appropriate?
Information collection execution script, supports command line calls:
# Start full information collection process
python3 scripts/collector.py --full
# Targeted collection of specific dimensions: work_basic/work_preferences/skill_preferences/personal_habits
python3 scripts/collector.py --dimension work_preferences
# Manually add a single piece of information
python3 scripts/collector.py --add "doc_output_preference=concise and highlight key points" --target USER.md
# Clear incomplete collection progress
python3 scripts/collector.py --clear-progress
Structured question bank, including guided questions and follow-up logic for each dimension, can be flexibly expanded according to requirements.