Code Card Sync
/install code-card-sync
Code Card Sync
Sync your AI coding stats (Claude Code, Codex, OpenClaw) to Code Card - beautiful, shareable developer profiles.
First-Time Setup
Check if already configured:
cat ~/.claude/.codecard 2>/dev/null
If it prints CC_API_KEY=cc_..., skip to the Sync section.
If not configured, run:
npx code-card@latest
This will print a URL and a code like:
Go to: https://www.codecard.dev/link
Enter code: ABCD-1234
Tell the user to visit that URL and enter the code in their browser. They will log in or create an account there. Once they complete it, the CLI finishes automatically and syncs all sessions.
Sync
Incremental sync (fast, only new sessions):
npx code-card@latest sync -i
Full resync (recomputes everything):
npx code-card@latest sync
Other Commands
| Command | What it does |
|---|---|
npx code-card@latest stats |
Show stats summary |
npx code-card@latest profile |
Open profile in browser |
Recommended Cron Schedule
Daily incremental + weekly full:
cron add --name "code-card-daily" --schedule "0 6 * * *" --tz "America/New_York" --isolated --message "Run an incremental Code Card sync by executing: npx code-card@latest sync -i"
cron add --name "code-card-weekly" --schedule "0 7 * * 0" --tz "America/New_York" --isolated --message "Run a full Code Card sync by executing: npx code-card@latest sync"
More Info
- Website: https://www.codecard.dev
- npm: https://www.npmjs.com/package/code-card
- Requires Node.js 18+
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install code-card-sync - After installation, invoke the skill by name or use
/code-card-sync - Provide required inputs per the skill's parameter spec and get structured output
What is Code Card Sync?
Sync your AI coding stats to Code Card - beautiful, shareable developer profiles. It is an AI Agent Skill for Claude Code / OpenClaw, with 164 downloads so far.
How do I install Code Card Sync?
Run "/install code-card-sync" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Code Card Sync free?
Yes, Code Card Sync is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Code Card Sync support?
Code Card Sync is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Code Card Sync?
It is built and maintained by Emad Ibrahim (@eibrahim); the current version is v2.0.0.