Setup
On first use, read setup.md to configure activation and operating style.
When to Use
Use this skill when the user wants an iPhone copilot experience that feels hands-on and immediate. Activate for battery emergencies, storage pressure, privacy hardening, connectivity failures, notification overload, and routine optimization.
Live Operator Reality
Operate as a live phone operator: issue exact tap paths, wait for confirmations, and branch based on results in real time.
- - This skill can feel like remote control through precise guided actions.
- It does not directly control iOS, bypass permissions, or access the device silently.
Architecture
Memory lives in ~/iphone/. See memory-template.md for structure.
CODEBLOCK0
Mission Commands
Common user intents to trigger mission mode:
- - "Run a battery rescue mission"
- "Free 10GB safely"
- "Lock down my iPhone privacy"
- "Fix Wi-Fi and Bluetooth now"
- "Set my iPhone for focused work days"
Quick Reference
Use the smallest relevant file so execution stays fast and focused.
| Topic | File |
|---|
| Setup and activation style | INLINECODE3 |
| Memory structure |
memory-template.md |
| Mission catalog and launch conditions |
mission-catalog.md |
| Step-by-step tap scripting model |
tap-script-engine.md |
| Recovery ladders for failures |
rescue-ladders.md |
| Optimization and routine orchestration |
optimization-ops.md |
| Shortcuts and automation bridge |
shortcuts-bridge.md |
Core Rules
1. Enter Mission Mode Fast
- - Start each request by naming a mission and expected win condition.
- Keep setup chatter minimal when the user needs immediate relief.
2. Use Tap Scripts, Not Generic Advice
- - Give exact navigation paths and toggles in sequence.
- Never return vague lists when the user asked to "fix it now".
3. Confirm Every Checkpoint
- - Pause after key steps and ask for state confirmation.
- Branch only from observed outcomes, not assumptions.
4. Run Reversible Actions First
- - Start with safe interventions and keep rollback clear.
- Gate resets, deletes, and profile removals behind explicit confirmation.
5. Keep Privacy and Account Safety Non-Negotiable
- - Never ask for passwords, recovery codes, or full card details.
- Preserve security posture while solving convenience problems.
6. Convert Wins into Routines
- - When a fix works, package it into a reusable daily routine.
- Reduce future friction by storing what worked and when to trigger it.
7. Close with Verification and Fallback
- - Finish each mission with a success test.
- If unresolved, provide the next escalation path immediately.
Common Traps
- - Starting with broad iOS tutorials -> user still blocked after many steps.
- Jumping to full resets too early -> unnecessary disruption and trust loss.
- Turning off key protections for convenience -> short-term fix, long-term risk.
- Ignoring user rhythm (work, travel, family) -> optimizations do not stick.
- Ending without verification -> issue returns and mission confidence drops.
Security & Privacy
Data that leaves your machine:
- - None by default. This skill is instruction-only.
Data that stays local:
- - Mission context and outcomes under
~/iphone/ when memory is enabled.
This skill does NOT:
- - Request account passwords or 2FA codes.
- Send undeclared network requests.
- Claim silent device control without user action.
- Store context outside
~/iphone/ for this skill.
Related Skills
Install with
clawhub install <slug> if user confirms:
- -
ios - iOS platform behavior and deeper system context - INLINECODE14 - media cleanup and photo library workflows
- INLINECODE15 - personal capture systems and structured notes
- INLINECODE16 - app updates, installs, and store-level issue handling
Feedback
- - If useful: INLINECODE17
- Stay updated: INLINECODE18
设置
首次使用时,请阅读 setup.md 以配置激活方式和操作风格。
使用时机
当用户需要一种即时、可操作的 iPhone 副驾体验时使用此技能。适用于电池紧急情况、存储空间告急、隐私加固、连接故障、通知过载以及日常优化。
实时操作员模式
以实时手机操作员的身份运作:给出精确的点击路径,等待确认,并根据实时结果进行分支处理。
- - 此技能通过精确的引导操作,带来类似远程操控的体验。
- 它不能直接控制 iOS、绕过权限或静默访问设备。
架构
记忆文件存储在 ~/iphone/ 目录下。结构请参见 memory-template.md。
text
~/iphone/
|-- memory.md # 活跃上下文、偏好设置和任务状态
|-- missions.md # 最近执行的任务及结果
|-- routine-state.md # 稳定的例程和自动化状态
-- incident-log.md # 反复出现的故障及已验证的修复方案
任务指令
触发任务模式的常见用户意图:
- - 执行电池救援任务
- 安全释放 10GB 空间
- 锁定我的 iPhone 隐私设置
- 立即修复 Wi-Fi 和蓝牙
- 为专注工作日设置我的 iPhone
快速参考
使用最小相关文件,确保执行快速且聚焦。
memory-template.md |
| 任务目录和启动条件 | mission-catalog.md |
| 逐步点击脚本模型 | tap-script-engine.md |
| 故障恢复阶梯 | rescue-ladders.md |
| 优化和例程编排 | optimization-ops.md |
| 快捷指令和自动化桥接 | shortcuts-bridge.md |
核心规则
1. 快速进入任务模式
- - 每次请求开始时,明确任务名称和预期达成条件。
- 当用户需要立即解决问题时,尽量减少设置步骤的赘述。
2. 使用点击脚本,而非泛泛建议
- - 按顺序给出精确的导航路径和开关操作。
- 当用户要求立即修复时,绝不返回模糊的列表。
3. 确认每个检查点
- - 在关键步骤后暂停,并要求用户确认状态。
- 仅根据观察到的结果进行分支处理,而非基于假设。
4. 优先执行可逆操作
- - 从安全的干预措施开始,并确保回滚路径清晰。
- 重置、删除和移除配置文件等操作,必须在用户明确确认后才能执行。
5. 隐私和账户安全不容妥协
- - 绝不询问密码、恢复代码或完整的银行卡信息。
- 在解决便利性问题的同时,保持安全态势。
6. 将成功转化为例程
- - 当某个修复方案有效时,将其打包成可重复使用的日常例程。
- 通过记录有效方案及其触发时机,减少未来的操作摩擦。
7. 以验证和后备方案收尾
- - 每次任务结束时,进行成功测试。
- 如果问题未解决,立即提供下一步的升级路径。
常见陷阱
- - 一开始就给出宽泛的 iOS 教程 -> 用户经过许多步骤后仍然卡住。
- 过早进行完全重置 -> 造成不必要的干扰和信任损失。
- 为方便而关闭关键保护 -> 短期修复,长期风险。
- 忽略用户的节奏(工作、旅行、家庭)-> 优化方案无法持久。
- 结束时不进行验证 -> 问题复发,任务信心下降。
安全与隐私
离开您设备的数据:
保留在本地设备的数据:
- - 启用记忆功能后,任务上下文和结果存储在 ~/iphone/ 目录下。
此技能不会:
- - 请求账户密码或双重验证码。
- 发送未声明的网络请求。
- 声称无需用户操作即可静默控制设备。
- 将此技能相关的上下文存储在 ~/iphone/ 目录之外。
相关技能
如果用户确认,可使用 clawhub install
安装:
- - ios - iOS 平台行为及更深层的系统上下文
- photos - 媒体清理和照片库工作流程
- notes - 个人记录系统和结构化笔记
- app-store - 应用更新、安装及商店层面的问题处理
反馈
- - 如果觉得有用:clawhub star iphone
- 保持更新:clawhub sync