Mobile Memory

🌐Community
by ahmed3elshaer · vlatest · Repository

Stores and retrieves user interactions within a mobile app session for improved personalization and debugging.

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 mobile-memory npx -- -y @trustedskills/mobile-memory
2

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

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

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

About This Skill

What it does

The mobile-memory skill enables AI agents to retain and recall information from previous interactions within a mobile context. This allows for more personalized and efficient user experiences, as the agent can remember preferences or past actions. It facilitates seamless continuation of tasks across different sessions on a mobile device.

When to use it

  • Personalized Recommendations: Provide tailored product suggestions based on previously viewed items in a shopping app.
  • Contextual Reminders: Set reminders that consider the user's location and past behavior, like reminding them to buy milk when they are near a grocery store after they’ve previously purchased it.
  • Multi-Step Task Completion: Help users complete complex tasks across multiple sessions on their phone, such as filling out a form or booking travel arrangements.
  • Improved Customer Support: Allow customer support agents to quickly access previous interactions with a user without requiring the user to repeat information.

Key capabilities

  • Mobile context awareness
  • Persistent memory storage
  • Recall of past interactions
  • Personalized experience delivery

Example prompts

  • "Remember I was looking at blue shirts earlier."
  • "What were my last three purchases?"
  • "Based on what I've told you before, suggest a good restaurant nearby."

Tips & gotchas

The skill relies on proper mobile context data being available. Ensure the agent has access to location and app usage information for optimal performance.

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
ahmed3elshaer
Installs
2

🌐 Community

Passed automated security scans.