Leaderboard/Security/cti-expert
Last commit on September 16, 2026·Created on April 6, 2026

7onez/cti-expert

Turns scattered selectors into sourced, trust-scored threat intelligence.
Combined rank
#470
across all skills
In Security
#20
category rank
Stars
599
+1.0% in last 7d
Forks
88
+1.1% in last 7d
Watchers
8
+14.3% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

CTI Expert gives threat intelligence analysts a structured case lifecycle for collecting, pivoting, assessing, and reporting OSINT. It follows domains, identities, breach artifacts, certificates, wallets, and infrastructure through recursive investigations, then records sources, confidence, coverage gaps, and alternative hypotheses in analyst-ready reports.

WHO IT'S FOR
Threat Intelligence Analysts
running structured CTI and OSINT investigations
Digital Forensics and Incident Response (DFIR) teams
triaging infostealer logs and breach data
Security Researchers
performing web-infrastructure pivoting and reconnaissance
Fraud Investigators
tracing crypto-wallets and bank accounts
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill

Follow the documented setup, then try a first task.

I’m using

Claude Code CLI on Linux/macOS

Installs: CTI Expert skill, command set, dependencies, system utilities, and core OSINT tools · Claude Code CLI

Before you start
  • Node.js 18+
  • Linux or macOS
  • A real local shell with persistent files and open network access
  • Git
  • Bash (Git Bash or WSL on Windows)

Platform: Linux or macOS

  1. Install Claude Code CLI in a terminal.

    npm install -g @anthropic-ai/claude-code
  2. Clone CTI Expert into Claude's skills directory and run its all-in-one installer in a terminal.

    git clone https://github.com/7onez/cti-expert.git ~/.claude/skills/cti-expert
    bash ~/.claude/skills/cti-expert/scripts/install.sh
  3. In Bash, register the skill and commands.

    bash ~/.claude/skills/cti-expert/scripts/register.sh
  4. Restart Claude Code so the skill and commands are loaded at startup.

  5. Open the restarted Claude Code CLI and enter /cti-status in the agent session to check the installed backend and tools.

README.md · Checked Sep 18, 2026.claude-plugin/plugin.json · Checked Sep 18, 2026README.vi.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Start a guided person-focused OSINT investigation

Uses cti-expert

  • Person name or other identifier to investigate
  • Any known context needed to distinguish the subject, if available

Check the repository for this skill’s setup.

Use the cti-expert skill for a guided first-time investigation of [person name or identifier]. Produce a small initial investigation plan and a focused first set of precision search queries, explaining what each query is intended to find. Do not publish findings or contact anyone.
SKILL.md · Checked Sep 18, 2026