personal-facts

Store and retrieve personal facts and user preferences via key-value CRUD operations.

3|1|Updated Aug 7, 2025
One-click install
npx skills add https://github.com/jason-easyazz/zoe-ai-assistant --skill personal-facts
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: personal-facts
Source: https://github.com/jason-easyazz/zoe-ai-assistant/tree/main/skills/personal-facts
Command: npx skills add https://github.com/jason-easyazz/zoe-ai-assistant --skill personal-facts

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps the AI assistant remember and recall specific personal facts and preferences about the user, leading to more personalized and context-aware interactions.

Core Features & Use Cases

  • Fact Storage: Allows the user to tell the AI facts about themselves (e.g., "My favorite color is blue").
  • Fact Recall: Enables the user to ask the AI to recall stored facts (e.g., "What's my favorite color?").
  • Preference Management: Stores and retrieves user preferences for various settings or contexts.
  • Use Case: A user can tell the AI their work address, and later ask for directions to it. Or, they can set a default music genre preference that the AI uses when suggesting music.

Quick Start

Tell the assistant that your favorite color is green.

Frequently Asked Questions about personal-facts

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

FAQPage Schema
How do I store personal facts and preferences for AI personalization?▼

Store personal facts for AI personalization by telling the assistant your information directly, such as your favorite color or work address, which it saves using a key-value system for later recall.

How does an AI assistant recall user preferences during a conversation?▼

An AI assistant recalls user preferences by retrieving previously stored information from its key-value memory system, allowing it to access facts like your name, location, or birthday when needed.

Can I use API operations to manage stored user data and facts?▼

Yes, you can manage stored user data and facts using API-driven CRUD operations, which allow you to create, read, update, and delete personal information within the system.

What is the best way to remember user-specific information like birthdays and locations?▼

The best way to remember user-specific information like birthdays and locations is to use a dedicated fact storage skill that explicitly captures and retrieves these details to maintain context across interactions.

Does this personalization memory support setting default preferences for specific contexts?▼

Yes, this personalization memory supports setting default preferences for specific contexts, enabling you to store settings like a default music genre that the AI uses when making suggestions.

When should I not use a key-value system for storing user facts?▼

You should not use a key-value system for storing user facts when you need to perform complex relational queries or establish intricate connections between multiple user data points, as it relies on simple retrieval.