skip-profile-question

Skip specific user profile questions after explicit refusal to answer.

2.0k|267|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/openakita/openakita --skill skip-profile-question
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skip-profile-question
Source: https://github.com/openakita/openakita/tree/main/skills/system/skip-profile-question
Command: npx skills add https://github.com/openakita/openakita --skill skip-profile-question

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes agents (resource) components.

What problem does it solve?

This Skill prevents repetitive questioning about user profile information when the user has explicitly indicated they do not wish to provide it.

Core Features & Use Cases

  • User Preference Respect: Honors user's desire to skip specific profile questions.
  • Reduced Friction: Avoids annoying the user by repeatedly asking for information they've already declined to give.
  • Use Case: If a user says "I don't want to tell you my age," this Skill ensures the AI stops asking for age and moves on.

Quick Start

Use the skip-profile-question tool to skip the 'email' profile key.

Frequently Asked Questions about skip-profile-question

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

FAQPage Schema
How do I stop AI from asking for personal information during user onboarding?

To stop AI from asking for personal information during user onboarding, you can apply a profile question skip mechanism. It detects explicit user refusals and prevents the system from repeating inquiries on declined topics.

What happens when a user declines to answer a specific profile question?

When a user declines to answer a specific profile question, the skip mechanism honors their preference and moves on. This reduces conversational friction by avoiding repeated inquiries on the declined topic.

How do I configure the agent to skip the email profile key?

To configure the agent to skip the email profile key, use the skip-profile-question tool. This directs the agent to bypass the email field when the user expresses a refusal to provide it.

Can I use this approach to respect user privacy preferences during profile updates?

Yes, you can use this approach to respect user privacy preferences during profile updates. It applies to scenarios where users explicitly state they do not want to provide certain personal information during setup or updates.

Does skipping profile questions require any external dependencies?

Skipping profile questions does not require any external dependencies. The mechanism operates directly within the agent component to manage user preferences autonomously.