Financial Times Deep Reader
/install ft-reader
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
openclawprofile to maintain session persistence. - Credentials:
- User:
xxxxxx - Pass:
xxxxxx
- User:
Workflow (Mandatory Steps)
Phase 1: Authentication & Navigation
- Open
https://www.ft.com/login. - Enter email and password.
- Navigate to the homepage or a specific section requested by the user.
Phase 2: Content Extraction
-
Use
evaluateto identify the top N articles from the homepage (targeting.o-teaser__headingor most-read sections). -
For each target article:
-
Navigate to the article URL.
-
Use
evaluatewith the following JavaScript to extract clean content:() => { 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('\
-
') };
}
```
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."
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ft-reader - 安装完成后,直接呼叫该 Skill 的名称或使用
/ft-reader触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 693 次。
如何安装 Financial Times Deep Reader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ft-reader」即可一键安装,无需额外配置。
Financial Times Deep Reader 是免费的吗?
是的,Financial Times Deep Reader 完全免费(开源免费),可自由下载、安装和使用。
Financial Times Deep Reader 支持哪些平台?
Financial Times Deep Reader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Financial Times Deep Reader?
由 zhouziyue233(@zhouziyue233)开发并维护,当前版本 v1.0.0。