# Comment Sentiment Analysis Skill Installation Guide

Scrape stock comments and posts, analyze bullish / bearish / neutral sentiment for each comment, output sentiment distribution (bullish / bearish / neutral ratios) with a temperature score, and highlight representative comments.

| Item | Description |
|------|-------------|
| Skill Name | futu-comment-sentiment |
| 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/comment-sentiment ] && rm -rf ~/.claude/skills/comment-sentiment
mkdir -p ~/.claude/skills/futu-comment-sentiment
cp futu/search-skills/futu-comment-sentiment/SKILL.md ~/.claude/skills/futu-comment-sentiment/SKILL.md
```

### Cursor (Built-in AI)

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

### OpenClaw

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

### JetBrains (Built-in AI Assistant)

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

### Claude Desktop / Claude.ai

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

---

## Verification

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

```
What's the sentiment on NVIDIA comments
```

More examples:

| Try It | Description |
|--------|-------------|
| `Is Tesla's comment section bullish or bearish` | View bullish/bearish sentiment distribution |
| `Baidu comment sentiment temperature` | Get sentiment temperature score |
| `Are recent Tencent discussions bullish or bearish` | Analyze bullish/bearish tendency |
