About Me

local

profile-tools

Persistent memory about the user (name, location, timezone, preferences, family, dietary needs). The assistant reads this at the start of conversations to personalise responses.

Included in every Nova Skills API key. Nothing to install — get a bearer token and this skill is available on your MCP endpoint.

Tools (4)

  • profile_remember
    Remember a fact about the user in their personal profile. Use for durable facts (name, location, timezone, partner's name, dietary restrictions, preferences). Do NOT use for passwords or financial data — use vault_add instead.
  • profile_forget
    Remove a fact from the user's profile.
  • profile_read_all
    Read the entire user profile. Use this at the start of a conversation to load context about who the user is.
  • profile_read_key
    Read a specific profile attribute.