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 & AnalyticsIntermediate★ 363⑂ 47AI 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
- "Investigate CATL for me" → full company brief with fundamentals, industry position, capital flow and sentiment.
- "Research the product Notion" → feature, pricing and user-reputation comparison.
- "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)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the 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.
- Clone the repo:
git clone https://github.com/redfox-data/redfox-community.git - Copy the skill into your skills folder:
mkdir -p ~/.claude/skills && cp -r redfox-community/skills/ai-intelligence-investigator ~/.claude/skills/ - Confirm the
references/files (core_workflow.md, investigation-modes.md, etc.) came along. - Sign up at redfox.hk and copy your API key (format
ak_xxxxxxxx) from the account page. - 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. - Verify with
echo $REDFOX_API_KEY. - 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.