← Back to Skills Marketplace
chasezxs

User Insight

by chasezxs · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
286
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install user-insight
Description
通过对话逐渐了解用户,构建动态用户画像以优化沟通。支持被动收集(从对话中提取兴趣、偏好、习惯)和主动探索(像"刷短视频"一样尝试不同话题,发现用户潜在兴趣点)。在需要个性化回应、寻找聊天话题或了解用户背景时读取 ~/.openclaw/workspace/memory/user-profile.json。
Usage Guidance
This skill is internally consistent and implements what it claims: it collects and stores conversational insights in ~/.openclaw/workspace/memory/*.json and can proactively try topics. Before installing, consider: (1) review the code yourself or run it in a sandbox to confirm behavior; (2) if you don't want proactive outreach, disable autonomous invocation or avoid giving it triggers (e.g., do not connect it to cron or cron-like skills); (3) if you care about privacy, inspect and/or delete ~/.openclaw/workspace/memory/user-profile.json and topic-exploration.json regularly or use the provided privacy commands in SKILL.md to stop/forget; (4) only enable integrations such as web_search or cron if you trust the skill owner, since those integrations can broaden its actions.
Capability Analysis
Type: OpenClaw Skill Name: user-insight Version: 1.0.0 The 'user-insight' skill bundle is designed to build and maintain a local user profile to personalize agent interactions. It uses passive analysis of conversation text and active topic exploration strategies, storing all data locally in '~/.openclaw/workspace/memory/user-profile.json'. While the instructions in 'SKILL.md' encourage the agent to use psychological engagement techniques (e.g., 'guided collection' and 'active exploration' similar to recommendation algorithms), the implementation across scripts like 'extract_insights.py' and 'update_profile.py' is transparent, lacks network exfiltration, and contains no evidence of malicious intent or unauthorized system access.
Capability Assessment
Purpose & Capability
Name/description promise progressive user profiling and topic exploration; the included scripts implement loading, initializing, extracting insights, recommending topics, running exploration checks, and updating the local profile file at ~/.openclaw/workspace/memory/user-profile.json. No unrelated credentials, binaries, or services are requested.
Instruction Scope
SKILL.md and the scripts consistently instruct reading/writing the user-profile and exploration log in the user's home memory directory and doing in-process analysis. The instructions and code do not access external network endpoints, secret env vars, or system-wide config paths outside the stated memory folder.
Install Mechanism
No install spec is provided (instruction-only plus Python scripts). The skill does not download or install external binaries or packages; it relies on built-in Python modules, which is proportionate to its purpose.
Credentials
The skill requests no environment variables or external credentials. All persistent data is stored under ~/.openclaw/workspace/memory as described, which is appropriate for a local profiling feature.
Persistence & Privilege
The skill persists user profile and exploration logs in the user's home directory and can update them autonomously when invoked. always:false (not force-installed). Autonomous invocation is allowed by default (platform normal), so the skill could be triggered by scheduled tasks or other skills (cron integration is documented). This is expected for a memory-backed profiling skill but has privacy implications.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install user-insight
  3. After installation, invoke the skill by name or use /user-insight
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
通过对话逐渐了解用户,构建动态用户画像以优化沟通。支持被动收集和主动探索两种模式。
Metadata
Slug user-insight
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is User Insight?

通过对话逐渐了解用户,构建动态用户画像以优化沟通。支持被动收集(从对话中提取兴趣、偏好、习惯)和主动探索(像"刷短视频"一样尝试不同话题,发现用户潜在兴趣点)。在需要个性化回应、寻找聊天话题或了解用户背景时读取 ~/.openclaw/workspace/memory/user-profile.json。 It is an AI Agent Skill for Claude Code / OpenClaw, with 286 downloads so far.

How do I install User Insight?

Run "/install user-insight" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is User Insight free?

Yes, User Insight is completely free (open-source). You can download, install and use it at no cost.

Which platforms does User Insight support?

User Insight is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created User Insight?

It is built and maintained by chasezxs (@chasezxs); the current version is v1.0.0.

💬 Comments