Comprehensive alphabetical listing of all /tag commands available in Agentastic. Each tag includes syntax, options, examples, and related commands.
Quick Navigation
A | B | C | E | F | I | L | M | P | S | T | V | W
A
/agent
Activates autonomous AI agent for complex, multi-step tasks.
Syntax: /agent [task description]
Examples:
/agent Research and summarize competitor pricing
/agent Organize my Downloads folder by type and date
/agent Create comprehensive project documentation
Options:
/agent:research- Optimized for research tasks/agent:creative- Creative writing mode/agent:technical- Technical analysis mode
/ai
Basic AI assistance without specific tools.
Syntax: /ai [prompt]
Examples:
/ai Improve this sentence
/ai Explain quantum computing simply
/ai Generate 5 title options
/automation
Enables AI-powered desktop automation for controlling your computer.
Syntax: /automation [task description]
Examples:
/automation Take a screenshot of the current window
/automation Click on the Safari icon and open a new tab
/automation Fill out the form with test data
/automation Navigate to github.com and take a screenshot
Capabilities:
- Screenshot capture
- Mouse clicking and dragging
- Keyboard typing and shortcuts
- Window navigation
- Application control
Prerequisites:
- Enable in Settings → Features →
/automationtoggle - Grant Accessibility permission
- Grant Screen Recording permission
Security: Requires explicit enablement and validates all actions
/app
Invoke custom app modes in the launcher with specialized prompts.
Syntax: /app:<app-slug> [prompt]
app-slug must match [a-zA-Z0-9_-]+ (no dots, no spaces).
Examples:
/app:dictation Transcribe this audio
/app:translator Translate to Spanish
/app:summarizer Summarize this document
Usage in Bracket Replacement:
When used inside brackets [/app:xyz ...], the entire trigger is cleaned up and the launcher opens with the specified app mode:
[/app:dictation hello world]
This removes [/app:dictation hello world] from the text and launches the Agentastic overlay with the prompt "hello world" in dictation mode.
How it works:
- Type your prompt inside brackets with the
/app:nameprefix - The bracket text is automatically replaced/removed
- The launcher opens with the specified app context
- The prompt is passed to the launcher for processing
B
/bash
Execute shell commands and terminal operations.
Syntax: /bash [command]
Examples:
/bash List all PDF files
/bash Check system resources
/bash Create project directory structure
Security: Requires terminal access permission
C
/calendar
Calendar management and scheduling tools.
Syntax: /calendar [action]
Examples:
/calendar Schedule meeting tomorrow at 2pm
/calendar What's on my schedule this week?
/calendar Find 30 minutes free time
Actions:
create- New eventcheck- View schedulefind- Find free timereschedule- Move event
/channel
Switch or specify memory channels.
Syntax: /channel:[name]
Examples:
/channel:work Switch to work context
/channel:personal Personal memory space
/channel:project_x Project-specific channel
Related: /memory
/code
Programming assistance and code generation.
Syntax: /code [language] [request]
Examples:
/code Generate Python email validator
/code:javascript React login component
/code Explain this function
Languages:
python,javascript,typescriptjava,c++,go,rustswift,kotlin,ruby
E
Email composition and management.
Syntax: /email [action] [content]
Examples:
/email Reply thanking for the opportunity
/email Compose formal project update
/email Summarize this thread
Actions:
compose- New emailreply- Response to threadforward- Forward messagesummarize- Thread summary
Modifiers:
/email:formal- Professional tone/email:casual- Friendly tone/email:urgent- High priority
F
/files
File system operations and management.
Syntax: /files [operation] [parameters]
Examples:
/files Find all PDFs from last week
/files Read project README
/files Organize Downloads by type
Operations:
find- Search filesread- View contentcreate- New fileorganize- Sort/arrange
Security: Requires file system permission
/format
Control output formatting.
Syntax: /format:[type]
Examples:
/format:markdown Use markdown formatting
/format:plain Simple text only
/format:json Structure as JSON
/format:code Code formatting
I
/imessage
iMessage reading and sending.
Syntax: /imessage [action] [content]
Examples:
/imessage Send "Running late" to John
/imessage Check recent messages
/imessage Reply "Sounds good!"
Actions:
send- Send messageread- View messagesreply- Respond to lastsearch- Find messages
Related: /email
L
/lang
Specify response language.
Syntax: /lang:[code]
Examples:
/lang:es Spanish response
/lang:fr French output
/lang:ja Japanese text
/lang:de German translation
Codes: ISO 639-1 language codes
M
/memory
Access conversation memory and preferences.
Syntax: /memory [query]
Examples:
/memory What did we discuss yesterday?
/memory Recall project decisions
/memory:clear Clear all memories
Operations:
/memory:export- Export data/memory:stats- Usage statistics/memory:search- Find memories
Related: /channel
/model
Select AI model for processing.
Syntax: /model:[name]
Examples:
/model:fast Quick responses
/model:smart Balanced performance
/model:genius Complex reasoning
Models:
fast- <1 second, simple taskssmart- 1-2 seconds, general usegenius- 2-5 seconds, complex work
Related: /ai
P
/python
Execute Python code and scripts.
Syntax: /python [code or request]
Examples:
/python Calculate statistics for: [data]
/python Generate random password
/python Process this CSV file
Capabilities:
- Data processing
- Calculations
- File operations
- Automation
Security: Sandboxed execution
S
/screen
Capture and analyze screen content.
Syntax: /screen:[display]
Examples:
/screen What's in this error dialog?
/screen:1 Analyze chart on main display
/screen:active Describe current window
Options:
:activeor:0- Current screen:1,:2, etc. - Specific monitor
Privacy: Only active when used
Related: /vision
/search
Intelligent web search.
Syntax: /search [query]
Examples:
/search Latest React best practices
/search Reviews for MacBook Pro M3
/search:academic ML research papers
Modifiers:
/search:news- Recent news/search:academic- Scholarly articles/search:tutorial- How-to guides
/style
Modify response style and tone.
Syntax: /style:[type]
Examples:
/style:formal Professional tone
/style:casual Friendly voice
/style:technical Detailed explanations
/style:creative Imaginative responses
T
/tab
Interactive browser tab selector for including tab context.
Syntax: /tab:
Examples:
/tab: Analyze these documentation pages
/tab: Compare content from selected tabs
/tab: Summarize information from multiple sources
Selection Methods:
- Single click - Select one tab
- Cmd+Click - Toggle multiple tabs
- Shift+Click - Select range
- Cmd+A - Select all filtered
Features:
- Search/filter by title, domain, URL
- Visual checkboxes for selection
- Live updates every 5 seconds
- Supports Chrome and Safari
Related: /screen, /agent, /web
V
/vision
Enable visual analysis mode.
Syntax: /vision [query]
Examples:
/vision What's in this image?
/vision:off Disable visual mode
/vision Analyze UI layout
Related: /screen
W
/web
Web browsing and content fetching.
Syntax: /web [action] [url/query]
Examples:
/web Summarize article at [URL]
/web Find pricing on competitor sites
/web Monitor [URL] for changes
Actions:
fetch- Get page contentsummarize- Summarize pageextract- Pull specific infomonitor- Track changes
Related: /search
Tag Combinations
Tags can be combined for powerful workflows:
Common Combinations
/email /calendar - Schedule and invite
/screen /model:fast - Quick visual analysis
/memory /agent - Context-aware assistance
/files /python - Process files with code
/search @summary - Research and summarize
Advanced Combinations
/agent /memory /search - Comprehensive research with context
/email @formal /model:smart - Professional communication
/screen:2 /code @explain - Analyze code on second monitor
Tag Modifiers
Universal Modifiers
:off- Disable feature:debug- Show debug info:help- Get help for tag
Model Modifiers
:fast- Speed priority:smart- Balanced:genius- Quality priority
Style Modifiers
:formal- Professional:casual- Friendly:technical- Detailed:creative- Imaginative
Tips
- Start simple - Use basic tags before combinations
- Be specific - Clear instructions get better results
- Check permissions - Some tags need access grants
- Use appropriate models - Match model to task complexity
- Combine wisely - Not all combinations make sense
Troubleshooting Tags
Tag Not Recognized
- Check spelling exactly
- Verify tag exists
- Update Agentastic
Permission Denied
- Grant required access
- Check system settings
- Restart if needed
Slow Performance
- Use faster model
- Simplify request
- Check connection
Next Steps
- Practice with Examples
- Learn Keyboard Shortcuts
- Explore Advanced Usage