🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

whoami

by @morvanzhou

Cross-AI user identity profile sync service. When you need user's background, preferences, or personal context to better execute a task, invoke this skill to...

Versionv1.0.2
Installs2
πŸ’‘ Examples

Example 1: Auto-load at conversation start

User says: "Help me write a Python script to process CSV"

Agent behavior: 1. Run whoami_profile.py get to fetch user profile 2. Learn user preferences from profile (e.g., "prefers concise code style", "uses pandas") 3. Generate code matching the user's style

Example 2: User saves info proactively

User says: "Remember that I'm Mofan, an indie developer skilled in Python and ML"

Agent behavior: 1. Run whoami_profile.py get to fetch existing profile 2. Merge new info into existing profile, organize into complete Markdown 3. Write the complete profile to a temp file (e.g., /tmp/whoami_profile_tmp.md) 4. Run whoami_profile.py update --file /tmp/whoami_profile_tmp.md to overwrite-update 5. Confirm save success

Example 3: First-time setup

User says: "Do you know me?"

Agent behavior: 1. Run whoami_profile.py get 2. If API Key is not configured, the script auto-opens the browser login page. Agent MUST: - Tell the user: "I've opened the login page in your browser. Please log in and generate a one-time configuration URL on the Dashboard." - STOP here and wait for the user to reply with the one-time configuration URL. - Download the URL and save to ~/.whoamiagent: curl -s "" > ~/.whoamiagent && chmod 600 ~/.whoamiagent - Then run whoami_profile.py get again to fetch the profile 3. If already configured, display profile summary

View on ClawHub
TERMINAL
clawhub install whoami

πŸ§ͺ Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

πŸ” Can't find the right skill?

Search 60,000+ AI agent skills β€” free, no login needed.

Search Skills β†’