wsj
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseWall 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 | bashOr 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
undefinedFirst, ensure canifi-env is installed:
首先,确保已安装canifi-env:
curl -sSL https://canifi.com/install.sh | bash
curl -sSL https://canifi.com/install.sh | bash
canifi-env set WSJ_EMAIL "your_email"
canifi-env set WSJ_PASSWORD "your_password"
undefinedcanifi-env set WSJ_EMAIL "your_email"
canifi-env set WSJ_PASSWORD "your_password"
undefinedPrivacy & 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:
- Complete the Browser Automation Setup using CDP mode
- Login to the service manually in the Playwright-controlled Chrome window
- Claude will use your authenticated session without ever seeing your password
如果你不想与Claude Code共享凭据:
- 使用CDP模式完成浏览器自动化设置
- 在Playwright控制的Chrome窗口中手动登录该服务
- 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
功能
- Market News: Get real-time market updates, stock news, and financial analysis
- Business Coverage: Read business, technology, and economy news
- Opinion & Analysis: Access WSJ opinion pieces and expert analysis
- Saved Articles: Save and organize articles for later reading
- Personalized Feed: Get news tailored to your interests and portfolio
- 市场新闻:获取实时市场动态、股票新闻和财经分析
- 商业报道:阅读商业、科技和经济领域的新闻
- 观点与分析:访问《华尔街日报》的评论文章和专家分析
- 文章收藏:保存并整理文章以便后续阅读
- 个性化推送:获取符合你兴趣和投资组合的定制新闻
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
认证流程
- WSJ uses subscriber authentication
- No official public API available
- Browser automation required for access
- Subscription required for full content
- WSJ采用订阅用户认证机制
- 无官方公开API可用
- 需要通过浏览器自动化来访问内容
- 完整内容需要订阅权限
Error Handling
错误处理
| Error | Cause | Solution |
|---|---|---|
| Login Failed | Invalid credentials | Verify subscriber credentials |
| Paywall Block | Subscription required | Subscribe to WSJ |
| Session Expired | Login timeout | Re-authenticate |
| Rate Limited | Too many requests | Implement 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;采用浏览器自动化方式