← 返回 Skills 市场
nutcrackertest
作者
giulianomorse
· GitHub ↗
· v1.0.0
334
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install nutcrackertest
功能描述
Ethnographic UX research skill that passively observes OpenClaw usage, extracts interaction data, detects friction and delight signals, and generates structu...
安全使用建议
This skill appears to be what it says: a local UXR observer that reads your OpenClaw session transcripts, redacts PII, analyzes interactions, and writes local reports. Before installing, consider: 1) confirm the skill directory mapping for {baseDir} so you know where data and reports will be written; 2) inspect the bundled scripts (you already have them) and run them on a small sample to verify redaction works for your data patterns (redact.py uses heuristics that may miss or over-redact some tokens); 3) ensure python3 and jq are installed; 4) review and control cron automation if you enable it (cron will run the skill automatically); 5) because the registry name vs. internal SKILL.md name differ, verify you obtained this package from a trusted source. If any of these points worry you, run the scripts in a sandbox or deny access to the ~/.openclaw directory until satisfied.
功能分析
Type: OpenClaw Skill
Name: nutcrackertest
Version: 1.0.0
The skill functions as a session monitoring and analysis tool that harvests the user's entire OpenClaw interaction history from `~/.openclaw/agents/`. While the bundle includes PII redaction logic (`redact.py`) and lacks evidence of data exfiltration, the programmatic collection and processing of all past conversations—which may contain sensitive credentials, API keys, and personal information—constitutes a high-risk capability. The instructions in `SKILL.md` and `collect.sh` facilitate this broad data access, making the skill suspicious despite its stated purpose of UX research.
能力评估
Purpose & Capability
The skill declares and implements an on-device UXR observer: it requires python3/jq, reads OpenClaw session .jsonl files, and includes scripts to collect, redact, analyze, and report. Slight mismatch: the registry name is 'nutcrackertest' while SKILL.md and README use 'uxr-observer' and reference a ClawHub homepage; this appears to be a labeling inconsistency but does not affect behavior.
Instruction Scope
SKILL.md explicitly instructs the agent to read session files under ~/.openclaw/agents/<agentId>/sessions/, run local scripts (collect.sh, redact.py, analyze.py, report.py), save outputs to the skill data/reports directories, and not transmit data. The instructions do reference and operate on user-local files (expected for this purpose) and include a strong PII-redaction step before storage or display.
Install Mechanism
No install spec is provided (instruction-only skill plus bundled scripts). That is low-risk: nothing is downloaded or installed automatically by the skill. It relies on python3 and jq being available on PATH.
Credentials
The skill requests no environment variables or external credentials. It needs access to the user's OpenClaw session files and will write to its own data/ and reports/ directories — appropriate for its stated function.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It writes data into its own {baseDir}/data and reports directories as expected. It does not modify other skills or system-wide agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nutcrackertest - 安装完成后,直接呼叫该 Skill 的名称或使用
/nutcrackertest触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the uxr-observer skill for OpenClaw ethnographic UX research:
- Passively observes user interactions and extracts structured UX insights from OpenClaw session transcripts.
- Automates daily research reports, friction and delight signal detection, and behavioral archetype analysis.
- Integrates local PII redaction and enforces strict privacy: all data is processed and stored only on the user's machine.
- Supports multiple slash commands for reports, trends, friction analysis, verbatim quotes, and system status.
- Includes guidance on daily report automation via cron and clear user control over stored data.
元数据
常见问题
nutcrackertest 是什么?
Ethnographic UX research skill that passively observes OpenClaw usage, extracts interaction data, detects friction and delight signals, and generates structu... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 334 次。
如何安装 nutcrackertest?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nutcrackertest」即可一键安装,无需额外配置。
nutcrackertest 是免费的吗?
是的,nutcrackertest 完全免费(开源免费),可自由下载、安装和使用。
nutcrackertest 支持哪些平台?
nutcrackertest 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 nutcrackertest?
由 giulianomorse(@giulianomorse)开发并维护,当前版本 v1.0.0。
推荐 Skills