🎯

ai-interaction

🎯Skill

from khaihuynhvn/mcp-server_ai-interaction

VibeIndex|
What it does

ai-interaction skill from khaihuynhvn/mcp-server_ai-interaction

πŸ“¦

Part of

khaihuynhvn/mcp-server_ai-interaction(5 items)

ai-interaction

Installation

git cloneClone repository
git clone https://github.com/your-username/AI-interaction.git
pip installInstall dependencies
pip install -r requirements.txt
pip installInstall Python package
pip install uv
Claude Desktop ConfigurationAdd this to your claude_desktop_config.json
{ "mcpServers": { "AI_interaction": { "command": "python", ...
πŸ“– Extracted from docs: khaihuynhvn/mcp-server_ai-interaction
6Installs
28
-
Last UpdatedJan 19, 2026

Skill Details

SKILL.md

Overview

# AI Interaction Tool - MCP Server

Modern AI interaction tool with advanced UI and powerful features for Model Context Protocol (MCP)

πŸš€ Core Features

🎯 Main Capabilities

  • Interactive UI Popup for content input and conversation control
  • File/Folder Attachment from workspace with validation and preview
  • πŸ–ΌοΈ Image Attachment System with drag & drop, multi-image support
  • Multi-language Support (English/Vietnamese)
  • Maximum Cognitive Power activation for peak AI performance
  • Tag-based Output Format integrated with system prompt rules
  • Workspace-aware Path Processing for cross-project compatibility

πŸ”§ New in v2.2.0 (Latest)

  • πŸ–ΌοΈ Image Attachment Support with drag & drop functionality
  • πŸ›‘οΈ Security Enhanced - secure path storage in user_images directory
  • πŸ’Ύ Persistent Image State - checkbox state saves correctly
  • 🎯 Multi-image Management - attach, preview, and remove multiple images
  • πŸ”„ Database Auto-cleanup - automatic image cleanup when disabled

πŸ”§ Previous v2.1.0

  • Enhanced UI/UX with modern PyQt5 interface
  • Structured Tag-based Output for perfect AI agent integration
  • Debounce Configuration with smart auto-save mechanisms
  • Cursor IDE Integration with comprehensive setup guide

πŸ“‹ Installation & Setup Guide

πŸ“₯ Step 1: Clone Repository

```bash

git clone https://github.com/your-username/AI-interaction.git

cd AI-interaction

```

🐍 Step 2: Install Python

  • Requirement: Python 3.8+
  • Download from [python.org](https://www.python.org/downloads/)
  • Or use package manager:

```bash

# Windows with Chocolatey

choco install python

# macOS with Homebrew

brew install python

# Ubuntu/Debian

sudo apt update && sudo apt install python3 python3-pip

```

πŸ“¦ Step 3: Install Dependencies

```bash

# Using pip

pip install -r requirements.txt

# Or using uv (recommended for performance)

pip install uv

uv pip install -r requirements.txt

```

βš™οΈ Step 4: Configure MCP Server in Claude Desktop

Add the following configuration to Claude Desktop config file:

Config file paths:

  • Windows: %APPDATA%\Claude\claude_desktop_config.json
  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Linux: ~/.config/claude/claude_desktop_config.json

Configuration content:

```json

{

"mcpServers": {

"AI_interaction": {

"command": "python",

"args": ["E:/MCP-servers-github/AI-interaction/mcp_server.py"],

"stdio": true,

"enabled": true

}

}

}

```

⚠️ Important: Replace E:/MCP-servers-github/AI-interaction/mcp_server.py with the absolute path to mcp_server.py on your system.

🧠 Step 5: Configure AI Agent Rules (REQUIRED)

For proper AI agent operation with ai_interaction tool, you MUST setup custom instructions:

#### πŸ“‹ How to Add Custom Instructions:

  1. Open Claude Desktop or access Claude web interface
  2. Find "Custom Instructions" or "Add custom instructions" in settings
  3. Copy entire content from one of the rule files:

- πŸ‡»πŸ‡³ Vietnamese: rule_for_ai_VI.txt

- πŸ‡ΊπŸ‡Έ English: rule_for_ai_EN.txt

  1. Paste into custom instructions field and save

#### 🎯 Why This is Necessary:

  • βœ… Behavioral Framework: Rules define how AI agent processes ai_interaction output
  • βœ… Thinking Protocols: Activates high-level thinking patterns for quality responses
  • βœ… Ultra-Enhancement Modes: 10 cognitive modes for maximum performance
  • βœ… Tag Processing: Reads and processes control tags like
  • βœ… Continue Logic: Auto-recall ai_interaction when continue_chat=true

#### πŸ“ Rule Files Location:

```

AI-interaction/

β”œβ”€β”€ rule_for_ai_VI.txt # Vietnamese rules

β”œβ”€β”€ rule_for_ai_EN.txt # English rules

└── ...

```

#### ⚑ Quick Setup Commands: