← 返回 Skills 市场
cgxxxxxxxxxxxx

Transcript Analysis

作者 cgxxxxxxxxxxxx · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
50
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install transcript-analysis
功能描述
从 Stock Analysis 或 QVeris API 抓取 earnings call transcript,进行主题信号挖掘,输出 evidence_ledger + theme_timeseries + summary_report。 触发词:分析业绩会、earnings call 分析、transcr...
使用说明 (SKILL.md)

Transcript Analysis Skill

从财报电话会逐字稿中挖掘主题信号,支持跨季度对比分析。


工作流程(Step 1-5)

Step 1: 确认分析参数

输入

  • 股票代码(如 LMT, PM)
  • 季度列表(如 2025Q4, 2025Q3)
  • 数据源模式(web 免费 / api QVeris)

输出:参数配置确认

✅ 检查点:股票代码与季度格式正确


Step 2: 🔍 参数确认检查点

输入

  • 用户提供的分析请求
  • 当前日期(用于默认输出目录命名)
Transcript 分析配置:
- 股票代码:LMT
- 季度:2025Q4, 2025Q3, 2025Q2
- 数据源:web(免费)
- 输出目录:./transcript_LMT_20260527/

确认继续?[Y/n/调整]

输出:用户确认的配置参数

✅ 检查点:用户明确确认后执行


Step 3: 执行分析脚本

输入

  • 确认后的配置参数
  • transcript_analyzer.py脚本路径
# 默认 web 模式(免费)
python transcript_analyzer.py --symbol LMT --quarters 2025Q4 --mode web

# 多季度对比
python transcript_analyzer.py --symbol LMT --quarters 2025Q4,2025Q3,2025Q2 --mode web

# API fallback
python transcript_analyzer.py --symbol PM --quarters 2025Q4 --mode api

输出

  • 脚本执行状态
  • 生成的CSV和Markdown文件

✅ 检查点:验证输出文件已生成


Step 4: 边界条件处理

输入

  • 脚本执行结果
  • 错误信息(如有)
场景 触发条件 处理动作
脚本不存在 transcript_analyzer.py 未找到 提示检查路径或重新创建
Stock Analysis 页面结构变化 解析失败 更新解析逻辑或切换 api 模式
QVeris 配额不足 API 返回 402 切换 web 模式或提示充值
无该季度 transcript 网页 404 跳过该季度,继续其他
网络超时 请求 > 30s 重试 3 次后切换数据源

输出:处理后的结果或错误提示

✅ 检查点:所有错误已妥善处理


Step 5: 输出文件

输入

  • 脚本生成的输出文件
文件 说明
{symbol}_evidence_ledger.csv 核心:每条信号追踪到原文片段、说话人、分段、语境
{symbol}_theme_timeseries.csv 跨季度主题热度(提及次数 + 每千词提及率)
{symbol}_summary_report.md 可读报告:主题排名 + 关键信号清单

输出:文件路径确认

✅ 检查点:用户确认输出文件位置


数据源优先级

优先级 数据源 成本 覆盖范围
1 Stock Analysis (stockanalysis.com) 免费 多数美股
2 QVeris API (Alpha Vantage) 2 credits/次 更广覆盖

参数说明

参数 必填 说明
--symbol 股票代码,如 LMT, PM
--quarters 季度列表逗号分隔,如 2025Q4,2025Q3
--mode 数据源: web(默认免费) / api(QVeris)
--output-dir 输出目录,默认当前目录

主题词库(24 个主题)

消费/烟草(PM 等): 无烟转型 / 尼古丁袋 / 电子烟 / 定价 / 销量份额 / 利润率 / 监管税收 / 创新 / 汇率 / 股东回报 / 成本重组 / 业绩指引 / 区域表现 / 竞争格局

军工/Defense(LMT 等): 积压订单 / 战斗机F-35 / 导弹弹药 / 太空业务 / 国防预算 / 多年期合同 / AI自主技术 / 金穹导弹防御 / 供应链产能 / 国际销售


输出目录惯例

./transcript_{symbol}_YYYYMMDD/

脚本位置

本技能捆绑 transcript_analyzer.py 脚本,安装后位于 skill 目录内。

安全使用建议
Review before installing. Use only after the publisher removes and rotates the embedded QVeris key, changes the script to read a user-provided key from an environment variable or secret store, and clearly documents when authenticated API mode sends requests to QVeris. The default web mode is lower risk, but the shipped secret should still be treated as exposed.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
Fetching earnings call transcripts and writing analysis reports is coherent with the stated purpose, but embedding a vendor API key in the distributed script is not necessary for that purpose and creates credential and billing exposure.
Instruction Scope
The skill documents web and API modes and asks for confirmation in the workflow, but the actual API credential is preloaded in code rather than requiring user-supplied configuration or explicit credential setup.
Install Mechanism
No separate installer, persistence hook, dependency install, or background setup behavior was found; the package contains SKILL.md and a Python script.
Credentials
Network access to Stock Analysis and QVeris and local report writes fit the tool, but authenticated API calls using a bundled secret are overbroad and under-controlled for a shared skill artifact.
Persistence & Privilege
The script creates an output directory and writes CSV/Markdown reports, with no observed privilege escalation or long-running persistence; the main privilege concern is the exposed API secret.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install transcript-analysis
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /transcript-analysis 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of transcript-analysis. - Supports earnings call transcript theme signal mining via Stock Analysis or QVeris API. - Step-by-step workflow from parameter confirmation through results output, with clear checkpoints. - Robust handling for various edge cases, including data source switching and error prompts. - Outputs: evidence ledger, theme timeseries, and summary report files for multi-quarter analysis. - Includes topic dictionary for consumer/tobacco and defense sectors.
元数据
Slug transcript-analysis
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Transcript Analysis 是什么?

从 Stock Analysis 或 QVeris API 抓取 earnings call transcript,进行主题信号挖掘,输出 evidence_ledger + theme_timeseries + summary_report。 触发词:分析业绩会、earnings call 分析、transcr... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 50 次。

如何安装 Transcript Analysis?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install transcript-analysis」即可一键安装,无需额外配置。

Transcript Analysis 是免费的吗?

是的,Transcript Analysis 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Transcript Analysis 支持哪些平台?

Transcript Analysis 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Transcript Analysis?

由 cgxxxxxxxxxxxx(@cgxxxxxxxxxxxx)开发并维护,当前版本 v1.0.0。

💬 留言讨论