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+
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install code-card-sync - 安装完成后,直接呼叫该 Skill 的名称或使用
/code-card-sync触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Code Card Sync 是什么?
Sync your AI coding stats to Code Card - beautiful, shareable developer profiles. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 164 次。
如何安装 Code Card Sync?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install code-card-sync」即可一键安装,无需额外配置。
Code Card Sync 是免费的吗?
是的,Code Card Sync 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Code Card Sync 支持哪些平台?
Code Card Sync 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Code Card Sync?
由 Emad Ibrahim(@eibrahim)开发并维护,当前版本 v2.0.0。