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

Gangtise Copilot (Investment-Research Skill Installer & Doctor)

One-command installer, credential configurator and health doctor for the 19 official Gangtise (岗底斯投研) OpenAPI research skills.

UtilitiesIntermediate1,323212AI 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.sh stores 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.sh is 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 / full presets 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

  1. "Set up gangtise from scratch" → bundles downloaded → keys entered → diagnose.sh shows 9 pass / 0 fail.
  2. Hitting token is invalid or 接口地址错误 → run the read-only doctor first, then cross-reference references/known_issues.md.
  3. "Show me CATL's latest research report plus daily OHLC" → registry routes to gangtise-file-client report runner and gangtise-data-client quote 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)
  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 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.

  1. Open a terminal.
  2. Clone the repo: git clone --depth 1 https://github.com/daymade/claude-code-skills.git /tmp/ccs
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r /tmp/ccs/daymade-financial/gangtise-copilot ~/.claude/skills/
  5. Restart Claude Code and say "install gangtise".
  6. Run the installer: bash ~/.claude/skills/gangtise-copilot/scripts/install_gangtise.sh --preset minimal
  7. Configure your Gangtise credentials: bash ~/.claude/skills/gangtise-copilot/scripts/configure_auth.sh --access-key <key> --secret-key <secret>
  8. Verify with bash ~/.claude/skills/gangtise-copilot/scripts/diagnose.sh until no ❌ remains.