Gangtise Copilot (Investment-Research Skill Installer & Doctor)
One-command installer, credential configurator and health doctor for the 19 official Gangtise (岗底斯投研) OpenAPI research skills.
UtilitiesIntermediate★ 1,323⑂ 212AI score 8/10Last updated: Aug 8, 2026
What it does
- Downloads 4 ZIP bundles from Gangtise's official Huawei Cloud OBS bucket, extracts 19 skills (6 data, 10 research workflows, 3 utilities) and symlinks them into Claude Code / Codex / OpenClaw skills directories.
configure_auth.shstores accessKey + secretAccessKey in a single shared file at~/.config/gangtise/authorization.json(mode 600), makes a live auth call to verify it, writes the runtime token, and symlinks all 19 skills to that one file so rotation touches one file only.diagnose.shis strictly read-only: it reports missing skills, broken credential symlinks, auth validity and RAG endpoint reachability, with exit codes 0/1/2.- A routing registry maps a data question to the right upstream skill (OHLC candles, financial statements, valuation percentiles, research reports, chief-analyst opinions, shareholders, industry indicators).
minimal/workshop/fullpresets let you match install size to what your account ACL actually allows.
Who it's for
- Analysts, researchers and quants who already hold a Gangtise account.
- Anyone automating China A-share / HK equity research through an AI agent.
- Operators who must install and verify the same skill suite across several agent runtimes.
Example uses
- "Set up gangtise from scratch" → bundles downloaded → keys entered →
diagnose.shshows 9 pass / 0 fail. - Hitting
token is invalidor接口地址错误→ run the read-only doctor first, then cross-referencereferences/known_issues.md. - "Show me CATL's latest research report plus daily OHLC" → registry routes to
gangtise-file-clientreport runner andgangtise-data-clientquote runner.
· · · 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/daymade/claude-code-skills/HEAD/daymade-financial/gangtise-copilot/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 daymade-financial/gangtise-copilot folder from the GitHub repo daymade/claude-code-skills into my ~/.claude/skills/gangtise-copilot/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone --depth 1 https://github.com/daymade/claude-code-skills.git /tmp/ccs && mkdir -p ~/.claude/skills && cp -r /tmp/ccs/daymade-financial/gangtise-copilot ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repo:
git clone --depth 1 https://github.com/daymade/claude-code-skills.git /tmp/ccs - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r /tmp/ccs/daymade-financial/gangtise-copilot ~/.claude/skills/ - Restart Claude Code and say "install gangtise".
- Run the installer:
bash ~/.claude/skills/gangtise-copilot/scripts/install_gangtise.sh --preset minimal - Configure your Gangtise credentials:
bash ~/.claude/skills/gangtise-copilot/scripts/configure_auth.sh --access-key <key> --secret-key <secret> - Verify with
bash ~/.claude/skills/gangtise-copilot/scripts/diagnose.shuntil no ❌ remains.
View source on GitHub ↗License: MIT