← 返回
未分类 中文

get-to-know-you

Dual-core efficiency improvement skill: (1) Actively collect user work background, preference habits through Socratic guided Q&A, automatically sync and upda...
Dual-core efficiency improvement skill: (1) Actively collect user work background, preference habits through Socratic guided Q&A, automatically sync and upda...
zzzanezhou0829 zzzanezhou0829 来源
未分类 clawhub v1.0.0 1 版本 99943.1 Key: 无需
★ 66
Stars
📥 436
下载
💾 0
安装
1
版本
#latest

概述

Get To Know You - Dual Core Efficiency Skill

Overview

This 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:

Core Function 1: Personalized User Portrait Construction

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.

Core Function 2: Task/Optimization Workflow Standardization

Solve the problem of repeated modification and back-and-forth communication in negative feedback/skill optimization scenarios, enforce the process of "align requirements first → output plan → confirm → execute", fundamentally eliminate invalid communication, and significantly save time and token consumption.


Core Function 1: Personalized User Portrait Construction

Trigger Scenarios

  1. Automatically trigger full information collection after the skill is installed for the first time
  2. User actively initiates: "You don't know me well enough", "I want to talk to you in depth", "Continue the last information collection"
  3. Actively recognize unrecorded preferences, habits, and background information mentioned by users in daily conversations
  4. Information Collection Dimensions

    Collection Modes

    Questionnaire Mode (Active Centralized Collection)

    DimensionCollection Content
    ------------------
    Basic Work InformationJob responsibilities, core work content, current key projects/business scope, collaboration departments/roles, reporting objects and downstream docking roles
    Workflow PreferencesTask priority judgment criteria, delivery cycle expectations, output format preferences, content detail preferences, document specification requirements
    Communication Habit PreferencesCommunication style preference (formal/casual), problem confirmation method (ask collectively/ask anytime)
    Skill Usage PreferencesCommon capability types, past unsatisfactory scenarios, expected output quality standards
    Personalized SupplementOther personal habits or preferences that need to be understood to better assist work
    • Only 1 question at a time to avoid information overload
    • Auto-interrupt: When the user does not answer the question and turns to other topics, automatically pause and save progress automatically
    • Auto-resume: Automatically continue from the last interrupted position when starting next time, no need to answer repeatedly
    • Output configuration change summary for user confirmation after completion
    • Resident Mode (Passive Fragmented Collection)

    • Actively recognize unrecorded information mentioned by users in daily conversations
    • Confirmation logic: "You mentioned XX habit/requirement/background just now, I will record it in the configuration, and follow this preference when performing related tasks in the future, okay?"
    • Automatically sync to the corresponding configuration file after user confirmation
    • Information Sync Rules

Collected information is automatically mapped to OpenClaw core configuration files:


Core Function 2: Task/Optimization Workflow Standardization

Applicable Scenarios

Information TypeSync Target File
------------------
Agent role/system configuration relatedAGENTS.md
Values/code of conduct relatedSOUL.md
Work projects/decision records/experience summariesMEMORY.md
User preferences/personal habits relatedUSER.md
Skill configuration relatedConfiguration file under the corresponding skill directory
  • Any scenario where the user is not satisfied with the task result and proposes modification suggestions
  • Any scenario where the user requests to optimize skills and adjust functions
  • Prohibited Behaviors (Absolutely Not Allowed)

  • Directly rerun tasks or modify results after receiving feedback
  • Directly modify skills or adjust configurations after receiving optimization requirements
  • Modify while doing, ask step by step
  • Mandatory 4-Step Process

    flowchart LR
    A[Receive modification/optimization requirement] --> B[STEP 1: Align requirements<br>Through targeted questions, fully clarify:<br>• What is the dissatisfaction/specific pain point<br>• What is the expected effect<br>• Are there any reference samples/standards]
    B --> C[STEP 2: Output plan<br>Based on the collected information, output a complete and implementable plan:<br>• Specific modification/optimization content points<br>• Final delivery format/structure<br>• Expected effect/delivery time]
    C --> D{Does user 100% confirm the plan is satisfactory?}
    D -->|Yes| E[STEP 3: Execute and deliver<br>Strictly follow the confirmed plan, no modifications beyond the plan]
    D -->|No| B[Return to STEP1 to continue aligning requirements]
    E --> F[STEP4: Result confirmation<br>Proactively confirm whether it meets expectations after delivery, return to STEP1 if there is deviation]
    

    Standard Script Reference

  1. Negative feedback scenario opening:

> 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?

  1. Skill optimization scenario opening:

> 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?


Supporting Resources Description

scripts/collector.py

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

references/question_bank.md

Structured question bank, including guided questions and follow-up logic for each dimension, can be flexibly expanded according to requirements.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 08:04 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,394 📥 322,175
ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,097 📥 823,716
ai-agent

Find Skills

guipi888
场景驱动+关键词双模式技能发现工具。当用户用自然语言描述场景/需求(如"我想做一个海报""帮我分析股票"),或明确说"安装技能/find skills/找个skill"时,自动从官方内置、本地已安装、SkillHub、虾评、GitHub、C
★ 1,458 📥 504,951