← 返回 Skills 市场
286
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install user-insight
功能描述
通过对话逐渐了解用户,构建动态用户画像以优化沟通。支持被动收集(从对话中提取兴趣、偏好、习惯)和主动探索(像"刷短视频"一样尝试不同话题,发现用户潜在兴趣点)。在需要个性化回应、寻找聊天话题或了解用户背景时读取 ~/.openclaw/workspace/memory/user-profile.json。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install user-insight - 安装完成后,直接呼叫该 Skill 的名称或使用
/user-insight触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
通过对话逐渐了解用户,构建动态用户画像以优化沟通。支持被动收集和主动探索两种模式。
元数据
常见问题
User Insight 是什么?
通过对话逐渐了解用户,构建动态用户画像以优化沟通。支持被动收集(从对话中提取兴趣、偏好、习惯)和主动探索(像"刷短视频"一样尝试不同话题,发现用户潜在兴趣点)。在需要个性化回应、寻找聊天话题或了解用户背景时读取 ~/.openclaw/workspace/memory/user-profile.json。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 286 次。
如何安装 User Insight?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install user-insight」即可一键安装,无需额外配置。
User Insight 是免费的吗?
是的,User Insight 完全免费(开源免费),可自由下载、安装和使用。
User Insight 支持哪些平台?
User Insight 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 User Insight?
由 chasezxs(@chasezxs)开发并维护,当前版本 v1.0.0。
推荐 Skills