← Back to Skills Marketplace
zhenstaff

Openclaw Talk Analyzer

by Justin Liu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
333
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install talk-analyzer
Description
基于 AI 的对话分析工具,自动提取会议要点、销售异议、客户满意度、行动项及策略建议,支持多场景应用。
Usage Guidance
This skill appears to do what it says (conversation analysis), but the package metadata omits important operational details found in the SKILL.md/README. Before installing or using it: 1) Verify the source repository (the README links to a GitHub repo) and inspect the code there — do not blindly run npm install from an unknown repo. 2) Expect to provide an AI API key (Anthropic/OpenAI) or run a local LLM; treat those keys as sensitive and do not expose them to untrusted code or services. 3) The skill assumes a CLI/binary (openclaw-talk) that is not bundled — confirm how that binary is delivered and who maintains it. 4) If your transcripts are sensitive, prefer the documented local LLM option and audit any network calls the tool makes. 5) If you rely on an organization security policy, get approval before installing external packages or supplying API keys.
Capability Analysis
Type: OpenClaw Skill Name: talk-analyzer Version: 1.0.0 The skill bundle contains documentation and metadata for a conversation analysis tool. The instructions in skill.md and readme.md are consistent with the stated purpose of using AI to summarize meetings and sales calls, and there are no signs of malicious code, data exfiltration, or prompt injection attacks.
Capability Assessment
Purpose & Capability
The described purpose — analyzing conversations and producing summaries/action items — is coherent with the skill's instructions. However, the SKILL.md and README state explicit technical requirements (Node.js 18+, npm/pnpm, and at least one AI API key such as ANTHROPIC_API_KEY or OPENAI_API_KEY) while the registry metadata declares no required env vars or required binaries. That mismatch means the manifest does not accurately reflect what the skill actually needs to operate.
Instruction Scope
The instructions expect the presence of a CLI/programming package (openclaw-talk / openclaw-talk-analyzer) and tell the agent to read input transcript files and call external AI APIs (Claude/OpenAI) or a local LLM. Those behaviors are consistent with the stated purpose, but the skill also includes examples of cloning a GitHub repo and running npm install — yet there is no install spec and no bundled code. The agent instructions therefore assume installing or using external code/binaries that are not provided by the skill package itself, which is an incoherence and a deployment risk if followed blindly.
Install Mechanism
This is an instruction-only skill with no install spec or code files (lowest immediate risk from the registry). The README and SKILL.md refer to installing from GitHub or npm, but that would require fetching external code — the skill does not include or declare those steps. Absence of an install spec is not dangerous by itself, but combined with the instructions it means a user/agent would need to fetch and run third-party code; verify provenance before doing so.
Credentials
The skill's text explicitly requires at least one AI service API key (Anthropic/OpenAI) and suggests storing keys in a .env file (ANTHROPIC_API_KEY / OPENAI_API_KEY). Yet the registry metadata lists no required environment variables or primary credential. This is a substantive inconsistency: the runtime behavior requires secrets (API keys) but the manifest does not declare them, which could cause surprise and potential accidental exfiltration if the agent supplies keys without explicit declaration and user consent.
Persistence & Privilege
The skill does not request persistent presence (always:false), does not declare modifying other skills or system-wide config, and requests no special config paths. It simply describes running analysis on provided transcript files. No elevated persistence or privilege escalation is evident from the manifest.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install talk-analyzer
  3. After installation, invoke the skill by name or use /talk-analyzer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Talk Analyzer v1.0.0 初始发布 - 支持自动分析会议、销售、客服、谈判、面试及通用对话,提取要点、行动项及决策 - 提供摘要、情感分析、发言者画像等多种智能提取功能 - 支持销售专用分析:异议识别、购买信号和跟进建议 - 可选择多款 AI 引擎(Claude、OpenAI、或本地 LLM)进行分析,兼顾隐私和灵活性 - 命令行和编程接口双模式使用,支持批量处理和多输出格式(json/markdown) - 附带详细用法、环境说明和典型应用场景,开源免费
Metadata
Slug talk-analyzer
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Openclaw Talk Analyzer?

基于 AI 的对话分析工具,自动提取会议要点、销售异议、客户满意度、行动项及策略建议,支持多场景应用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 333 downloads so far.

How do I install Openclaw Talk Analyzer?

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

Is Openclaw Talk Analyzer free?

Yes, Openclaw Talk Analyzer is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Openclaw Talk Analyzer support?

Openclaw Talk Analyzer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Openclaw Talk Analyzer?

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

💬 Comments