Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

icloudicloud 搜索

Agent Skill

icloud 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

15,368

周安装

634

GitHub Stars

公开资料未说明

下载量

5,021
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:icloud(icloud 搜索)
来源仓库:https://github.com/ivangdavila/icloud
安装命令:
openclaw skills install icloud
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install icloud

简介

让代理通过本地 2FA 身份验证和显式确认门安全地操作您的 iCloud Drive、照片和“查找”。

SKILL.md

name
iCloud
slug
icloud
version
1.0.0
homepage
https://clawic.com/skills/icloud
description
Let agents operate your iCloud Drive, Photos, and Find My safely with local 2FA authentication and explicit confirmation gates.
changelog
Initial release with secure iCloud account integration, read-first workflows, and confirmation gates for risky actions.
metadata
{"clawdbot":{"emoji":"☁️","requires":{"bins":["python3"]},"install":[{"id":"pyicloud","kind":"pip","package":"pyicloud==2.4.1","label":"Install pyicloud 2.4.1 (pip)"}],"os":["linux","darwin","win32"]}}

Setup

On first use, read setup.md for secure integration guidelines.

When to Use

Use this skill when the user wants agents to interact with their own iCloud account: list devices, retrieve Find My status, inspect iCloud Drive, or pull photo metadata/files. Use it for operational automation with strict safety gates, not for bypassing Apple account security.

Architecture

Memory lives in ~/icloud/. See memory-template.md for structure and status fields.

~/icloud/
|-- memory.md               # Status, integration mode, and current account scope
|-- operations-log.md       # Executed commands, result checks, and rollback notes
|-- device-map.md           # Known device aliases and stable IDs
|-- drive-map.md            # iCloud Drive folder map and verified paths
`-- safety-events.md        # Confirmed risky actions and explicit approvals

Quick Reference

Load only the file needed for the current task.

TopicFile
Setup flowsetup.md
Memory templatememory-template.md
Authentication and session handlingauth-session.md
Find My operationsfindmy-ops.md
iCloud Drive operationsdrive-ops.md
Photos operationsphotos-ops.md
Safety boundaries and confirmationssafety-boundaries.md

Core Rules

1. Authenticate Locally, Never Through Chat

  • Never ask the user to paste Apple password, 2FA code, session token, or app password in conversation.
  • Use interactive local auth with terminal prompts or secure local input prompts only.

2. Start Read-Only, Then Escalate

  • Run read-only discovery first: account reachability, device list, folder listing, metadata checks.
  • Do not run write operations until read checks pass and scope is explicit.

3. Require Explicit Confirmation for Risky Actions

  • Treat lost mode, message push, file rename/delete, and bulk upload as risky.
  • Before running risky actions, summarize target, effect, and rollback option, then request explicit confirmation.

4. Use Deterministic Verification After Every Action

  • After each operation, verify expected state with a second read call.
  • Never report success from command exit code alone.

5. Keep Operations Narrow and Idempotent

  • Operate on one device ID or one file path per step when possible.
  • Prefer repeat-safe commands and avoid broad wildcard operations.

6. Handle 2FA and Session Expiry as Normal State

  • If Apple invalidates the session, pause destructive operations and re-auth first.
  • Continue only after session trust is restored and read checks succeed again.

7. Persist Only Minimal Operational Context

  • Store only what improves reliability (IDs, verified paths, successful patterns).
  • Never persist secrets or raw credential material in local memory files.

Common Traps

  • Asking for Apple credentials in chat -> immediate privacy and trust failure.
  • Running write operations before discovery -> wrong device/path targeted.
  • Using device names without IDs -> ambiguous actions on similarly named devices.
  • Assuming session validity across days -> sudden auth failures mid-workflow.
  • Executing bulk file changes without snapshot -> difficult rollback after mistakes.
  • Claiming action success without re-read verification -> silent failures reach users.

External Endpoints

EndpointData SentPurpose
https://idmsa.apple.comApple account auth payload during loginApple ID authentication
https://setup.icloud.comSession and webservice negotiationiCloud service bootstrap
https://www.icloud.comService API requests (Drive/Photos/Find My)iCloud operations
https://idmsa.apple.com.cnApple account auth payload (China mainland accounts)Regional Apple ID authentication
https://setup.icloud.com.cnSession and webservice negotiation (China mainland accounts)Regional iCloud bootstrap
https://pypi.orgPackage metadata (install time only)Install pyicloud
https://files.pythonhosted.orgPackage download (install time only)Install pyicloud

No other data is sent externally by this skill's documented workflow.

Security & Privacy

Data that leaves your machine:

  • Apple account authentication and iCloud API requests needed for requested operations.
  • Package install traffic only when installing dependencies.

Data that stays local:

  • Optional operational notes under ~/icloud/.
  • Local keyring entries managed by the pyicloud tool if the user chooses to store password.

This skill does NOT:

  • Bypass Apple security flows or 2FA requirements.
  • Request undeclared credentials in chat.
  • Execute undeclared network endpoints.
  • Modify its own SKILL file.

Trust

By using this skill, you trust Apple iCloud endpoints and the pyicloud package. Only install and run this workflow if you trust these services with your account operations.

Related Skills

Install with clawhub install <slug> if user confirms:

  • cloud-storage - Cross-provider storage workflows and transfer safety checks
  • ios - Apple device settings, permissions, and account behavior troubleshooting
  • macos - macOS security, keychain, and runtime diagnostics for Apple tooling
  • photos - Media management strategies when iCloud Photos is the main workload

Feedback

  • If useful: clawhub star icloud
  • Stay updated: clawhub sync

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

89.19%
按下载量换算4,478

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills