user-context-resolve

Resolve user identities from Discord IDs, phone numbers, usernames, UUIDs, or emails into a structured profile.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/Heretek-AI/heretek-openclaw --skill user-context-resolve
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: user-context-resolve
Source: https://github.com/Heretek-AI/heretek-openclaw/tree/main/skills/user-context-resolve
Command: npx skills add https://github.com/Heretek-AI/heretek-openclaw --skill user-context-resolve

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Resolves user identity across multiple platforms to provide a unified context for agent personalization.

Core Features & Use Cases

  • Cross-platform identity resolution from Discord IDs, phone numbers, usernames, UUIDs, and emails.
  • Returns a structured user profile including uuid, username, name, platforms, preferences, and timezone.
  • Integrates at session start to personalize agent interactions and improve response quality.

Quick Start

Run the resolve.js script with a valid identifier (e.g., --discord-id, --phone, --username, --uuid, or --email) to return the full user context.

Frequently Asked Questions about user-context-resolve

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I resolve user identity across platforms for personalized AI interactions?

Resolve user identity by normalizing identifiers like Discord IDs, phone numbers, usernames, UUIDs, or emails into a unified profile. This enables personalized agent experiences by returning structured user context at session start.

What is cross-platform identity resolution and when do I need it?

Cross-platform identity resolution maps disparate identifiers like Discord IDs, emails, and phone numbers to a single user profile. You need it when building personalized agent interactions that require consistent user context across multiple platforms.

Can I use a Discord ID or phone number to retrieve a unified user profile?

Yes, you can query the identity resolution process using a Discord ID, phone number, username, UUID, or email. It validates the input format, normalizes the identifier, and loads the matching profile from a local index.

How do I build a unified user context at the start of an AI agent session?

Build a unified user context by running the resolution script at session start with a valid identifier. It returns a structured profile containing uuid, username, name, platforms, preferences, and timezone for personalized interactions.

What format does the resolved user profile return for agent personalization?

The resolved user profile returns a structured format containing uuid, username, name, platforms, preferences, and timezone. This structured context allows agents to tailor interactions based on the unified identity data.

Does identity resolution validate UUIDs and normalize usernames from a local index?

Yes, the identity resolution process validates input formats including UUIDs and normalizes usernames. It loads the validated and normalized profiles from a local index to ensure accurate cross-platform user context.