← 返回
数据分析 Key 中文

Financial Times Deep Reader

Automates login to FT.com to extract and provide detailed bilingual English-Chinese summaries of top Financial Times articles with academic rigor.
自动登录FT.com,提取《金融时报》头条文章并提供具有学术严谨性的详细英汉双语摘要。
zhouziyue233
数据分析 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 1,138
下载
💾 126
安装
1
版本
#latest

概述

Financial Times Deep Reader (ft-reader)

Use this skill to perform deep, structured, and bilingual analysis of top articles from Financial Times (ft.com). This skill automates login, article selection, and high-quality summarization suitable for academic and professional use.

Capabilities

  • Automated Access: Logs into FT.com using stored credentials via Browser tool.
  • Strategic Selection: Identifies "Most Read" based on user preference.
  • Bilingual Synthesis: Provides high-fidelity English-Chinese summaries with a focus on core arguments.
  • Academic Rigor: Extracts specific data, quotes, and important charts in the article.

Configuration & Credentials

  • Browser Profile: Use openclaw profile to maintain session persistence.
  • Credentials:
  • User: xxxxxx
  • Pass: xxxxxx

Workflow (Mandatory Steps)

Phase 1: Authentication & Navigation

  1. Open https://www.ft.com/login.
  2. Enter email and password.
  3. Navigate to the homepage or a specific section requested by the user.

Phase 2: Content Extraction

  1. Use evaluate to identify the top N articles from the homepage (targeting .o-teaser__heading or most-read sections).
  1. For each target article:
    • Navigate to the article URL.
  • Use evaluate with the following JavaScript to extract clean content:

```javascript

() => {

const title = document.querySelector('h1')?.innerText;

const standfirst = document.querySelector('div[class*="standfirst"]')?.innerText;

const paragraphs = Array.from(document.querySelectorAll('div[class*="article-body"] p, article p'))

.map(p => p.innerText.trim())

.filter(text => text.length > 0);

return { title, summary: standfirst, content: paragraphs.join('\n\n') };

}

```

Phase 3: Analysis & Reporting

For each article, generate a report (around 600 words) using the following structure:

  • Title (Bilingual)
  • Core Opinion (Bilingual)
  • Arguments (Bilingual)
  • Conclusion (Bilingual)

Constraints

  • Style: Professional, academic, and fluff-free (follow SOUL.md).
  • Language: Always provide both English and Chinese translations for technical terms and core ideas.
  • Independent Reading: Treat each article as a standalone piece unless cross-analysis is requested.
  • Token Management: If many articles are requested, split the delivery into multiple turns to avoid truncation.

Usage Examples

  • "Lulu, use ft-reader to analyze the top 3 Most Read articles from today."
  • "Perform a deep dive into the top story on FT regarding AI productivity using the ft-reader skill."

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 07:28 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 368 📥 140,463
data-analysis

Stock Analysis

udiedrichsen
{"answer":"基于雅虎财经数据,分析股票与加密货币。支持投资组合管理、自选股预警、股息分析、8维评分、热门趋势扫描及传闻/早期信号探测。适用于股票分析、持仓追踪、财报异动、加密监控、热门股追踪或提前发掘非主流传闻。"}
★ 270 📥 56,974
data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 198 📥 65,120