wsj

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Wall Street Journal Skill

Wall Street Journal Skill

Access business and financial news from The Wall Street Journal.
获取《华尔街日报》的商业和财经新闻。

Quick Install

快速安装

bash
curl -sSL https://canifi.com/skills/wsj/install.sh | bash
Or manually:
bash
cp -r skills/wsj ~/.canifi/skills/
bash
curl -sSL https://canifi.com/skills/wsj/install.sh | bash
或者手动安装:
bash
cp -r skills/wsj ~/.canifi/skills/

Setup

配置

Configure via canifi-env:
bash
undefined
通过canifi-env进行配置:
bash
undefined

First, ensure canifi-env is installed:

首先,确保已安装canifi-env:

canifi-env set WSJ_EMAIL "your_email" canifi-env set WSJ_PASSWORD "your_password"
undefined
canifi-env set WSJ_EMAIL "your_email" canifi-env set WSJ_PASSWORD "your_password"
undefined

Privacy & Authentication

隐私与认证

Your credentials, your choice. Canifi LifeOS respects your privacy.
你的凭据,由你掌控。 Canifi LifeOS 尊重你的隐私。

Option 1: Manual Browser Login (Recommended)

选项1:手动浏览器登录(推荐)

If you prefer not to share credentials with Claude Code:
  1. Complete the Browser Automation Setup using CDP mode
  2. Login to the service manually in the Playwright-controlled Chrome window
  3. Claude will use your authenticated session without ever seeing your password
如果你不想与Claude Code共享凭据:
  1. 使用CDP模式完成浏览器自动化设置
  2. 在Playwright控制的Chrome窗口中手动登录该服务
  3. Claude将使用你的已认证会话,全程不会获取你的密码

Option 2: Environment Variables

选项2:环境变量

If you're comfortable sharing credentials, you can store them locally:
bash
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"
Note: Credentials stored in canifi-env are only accessible locally on your machine and are never transmitted.
如果你愿意共享凭据,可以将其存储在本地:
bash
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"
注意:存储在canifi-env中的凭据仅可在你的本地机器上访问,绝不会被传输。

Capabilities

功能

  1. Market News: Get real-time market updates, stock news, and financial analysis
  2. Business Coverage: Read business, technology, and economy news
  3. Opinion & Analysis: Access WSJ opinion pieces and expert analysis
  4. Saved Articles: Save and organize articles for later reading
  5. Personalized Feed: Get news tailored to your interests and portfolio
  1. 市场新闻:获取实时市场动态、股票新闻和财经分析
  2. 商业报道:阅读商业、科技和经济领域的新闻
  3. 观点与分析:访问《华尔街日报》的评论文章和专家分析
  4. 文章收藏:保存并整理文章以便后续阅读
  5. 个性化推送:获取符合你兴趣和投资组合的定制新闻

Usage Examples

使用示例

Get Market News

获取市场新闻

User: "Show me the latest WSJ market news"
Assistant: Returns top market headlines and stock updates
用户:“给我展示最新的WSJ市场新闻”
助手:返回热门市场头条和股票动态

Search Articles

搜索文章

User: "Search WSJ for articles about Federal Reserve"
Assistant: Returns relevant articles about Fed policy and decisions
用户:“在WSJ中搜索关于美联储的文章”
助手:返回有关美联储政策和决策的相关文章

Browse Section

浏览栏目

User: "Show me WSJ Tech section articles"
Assistant: Returns latest technology industry news
用户:“给我展示WSJ科技栏目的文章”
助手:返回最新的科技行业新闻

Save Article

保存文章

User: "Save this WSJ article about Tesla"
Assistant: Saves article to your WSJ account
用户:“保存这篇关于特斯拉的WSJ文章”
助手:将文章保存到你的WSJ账户

Authentication Flow

认证流程

  1. WSJ uses subscriber authentication
  2. No official public API available
  3. Browser automation required for access
  4. Subscription required for full content
  1. WSJ采用订阅用户认证机制
  2. 无官方公开API可用
  3. 需要通过浏览器自动化来访问内容
  4. 完整内容需要订阅权限

Error Handling

错误处理

ErrorCauseSolution
Login FailedInvalid credentialsVerify subscriber credentials
Paywall BlockSubscription requiredSubscribe to WSJ
Session ExpiredLogin timeoutRe-authenticate
Rate LimitedToo many requestsImplement throttling
错误原因解决方案
登录失败凭据无效验证订阅用户凭据
付费墙拦截需要订阅订阅《华尔街日报》
会话过期登录超时重新认证
请求受限请求过于频繁实现请求限流

Notes

注意事项

  • Subscription required for full article access
  • Part of Dow Jones media properties
  • Real-time market data included
  • Mobile apps available with offline reading
  • WSJ+ benefits for subscribers
  • No official API; uses browser automation
  • 完整文章访问需要订阅权限
  • 道琼斯媒体集团旗下产品
  • 包含实时市场数据
  • 支持离线阅读的移动应用可用
  • 订阅用户可享受WSJ+专属权益
  • 无官方API;采用浏览器自动化方式