Skip to content

Conversation

vsvaidya27
Copy link
Contributor

Description

This PR adds a new script command under the "Apps" category: Find My Phone.

It uses Node.js and Playwright to automate iCloud Find My and trigger the "Play Sound" function on your Apple device, which is useful for people who often misplace their iPhone.

The script is configurable via a .env file for Apple ID credentials and includes a custom icon.

Type of change

  • New script command

Screenshot

Find My Phone Icon

Screenshot 2025-06-08 at 7 41 17 PM

Dependencies / Requirements

  • Requires Node.js
  • Requires installation of dependencies via npm install:
    • playwright
    • dotenv
  • Requires a .env file with:
    • ICLOUD_EMAIL
    • ICLOUD_PASSWORD

Instructions are included in the script folder's README.md and .env.example.

Checklist

Copy link
Contributor

@nhojb nhojb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thanks for your contribution.

@nhojb nhojb merged commit 0bc35e8 into raycast:master Jun 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants