JansenAnalytics/claudex

Autonomous Claude Code agent — Telegram-connected, skill-equipped, self-healing. Reference implementation for building persistent AI agents with Claude Max subscription.

5Stars on the repository
186Mods indexed here, across every type
2mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

sector-rotation

121

JansenAnalytics/claudex

Skill Claude CodeCodex needs its repo

Track equity sector rotation — collect sector ETF data and compute relative-strength heatmaps, sector leaders, and market cycle phase. Use when analyzing sector rotation, relative strength across sectors, or where we are in the market cycle.

not rated 5 2mo ago A 48 tokens original MIT

security-audit

122

JansenAnalytics/claudex

Skill Claude CodeCodex needs its repo

Security auditing: vulnerability scanning, dependency checking, port scanning, permission review. Use when: auditing project security, scanning for CVEs in dependencies, checking open ports, review...

not rated 5 2mo ago A 39 tokens original MIT

security-auditor

123

JansenAnalytics/claudex

Skill Claude Code

Automated security testing — HTTP header audit, injection testing (SQL/XSS/SSRF/command), secret scanning in source code, auth bypass testing, dependency vulnerability scanning. Pen-test-style checks with safe mode default. Use before any launch or security review.

not rated 5 2mo ago A 57 tokens original MIT

seed-data

124

JansenAnalytics/claudex

Skill Claude CodeCodex needs its repo

Generate realistic test and seed data for any database schema: users, products, orders, time series, financial data.

not rated 5 2mo ago A 26 tokens original MIT

self-skill

125

JansenAnalytics/claudex

Skill Claude Code

Meta-skill for detecting when a solved problem is worth packaging as a reusable skill, then scaffolding it. Runs automatically after completing any non-trivial task. Also use when explicitly asked to create, draft, or propose a new skill from something just built.

not rated 5 2mo ago A 56 tokens original MIT

sentiment-engine

126

JansenAnalytics/claudex

Skill Claude CodeCodex

Collects and queries market sentiment data — Myfxbook retail long/short forex positioning, CFTC COT institutional net positions, and crypto/equity Fear & Greed indices — for contrarian trading signals. Use when analyzing retail positioning, COT data, fear and greed, sentiment extremes, or contrarian setups for forex…

not rated 5 2mo ago A 78 tokens original MIT

session-logs

127

JansenAnalytics/claudex

Skill Claude CodeCodex

Search and analyze your own session logs (older/parent conversations) using jq.

not rated 5 2mo ago A 20 tokens copy · 83% MIT

shared-clipboard

128

JansenAnalytics/claudex

Skill Claude CodeCodex

Cross-session key-value clipboard for sharing snippets, code, URLs, configs, and notes between agents, sessions, and devices. Use when storing, retrieving, or sharing text snippets, when piping data between commands, or when the user says "save this", "remember this snippet", "clipboard", "clip", or "scratchpad".

not rated 5 2mo ago A 71 tokens original MIT

sherpa-onnx-tts

129

JansenAnalytics/claudex

Skill Claude CodeCodex

Local text-to-speech via sherpa-onnx (offline, no cloud).

not rated 5 2mo ago A 26 tokens copy · 94% MIT

skill-creator

130

JansenAnalytics/claudex

Skill Claude CodeCodex

Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.

not rated 5 2mo ago A 28 tokens copy · 86% MIT

skill-index

131

JansenAnalytics/claudex

Skill Claude CodeCodex

Query Claudex's own skill catalog by category, tag, or capability. Use when asked "what skills exist for X", "do we have a skill for Y", "list all backend skills", or when planning multi-step work that might benefit from a skill you didn't load.

not rated 5 2mo ago A 60 tokens original MIT

slack

132

JansenAnalytics/claudex

Skill Claude CodeCodex

Use when you need to control Slack from OpenClaw via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.

not rated 5 2mo ago A 37 tokens copy · 73% MIT

songsee

133

JansenAnalytics/claudex

Skill Claude CodeCodex

Generate spectrograms and feature-panel visualizations from audio with the songsee CLI.

not rated 5 2mo ago A 20 tokens copy · 94% MIT

sonoscli

134

JansenAnalytics/claudex

Skill Claude CodeCodex

Control Sonos speakers (discover/status/play/volume/group).

not rated 5 2mo ago A 16 tokens copy · 89% MIT

source-scorer

135

JansenAnalytics/claudex

Skill Claude CodeCodex

Score the credibility of a web source by domain tier, content signals, and claim support; handles single or batch URLs. Use when judging whether a source is trustworthy, comparing sources, or validating research findings.

not rated 5 2mo ago A 46 tokens original MIT

spotify-player

136

JansenAnalytics/claudex

Skill Claude CodeCodex

Terminal Spotify playback/search via spogo (preferred) or spotifyplayer.

not rated 5 2mo ago A 17 tokens copy · 84% MIT

sql-query

137

JansenAnalytics/claudex

Skill Claude CodeCodex needs its repo

Build and execute complex SQL queries for analytics: joins, window functions, CTEs, aggregations, pivots.

not rated 5 2mo ago A 27 tokens original MIT

ssh-remote

138

JansenAnalytics/claudex

Skill Claude CodeCodex needs its repo

SSH into remote servers, execute commands, transfer files via SCP/rsync, manage SSH keys and configs, tunnel ports.

not rated 5 2mo ago B 29 tokens original MIT

summarize

139

JansenAnalytics/claudex

Skill Claude CodeCodex

Summarize or extract text/transcripts from URLs, podcasts, and local files (great fallback for “transcribe this YouTube/video”).

not rated 5 2mo ago A 32 tokens copy · 88% MIT

system-admin

140

JansenAnalytics/claudex

Skill Claude CodeCodex

System administration — manage services, processes, cron, systemd, networking. Use for any sysadmin task.

not rated 5 2mo ago A 25 tokens original MIT

systemd-manager

141

JansenAnalytics/claudex

Skill Claude CodeCodex needs its repo

Create and manage systemd services, timers, and socket units. Use when creating background services or daemons, setting up scheduled timers, debugging failed units, viewing unit logs, or managing service dependencies.

not rated 5 2mo ago B 44 tokens original MIT

task-queue

142

JansenAnalytics/claudex

Skill Claude CodeCodex

Persistent JSON-backed job queue for scheduling shell commands without raw cron — supports one-shot (run at a time) and recurring (cron schedule) tasks. Use when asked to schedule or run a job at/every some interval, list or cancel queued tasks, or check task status.

not rated 5 2mo ago A 60 tokens original MIT

JansenAnalytics/claudex

Skill Claude CodeCodex

Computes technical indicators (RSI, MACD, EMA, Bollinger Bands, ATR, Stochastic), scans forex/instruments for trade setups (momentum, reversal, squeeze, trend-pullback), and analyzes market structure (BOS/CHoCH, support/resistance, order blocks, fair value gaps, regime). Use when doing technical analysis, screening…

not rated 5 2mo ago A 96 tokens original MIT

test-critic

144

JansenAnalytics/claudex

Skill Claude Code

Evaluates test quality — coverage analysis, mutation testing (do tests actually catch bugs?), test gap detection, and test code quality scoring. Supports Jest, Vitest, pytest. Use after writing tests to verify they're meaningful.

not rated 5 2mo ago A 48 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: