返回顶部
A

Apple iCloud SuiteiCloud套件

>

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.6
安全检测
已通过
252
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

Apple iCloud Suite

Apple iCloud Suite

该技能提供对 Apple iCloud 主要服务的命令行访问能力。

✅ 实测验证结果 (2026-02-05)

服务状态工具说明
📷 照片✅ 完全可用pyicloud / icloudpd浏览相册、下载照片
💾 iCloud Drive
✅ 完全可用 | pyicloud | 浏览和下载文件 | | 📱 查找设备 | ✅ 完全可用 | pyicloud | 查看所有设备位置和状态 | | 📅 日历 | ✅ 完全可用 | CalDAV (caldav库) | 读取/创建事件 (需应用专用密码) | | 📝 备忘录 | ⚠️ 有限支持 | - | Apple Notes 无公开 API |

🔐 认证方式说明

⚠️ 重要发现

pyicloud API 需要使用 主密码 + 双重认证码,不支持应用专用密码!

CalDAV (日历) 可以使用 应用专用密码

认证流程

python
from pyicloud import PyiCloudService
import os

中国大陆用户设置环境变量

os.environ[icloud_china] = 1

使用主密码连接

api = PyiCloudService(your@email.com, 主密码, china_mainland=True)

处理双重认证

if api.requires_2fa: code = input(请输入 iPhone 上收到的验证码: ) api.validate2facode(code) print(验证成功!)

服务索引(按需加载详细文档)

服务详细文档说明
📷 照片references/photos.mdpyicloud + icloudpd,已验证
💾 iCloud Drive
references/drive.md | pyicloud,已验证 | | 📱 查找设备 | references/findmy.md | pyicloud,已验证 | | 📅 日历 | references/calendar.md | CalDAV + vdirsyncer + khal,已验证 | | 🔧 完整脚本 | references/scripts.md | Python 辅助脚本 |

根据用户需要的具体服务,读取对应 reference 文件。



📋 快速参考

pyicloud (需要主密码 + 2FA)

功能代码
连接api = PyiCloudService(email, pwd, china_mainland=True)
照片相册
api.photos.albums | | 照片列表 | api.photos.albums[Library].photos | | 下载照片 | photo.download().raw.read() | | iCloud Drive | api.drive.dir() | | 设备列表 | api.devices |

CalDAV (使用应用专用密码)

功能命令
同步vdirsyncer sync
日历列表
khal list today 7d | | 创建事件 | khal new DATE TIME 标题 |

⚠️ 注意事项

  1. 1. pyicloud 使用主密码:不支持应用专用密码,需要双重认证
  2. CalDAV 使用应用专用密码:在 appleid.apple.com 生成
  3. 中国大陆用户
- pyicloud: chinamainland=True 或 os.environ[icloudchina] = 1 - icloudpd: --domain cn
  1. 4. 会话缓存:首次认证后会话会保存在 ~/.pyicloud/
  2. 备忘录限制:Apple Notes 没有公开 API,建议使用 iCloud.com 网页版

🔗 相关资源

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 apple-icloud-suite-1776300423 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 apple-icloud-suite-1776300423 技能

通过命令行安装

skillhub install apple-icloud-suite-1776300423

下载

⬇ 下载 Apple iCloud Suite v1.0.6(免费)

文件大小: 38.69 KB | 发布时间: 2026-4-17 14:06

v1.0.6 最新 2026-4-17 14:06
Daily sync

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部