Live Activities

🌐Community
by dpearson2699 · vlatest · Repository

Live Activities display real-time updates (like sports scores or ride statuses) directly on your device, offering instant information without opening an app.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add live-activities npx -- -y @trustedskills/live-activities
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "live-activities": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/live-activities"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enables AI agents to interact with and utilize Live Activities in iOS applications. It allows for dynamic updates to the Lock Screen and Dynamic Island, providing users with real-time information about ongoing tasks or events directly from within an app. The agent can manage these activities, updating their status and associated details.

When to use it

  • Delivery Tracking: Provide users with live updates on the location and estimated arrival time of a delivery order.
  • Sports Score Updates: Display real-time scores and game progress for ongoing sporting events.
  • Ride Sharing Status: Keep users informed about their ride's current status, including driver location and ETA.
  • Workout Progress: Show the user’s workout duration, distance, or heart rate directly on the Lock Screen.

Key capabilities

  • Create Live Activities
  • Update Live Activity details (status, image, title)
  • Interact with Dynamic Island features
  • Manage activity dismissal

Example prompts

  • "Show the current status of my delivery."
  • "Update the sports score to 3-2."
  • “Mark my workout as complete.”

Tips & gotchas

This skill requires a basic understanding of iOS development and Live Activities implementation. Ensure your agent has access to the necessary data sources for updating activity information in real time.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
dpearson2699
Installs
3

🌐 Community

Passed automated security scans.