Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

AI Intelligence Investigator (A-Share Focus)

Runs structured investigations on China A-share companies, competitors, people and unverified claims, and outputs reports with credibility labels.

Data & AnalyticsIntermediate36347AI score 9/10Last updated: Aug 20, 2026

What it does

  • A-share intelligence: pulls together financials, filings, analyst research, industry policy, capital flows and retail forum sentiment for mainland Chinese listed companies.
  • Competitor research: compares product features, user reputation and market traction.
  • Event / sentiment tracking: rebuilds event timelines and maps opinion clusters.
  • Person background checks: verifies identity basics, professional claims and reputation risks.
  • Cross-verification: traces sources and tags every finding ✅ confirmed / ⚠️ disputed / ❌ false / 🔍 single-source.
  • Ships a 6-step workflow (scope → plan → collect → deep dive → verify → report) plus report templates in references/.

Who it's for

  • Retail investors and analysts covering the Chinese A-share market
  • PMs and marketers who regularly produce competitive analyses
  • BD / investment teams doing pre-deal due diligence on companies and founders
  • Content and media professionals fact-checking trending claims

Examples

  1. "Investigate CATL for me" → full company brief with fundamentals, industry position, capital flow and sentiment.
  2. "Research the product Notion" → feature, pricing and user-reputation comparison.
  3. "Verify whether 'Company X raised 1B RMB' is true" → source-traced verdict with credibility tags.

· · · Install guide · · ·

Try it now, no install

Paste this into Claude to use the skill without installing anything.

Read the instructions in this file and follow them to help me:
https://raw.githubusercontent.com/redfox-data/redfox-community/HEAD/skills/ai-intelligence-investigator/SKILL.md

What I want: (describe your task here)

If Claude can't open the link, open it yourself and paste the contents instead.

If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download ZIP
Install in Claude Code

Let Claude do it — paste this into Claude Code

Install the skill I found on Claude Skill Mart.
Copy the skills/ai-intelligence-investigator folder from the GitHub repo redfox-data/redfox-community into my ~/.claude/skills/ai-intelligence-investigator/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/redfox-data/redfox-community.git && mkdir -p ~/.claude/skills && cp -r redfox-community/skills/ai-intelligence-investigator ~/.claude/skills/

This is a third-party skill. Check the source repository before installing.

  1. Clone the repo: git clone https://github.com/redfox-data/redfox-community.git
  2. Copy the skill into your skills folder: mkdir -p ~/.claude/skills && cp -r redfox-community/skills/ai-intelligence-investigator ~/.claude/skills/
  3. Confirm the references/ files (core_workflow.md, investigation-modes.md, etc.) came along.
  4. Sign up at redfox.hk and copy your API key (format ak_xxxxxxxx) from the account page.
  5. Export the key. macOS/Linux: echo 'export REDFOX_API_KEY=ak_...' >> ~/.zshrc && source ~/.zshrc. Windows PowerShell: [Environment]::SetEnvironmentVariable("REDFOX_API_KEY", "ak_...", "User"), then restart the terminal.
  6. Verify with echo $REDFOX_API_KEY.
  7. Restart Claude Code and ask something like "investigate company X for me". Note that generated reports are auto-saved to the RedFox platform, so avoid confidential subjects.