Guides

CCJK Cloud: Sync Your AI Assistant Across Devices

Learn how to set up CCJK Cloud for seamless synchronization, notifications, and team collaboration.

C
CCJK TeamJanuary 8, 2025
10 min read
2,445 views
CCJK Cloud: Sync Your AI Assistant Across Devices

CCJK Cloud Integration

CCJK Cloud extends your AI coding assistant with powerful cloud features: device synchronization, push notifications, and team collaboration.

Features Overview

🔄 Device Synchronization

  • Sync settings across all your devices
  • Share conversation history
  • Unified configuration management

📱 Push Notifications

  • Get notified when long-running tasks complete
  • Receive alerts on multiple channels
  • Support for Feishu, WeChat Work, DingTalk

👥 Team Collaboration

  • Share skills and agents with your team
  • Collaborative code review
  • Team analytics and insights

Quick Setup

Step 1: Get Your Binding Code

Visit claudehome.cn and log in to get your 6-digit binding code.

Step 2: Bind Your Device

In CCJK, run:

hljs bash
ccjk cloud bind

Enter your binding code when prompted:

Enter binding code: 123456
✓ Device bound successfully!

Step 3: Configure Notifications

Set up your preferred notification channels:

hljs bash
ccjk cloud notifications setup

Notification Channels

Feishu (飞书)

hljs yaml
notifications: feishu: webhook: "https://open.feishu.cn/open-apis/bot/v2/hook/xxx" enabled: true

WeChat Work (企业微信)

hljs yaml
notifications: wechat_work: webhook: "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=xxx" enabled: true

DingTalk (钉钉)

hljs yaml
notifications: dingtalk: webhook: "https://oapi.dingtalk.com/robot/send?access_token=xxx" enabled: true

API Integration

CCJK Cloud provides a REST API for advanced integrations:

Authentication

hljs bash
curl -X POST https://api.claudehome.cn/auth/token \ -H "Content-Type: application/json" \ -d '{"device_id": "your-device-id", "secret": "your-secret"}'

Send Notification

hljs bash
curl -X POST https://api.claudehome.cn/notifications/send \ -H "Authorization: Bearer your-token" \ -H "Content-Type: application/json" \ -d '{ "title": "Task Complete", "message": "Your build finished successfully", "channels": ["feishu", "email"] }'

Security

CCJK Cloud takes security seriously:

  • End-to-end encryption for sensitive data
  • OAuth 2.0 authentication
  • Rate limiting to prevent abuse
  • Audit logs for all actions

Pricing

PlanPriceFeatures
Free$0/month3 devices, basic notifications
Pro$9/monthUnlimited devices, all channels
Team$29/monthTeam features, priority support

Troubleshooting

Device Not Syncing

  1. Check your internet connection
  2. Verify your binding code is valid
  3. Run ccjk cloud status to check connection

Notifications Not Working

  1. Verify webhook URLs are correct
  2. Check channel permissions
  3. Test with ccjk cloud test-notification

Conclusion

CCJK Cloud transforms your local AI assistant into a connected, collaborative tool. Get started today and experience seamless development across all your devices.

Tags

#cloud#sync#notifications#team

Share this article

继续阅读

Related Articles