# Stock News Digest Skill Installation Guide

Batch-input multiple stock names to automatically aggregate news, scrape article content, and generate structured summaries. Ideal for portfolio monitoring, watchlist tracking, and periodic information aggregation.

| Item | Description |
|------|-------------|
| Skill Name | futu-stock-digest |
| Files | `SKILL.md` (single file, ready to use) |
| Prerequisites | None - no OpenD or other runtime required |

---

## Download

> **Note:** After installation, delete the zip file. This ensures a fresh download next time, avoiding stale cached versions.

**[Download futu.zip](https://www.futunn.com/skills/futu.zip)**

After downloading, extract:

```bash
unzip futu.zip && rm futu.zip
```

---

## Installation

After extraction, place the Skill file in the appropriate global directory for your AI client:

### Claude Code / VS Code / Cursor / JetBrains (with Claude Extension)

```bash
[ -d ~/.claude/skills/stock-digest ] && rm -rf ~/.claude/skills/stock-digest
mkdir -p ~/.claude/skills/futu-stock-digest
cp futu/search-skills/futu-stock-digest/SKILL.md ~/.claude/skills/futu-stock-digest/SKILL.md
```

### Cursor (Built-in AI)

```bash
rm -f ~/.cursor/rules/stock-digest.md
mkdir -p ~/.cursor/rules
cp futu/search-skills/futu-stock-digest/SKILL.md ~/.cursor/rules/futu-stock-digest.md
```

### OpenClaw

```bash
[ -d ~/.openclaw/skills/stock-digest ] && rm -rf ~/.openclaw/skills/stock-digest
mkdir -p ~/.openclaw/skills/futu-stock-digest
cp futu/search-skills/futu-stock-digest/SKILL.md ~/.openclaw/skills/futu-stock-digest/SKILL.md
```

### JetBrains (Built-in AI Assistant)

```bash
rm -f ~/.junie/guidelines/stock-digest.md
mkdir -p ~/.junie/guidelines
cp futu/search-skills/futu-stock-digest/SKILL.md ~/.junie/guidelines/futu-stock-digest.md
```

### Claude Desktop / Claude.ai

Open Settings > Custom Instructions, paste the content of `futu/search-skills/futu-stock-digest/SKILL.md` into the instructions field, then save.

---

## Verification

After installation, type the following in the conversation to test:

```
Show me the latest news for Tencent, Apple, and BYD
```

More examples:

| Try It | Description |
|--------|-------------|
| `Aggregate the latest news for Tencent, BYD, and Apple` | Multi-stock batch digest |
| `My portfolio has TSLA, NVDA, AAPL - any recent news` | Portfolio news monitoring |
| `Summarize recent NVIDIA and AMD research reports` | Research report aggregation |
