physical

/physical - Physical Location Awareness

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "physical" with this command: npx skills add soul-brews-studio/oracle-skills-cli/soul-brews-studio-oracle-skills-cli-physical

/physical - Physical Location Awareness

Check Nat's current physical location from FindMy data.

Usage

/physical

Data Source

  • Repo: laris-co/nat-location-data (GitHub)

  • Files: current.csv (now), history.csv (today's log)

  • Updated: Every 5 minutes via white.local cron

  • Source: FindMy via Sate's iMac

Instructions

Use a Haiku subagent to fetch and display location data:

Locate the script (optimized search)

LOCATIONS=( "$HOME/.config/opencode/command/physical/scripts/location-query.ts" "./.opencode/command/physical/scripts/location-query.ts" "$HOME/.claude/skills/physical/scripts/location-query.ts" "./skills/physical/scripts/location-query.ts" )

SCRIPT="" for loc in "${LOCATIONS[@]}"; do if [ -f "$loc" ]; then SCRIPT="$loc" break fi done

if [ -z "$SCRIPT" ]; then

Fallback to slow search only if explicit paths fail

SCRIPT=$(find ~ -name location-query.ts -not -path "/node_modules/" 2>/dev/null | head -1) fi

if [ -z "$SCRIPT" ]; then echo "Error: location-query.ts not found. Check install." else bun "$SCRIPT" all fi

Parse and display:

📍 Physical Status ═══════════════════

🏠 Currently At: [place column, or locality if empty]

DeviceBatteryPrecisionUpdated
[one row per device, sorted by accuracy]

📍 [address from iPhone row] 🗺️ Map: https://maps.google.com/?q=[lat],[lon]

⏱️ At this location: [X hours] (from TIME_AT_LOCATION section)

Known Places (with coordinates)

Place Lat Lon Type

cnx 18.7669 98.9625 airport

bkk 13.6900 100.7501 airport

dmk 13.9126 100.6067 airport

bitkub 13.7563 100.5018 office

maya 18.8024 98.9676 mall

central-cnx 18.8072 98.9847 mall

cmu 18.8028 98.9531 university

Directions

If user asks "how far to X":

🛫 To [destination]:

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

philosophy

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

forward

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

template

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

worktree

No summary provided by upstream source.

Repository SourceNeeds Review