← 返回
未分类 中文

Code Card Sync

Sync your AI coding stats to Code Card - beautiful, shareable developer profiles
将你的 AI 编程统计同步到 Code Card,打造精美可分享的开发者个人主页
eibrahim eibrahim 来源
未分类 clawhub v2.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 455
下载
💾 0
安装
1
版本
#latest

概述

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

CommandWhat it does
----------------------
npx code-card@latest statsShow stats summary
npx code-card@latest profileOpen 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+

版本历史

共 1 个版本

  • v2.0.0 当前
    2026-05-03 06:57 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

design-media

Nano Banana Pro

steipete
使用 Nano Banana Pro (Gemini 3 Pro Image) 生成或编辑图像。支持文生图、图生图及 1K/2K/4K 分辨率,适用于图像创建、修改及编辑请求,使用 --input-image 指定输入图像。
★ 430 📥 117,073
design-media

Openai Whisper

steipete
使用 Whisper CLI 进行本地语音转文字(无需 API 密钥)
★ 331 📥 93,960
design-media

Video Frames

steipete
使用 ffmpeg 从视频中提取帧或短片。
★ 134 📥 52,922