← Back to Skills Marketplace
ivangdavila

iPhone

by Iván · GitHub ↗ · v1.0.0
linuxdarwinwin32 ✓ Security Clean
322
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install iphone
Description
Run iPhone mission playbooks for battery, storage, privacy, connectivity, and daily automation with live operator-style guidance.
README (SKILL.md)

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.

~/iphone/
|-- memory.md          # Active context, preferences, and mission status
|-- missions.md        # Last executed missions and outcomes
|-- routine-state.md   # Stable routines and automation states
`-- incident-log.md    # Recurring failures and validated fixes

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 setup.md
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 \x3Cslug> if user confirms:

  • ios - iOS platform behavior and deeper system context
  • photos - media cleanup and photo library workflows
  • notes - personal capture systems and structured notes
  • app-store - app updates, installs, and store-level issue handling

Feedback

  • If useful: clawhub star iphone
  • Stay updated: clawhub sync
Usage Guidance
This skill is instruction-only and appears coherent for live-guided iPhone troubleshooting. Before enabling memory or running missions: (1) Review the ~/iphone/ memory files and avoid storing passwords, 2FA codes, or full payment details there; (2) Be mindful that any device identifiers (model, iOS version, incident logs) will be saved locally—delete or redact if sensitive; (3) The skill may recommend actions that change settings—confirm destructive steps explicitly; (4) Because the source is 'unknown', prefer using the skill interactively rather than enabling any auto-activate behavior, and avoid installing related skills unless you trust their provenance.
Capability Analysis
Type: OpenClaw Skill Name: iphone Version: 1.0.0 This skill is designed to provide step-by-step guidance to a user for managing their iPhone, acting as a 'live operator'. The `SKILL.md` explicitly states it is 'instruction-only' and 'does NOT directly control iOS, bypass permissions, or access the device silently'. It also disclaims requesting passwords, sending undeclared network requests, or storing context outside `~/iphone/`. The instructions to the agent in various `.md` files consistently emphasize user consent, privacy, and safety, such as 'Never ask for passwords, recovery codes, or full card details' and 'Run Reversible Actions First'. Local file access is limited to `~/iphone/` for benign state management. There is no evidence of data exfiltration, malicious execution, persistence, or prompt injection aiming for harmful objectives.
Capability Assessment
Purpose & Capability
The skill name and description match the actual contents: step-by-step, operator-style playbooks for iPhone battery, storage, privacy, connectivity and routines. It does not request unrelated binaries, cloud credentials, or system-level access.
Instruction Scope
Runtime instructions are limited to guiding the user with exact UI paths and storing mission context under ~/iphone/. This is appropriate for a guided operator skill, but enabling memory will persist device/state details locally (model, iOS version, incident notes). Users should avoid saving sensitive secrets there and review the memory files before enabling if concerned.
Install Mechanism
There is no install spec and no code files—this is instruction-only. That minimizes disk writes and supply-chain risk.
Credentials
The skill declares no required environment variables, no credentials, and no config paths beyond its own ~/iphone/ memory directory. The requested local data (device model, iOS version, problem description) is proportionate to the troubleshooting purpose.
Persistence & Privilege
always is false and the skill does not request permanent elevated privileges or modify other skills. Its only persistence is optional local memory under ~/iphone/, which is reasonable for recalling playbooks and outcomes.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install iphone
  3. After installation, invoke the skill by name or use /iphone
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release with live-operator missions and step-by-step iPhone control playbooks for everyday users.
Metadata
Slug iphone
Version 1.0.0
License
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is iPhone?

Run iPhone mission playbooks for battery, storage, privacy, connectivity, and daily automation with live operator-style guidance. It is an AI Agent Skill for Claude Code / OpenClaw, with 322 downloads so far.

How do I install iPhone?

Run "/install iphone" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is iPhone free?

Yes, iPhone is completely free (open-source). You can download, install and use it at no cost.

Which platforms does iPhone support?

iPhone is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).

Who created iPhone?

It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.

💬 Comments