lens-studio-user-context

Installation
SKILL.md

Lens Studio User Context — Reference Guide

This guide covers Snapchat social APIs available in Lens Studio: user identity, Bitmoji avatars, friends, social sharing (Dynamic Response), and leaderboards.


UserContextSystem

UserContextSystem provides information about the current Snapchat user.

const userContextSystem = global.userContextSystem

// Get the current user's SnapchatUser object
const currentUser: SnapchatUser = userContextSystem.getCurrentUser()
print('Display name: ' + currentUser.displayName)

// Check if the user has a Bitmoji
if (currentUser.hasBitmoji()) {
Related skills

More from rolandsmeenk/lensstudioagents

Installs
5
GitHub Stars
5
First Seen
Mar 5, 2026