Financial Times Deep Reader

# Financial Times Deep Reader (ft-reader)

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Financial Times Deep Reader" with this command: npx skills add 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 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).

  2. For each target article:

    • Navigate to the article URL.

    • Use evaluate with 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('\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."

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

"""Micro-Expression Recognition & Analysis Tool | 微观情绪识别分析工具"""

Professional discernment of subtle cues! It performs detailed analysis and recognition of facial micro-expressions, outputs precise emotional state reports,...

Registry SourceRecently Updated
Research

媒体广告流量分析

查询广告投放流量分布与趋势的数据分析技能。支持按行业、地域、媒体(OTT/移动端)、目标受众等多维度分析广告曝光数据,适用于媒体策略评估、竞品投放监测、行业广告趋势研究等场景。

Registry SourceRecently Updated
Research

Wikipedia Publisher

Draft, review, de-risk, and publish Wikipedia or Wikidata content with a bias toward policy-safe workflow. Use when creating or editing encyclopedia articles...

Registry SourceRecently Updated
350Profile unavailable
Research

Cg Paper Writing

Academic paper writing skill for 3D vision, computer graphics, CAD, and 3D understanding. Covers NeRF, 3D Gaussian Splatting, multi-view stereo, SLAM, point...

Registry SourceRecently Updated
390Profile unavailable