Cars24 internal · skills.c24.tech
Discover, install, and share AI skills.
One hub for Claude, Codex, and any MCP-enabled agent — versioned, attributable, auditable.
One-time setupSigned in as you
Install /skillhub once.
Your agent handles the rest.
SkillHub ships a meta-skill that teaches your Claude / Codex agent how to browse this catalog and install any skill on demand. No token juggling — we'll mint one for you and bake it into the installer.
Installs into Claude & CodexToken pre-injectedExpires in 1 year, revocable
skillhub-install.sh
# 1. Download · personalized, token included curl -fSs skills.c24.tech/setup/skillhub.sh | bash # 2. That's it. Try it in Claude Code: /skillhub list /skillhub install xlsx-analyst
The installer writes a PAT to ~/.config/cars24-cli/token and drops SKILL.md into ~/.claude/skills/skillhub/ and ~/.codex/skills/skillhub/. Revoke any time from Tokens.
Or install individual skills directly
Same pattern — one curl per skill. Handy for CI, one-offs.
Claude Code
curl -fSs skills.c24.tech/s/<slug>/SKILL.md \ -H "X-API-Token: $TOKEN" \ -o ~/.claude/skills/<slug>/SKILL.md
Codex
curl -fSs skills.c24.tech/s/<slug>/SKILL.md \ -H "X-API-Token: $TOKEN" \ -o ~/.codex/skills/<slug>/SKILL.md
MCP client
claude mcp add --transport http skillhub https://skills.c24.tech/mcp
Recently updated
Latest versions across the hub.
✦
No skills published yet
Be the first to share something with the team. You can upload a prebuilt.skill bundle or start from a template.