An advanced skill for building dynamic user profiles through passive information extraction and proactive topic exploration to optimize communication.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install user-insight
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install user-insight using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
User Insight is a sophisticated module designed to help AI agents develop a deep, progressive understanding of their users. By functioning within the Openclaw Skills framework, it constructs a dynamic user profile by analyzing daily conversations. It identifies interests, habits, and preferences without intrusive questioning, instead using natural dialogue flows to gather data.
The skill operates on the principle of continuous evolution, much like a recommendation algorithm. It doesn't just wait for user input; it actively discovers what makes a user tick by testing different topic categories and measuring engagement levels. This ensures that every interaction feels personalized, understood, and increasingly relevant over time.
To get started with User Insight in your Openclaw Skills environment, ensure your workspace memory directory is initialized:
mkdir -p ~/.openclaw/workspace/memory/insights
The skill will automatically generate the required user-profile.json and topic-exploration.json files upon the first interaction. No external API configuration is necessary as it utilizes local memory for privacy.
The skill organizes its data within the ~/.openclaw/workspace/memory/ directory using the following structure:
| File/Folder | Purpose |
|---|---|
user-profile.json |
Stores the primary user profile, including interest scores, communication style, and basic info. |
topic-exploration.json |
Maintains a log of all topic exploration attempts and identifies success patterns. |
insights/ |
A directory containing raw daily insight logs in YYYY-MM-DD.json format. |
Each interest in the profile is assigned a score (0.0 to 1.0) and categorized for precise recommendation logic.
Loading
QuiverAI is an AI-powered vector graphics engine that generates and vectorizes SVGs from text prompts or raster images.

A comprehensive developer guide for integrating QuiverAI's SVG generation API into your automated workflows.

An AI-native vector graphics engine that transforms text prompts and reference images into scalable, professional-grade SVG illustrations.

A comprehensive manual for deploying and managing persistent, cloud-hosted AI agents powered by Openclaw Skills.

A comprehensive toolset for interacting with the Solana blockchain, managing assets, and executing DeFi transactions via Helius infrastructure.

A developer-centric skill for programmatically managing Trello boards, lists, and cards via the REST API.








































