302 AI Studio

Slash Commands

302 AI Studio supports using slash commands in different modes to execute specific functions.


Chat Mode Commands

Chat mode focuses on conversational interactions and supports quick access to prompt templates.

Command List

CommandDescription
/Quick access to prompt templates

/ - Quick Access to Prompt Templates

You can quickly call and insert preset prompt templates by typing / to improve conversation efficiency.

How to Use:

  1. Type / in the chat input box
  2. The system will automatically display all available prompt templates
  3. Select the desired template to insert it into the input box

Features:

  • 🚀 Quick Access: Trigger the template list by typing /
  • 📝 Preset Templates: Built-in various commonly used prompt templates
  • ⚡ Efficient Input: No need to manually type complete prompts

Prompt Templates Feature


Vibe Mode Commands

Vibe mode provides powerful development tools, supporting command execution, application deployment, and plugin usage.

Command List

CommandDescription
/commandsExecute Shell commands
/deployDeploy applications
/pluginUse Claude Code plugin commands

/commands - Execute Shell Commands

Execute Shell commands directly in the sandbox to quickly complete environment configuration and tool operations.

Basic Usage:

/commands 'ls -la'

Install Dependencies:

/commands 'npm install express'

View System Information:

/commands 'node --version'

/deploy - Deploy Applications

Quickly deploy your application to the cloud and obtain an accessible URL.

Basic Deployment:

/deploy

Deploy Specific Session:

/deploy <session_id>

Configure Runtime Environment Variables:

/deploy
API_KEY=your_key
DATABASE_URL=your_db_url

/plugin - Use Plugins

Extend Claude Code functionality through plugins to access more tools and services.

View Installed Plugins:

/plugin list

Add Plugin from Marketplace:

/plugin add marketplace

Install Plugin:

/plugin install <plugin_name>

Disable Plugin:

/plugin disable <plugin_name>

Enable Plugin:

/plugin enable <plugin_name>

References

For more technical details and API specifications, please refer to:

On this page