Openclaw Talk Analyzer
ReviewAudited by ClawScan on May 1, 2026.
Overview
The skill is coherent for AI conversation analysis, but users should verify the external CLI/package source and understand that transcripts and AI API keys may be used with cloud providers.
This skill appears purpose-aligned and not malicious based on the provided artifacts. Before installing, confirm the external repository or npm package is the one you trust, use a restricted AI API key, and avoid sending confidential transcripts to cloud AI providers unless that matches your privacy requirements.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Installing the external CLI could run code that was not included in this skill review.
The skill package itself is instruction-only, but the README directs users to install external code from GitHub or npm. This is consistent with the CLI-based purpose, but the reviewed artifacts do not include that package code or a pinned install specification.
git clone https://github.com/ZhenRobotics/openclaw-talk-analyzer.git cd openclaw-talk-analyzer npm install # Or install from npm ... npm install -g openclaw-talk-analyzer
Verify the GitHub repository or npm package, version, maintainer, and dependencies before installing or giving it access to transcripts or API keys.
The installed tool may be able to spend quota or access account capabilities associated with the configured AI API key.
The skill expects AI provider API keys for Claude or OpenAI. This is purpose-aligned for AI analysis, but credential use is not reflected in the registry's env var declarations.
ANTHROPIC_API_KEY=your-claude-api-key # OR OPENAI_API_KEY=your-openai-api-key
Use a least-privilege API key where possible, monitor usage, and avoid storing keys in shared or committed files.
Sensitive meeting, sales, support, or interview transcripts may leave the local environment when using cloud AI providers.
The artifacts disclose that conversation transcripts may be processed by cloud AI APIs unless a local model is used. Business conversations can contain confidential, customer, or employee information.
Talk Analyzer uses AI (Claude, GPT) to analyze business conversations ... - **No Data Storage**: Conversations are not stored on external servers (except when using cloud AI APIs) - **Local Processing**: Support for local LLM models for sensitive conversations
Use the local LLM option for confidential conversations, and review the chosen provider's retention and privacy terms before sending transcripts.
