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

file-manager

49

JansenAnalytics/claudex

Skill Claude CodeCodex

File operations — organize, search, backup, manage files and directories. Use for any file management task.

not rated 5 2mo ago A 24 tokens original MIT

flow-tester

50

JansenAnalytics/claudex

Skill Claude Code

End-to-end user journey tester using Playwright. Tests multi-step flows (signup, checkout, CRUD) with screenshots at each step. Auto-generates flows from URLs or text descriptions. Use after integration work to verify complete user journeys work.

not rated 5 2mo ago A 52 tokens original MIT

food-order

51

JansenAnalytics/claudex

Skill Claude CodeCodex

Reorder Foodora orders + track ETA/status with ordercli. Never confirm without explicit user approval. Triggers: order food, reorder, track ETA.

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

frontend-design

52

JansenAnalytics/claudex

Skill Claude CodeCodex

Based on Anthropic's Frontend Aesthetics research. Adapted for OpenClaw with practical tooling additions.

not rated 5 2mo ago A 26 tokens original MIT

frontend-inspector

53

JansenAnalytics/claudex

Skill Claude CodeCodex needs its repo

Analyze frontend screenshots using vision model analysis and automated checks: detect layout bugs, alignment issues, overflow, z-index problems, spacing inconsistencies, color contrast issues.

not rated 5 2mo ago A 36 tokens original MIT

JansenAnalytics/claudex

Skill Claude CodeCodex

Generates fundamental trading research per instrument (forex, metals, crypto, energy, indices) — rate differentials, COT positioning, retail sentiment, currency strength, central-bank rates, bond yields, Fear & Greed — plus an all-instrument daily market brief. Use when analyzing an instrument's fundamentals, checking…

not rated 5 2mo ago A 87 tokens original MIT

gemini

55

JansenAnalytics/claudex

Skill Claude CodeCodex

Gemini CLI for one-shot Q&A, summaries, and generation.

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

gh-issues

56

JansenAnalytics/claudex

Skill Claude Code

Fetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5]…

not rated 5 2mo ago A 116 tokens copy · 97% MIT

gifgrep

57

JansenAnalytics/claudex

Skill Claude CodeCodex

Search GIF providers with CLI/TUI, download results, and extract stills/sheets.

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

git-bisect-auto

58

JansenAnalytics/claudex

Skill Claude CodeCodex needs its repo

Automated git bisect to find the exact commit that introduced a bug. Run a test command against each bisect step, report the first bad commit with full context.

not rated 5 2mo ago A 40 tokens original MIT

github-workflow

59

JansenAnalytics/claudex

Skill Claude CodeCodex

Git and GitHub operations — clone, branch, commit, push, PRs, issues, CI status. Use for any git or GitHub task.

not rated 5 2mo ago A 35 tokens original MIT

gog

60

JansenAnalytics/claudex

Skill Claude CodeCodex

Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.

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

goplaces

61

JansenAnalytics/claudex

Skill Claude CodeCodex

Query Google Places API (New) via the goplaces CLI for text search, place details, resolve, and reviews. Use for human-friendly place lookup or JSON output for scripts.

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

health-check

62

JansenAnalytics/claudex

Skill Claude CodeCodex

Quick system health check — services, disk, memory, processes. Use for periodic health monitoring.

not rated 5 2mo ago A 22 tokens original MIT

healthcheck

63

JansenAnalytics/claudex

Skill Claude CodeCodex

Host security hardening and risk-tolerance configuration for OpenClaw deployments. Use when a user asks for security audits, firewall/SSH/update hardening, risk posture, exposure review, OpenClaw cron scheduling for periodic checks, or version status checks on a machine running OpenClaw (laptop, workstation, Pi, VPS).

not rated 5 2mo ago A 70 tokens copy · 95% MIT

himalaya

64

JansenAnalytics/claudex

Skill Claude CodeCodex

CLI to manage emails via IMAP/SMTP. Use himalaya to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).

not rated 5 2mo ago A 55 tokens copy · 91% MIT

hypothesis-tester

65

JansenAnalytics/claudex

Skill Claude CodeCodex

Run a structured multi-position debate over an analytical question, spawning sub-agents to argue each option and counter confirmation bias. Use when comparing options or tradeoffs — 'which is better', 'should we', 'what's the risk', 'evaluate', 'compare options'.

not rated 5 2mo ago A 59 tokens original MIT

imsg

66

JansenAnalytics/claudex

Skill Claude CodeCodex

Use imsg to read and send iMessage/SMS via macOS Messages.app.

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

kanban-agent

67

JansenAnalytics/claudex

Skill Claude CodeCodex

Persistent task board backed by SQLite. Survives across sessions. Supports priorities (p0-p3), statuses (backlog → todo → in-progress → review → done), deadlines, dependencies, projects, tags, and ...

not rated 5 2mo ago A 49 tokens original MIT

knowledge-base

68

JansenAnalytics/claudex

Skill Claude CodeCodex

Ingest documents (URLs, local files, PDFs) into a searchable local knowledge base and query stored knowledge. Use when ingesting or storing documents, searching previously stored knowledge, or building research context.

not rated 5 2mo ago A 43 tokens original MIT

knowledge-graph

69

JansenAnalytics/claudex

Skill Claude CodeCodex

SQLite-backed entity-relationship store. Entities (people, projects, decisions, tools, rules) connected by typed relations (decided-by, depends-on, supersedes, etc.). Full-text search, path finding...

not rated 5 2mo ago A 47 tokens original MIT

latex-doc

70

JansenAnalytics/claudex

Skill Claude CodeCodex

Converts Markdown → LaTeX → PDF. Handles Mermaid diagrams, math, tables, citations, figures.

not rated 5 2mo ago B 25 tokens original MIT

lighthouse-perf

71

JansenAnalytics/claudex

Skill Claude CodeCodex needs its repo

Run performance audits on web pages: Lighthouse scores, Core Web Vitals, resource analysis, bundle size tracking, performance budgets.

not rated 5 2mo ago A 30 tokens original MIT

log-analyzer

72

JansenAnalytics/claudex

Skill Claude CodeCodex needs its repo

Parse and analyze application logs: pattern matching, error extraction, correlation with timestamps, frequency analysis, anomaly detection. Use when: diagnosing production issues, finding error pat...

not rated 5 2mo ago A 37 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: