display-profile
Scannednpx machina-cli add skill SenZhangAI/your-taste/display-profile --openclawFiles (1)
SKILL.md
401 B
Show the user's taste profile.
Important: Always respond in the user's language (infer from their recent messages in this conversation).
Execute this command and show the full output to the user:
node "${CLAUDE_PLUGIN_ROOT}/bin/cli.js" show
Source
git clone https://github.com/SenZhangAI/your-taste/blob/main/skills/display-profile/SKILL.mdView on GitHub Overview
Displays the user's taste profile and converts preferences into personality-driven narratives. This helps users understand their style and communicate it clearly to apps or assistants. The narrative format makes profiling actionable and engaging.
How This Skill Works
The skill executes the CLI show command to retrieve the user's taste profile, then formats the data into readable, personality-rich narratives for display. It relies on the node-based CLI at CLAUDE_PLUGIN_ROOT to pull and render the profile output.
When to Use It
- Onboarding new users to capture and present their preferences
- Before making personalized recommendations to ensure alignment with taste
- When sharing or exporting your profile to another app or agent
- During profile auditing to verify accuracy and completeness
- After updating preferences to reflect current tastes
Quick Start
- Step 1: Run the CLI show command: node "${CLAUDE_PLUGIN_ROOT}/bin/cli.js" show
- Step 2: Read the resulting personality narrative of your taste profile
- Step 3: Save, share, or integrate the narrative with your apps or teammates
Best Practices
- Maintain a consistent narrative voice that matches your app's tone
- Test with representative profiles to ensure readability and clarity
- Respect user privacy by exposing only consented data
- Keep the narrative up-to-date with recent changes to preferences
- Provide an easy export or share option for the generated profile
Example Use Cases
- A recipe assistant displays a cooking vibe (e.g., bold, comforting, experimental) before suggesting dishes
- A fashion advisor generates a style narrative to tailor outfit recommendations
- A music recommender presents a personality-rich profile before curating playlists
- A travel bot uses the taste profile to propose destinations and activities that match the user
- A social app shows a narrative bio derived from the profile to enhance interactions
Frequently Asked Questions
Add this skill to your agents