download dots
Taskade EVE Slash Commands

Taskade EVE Slash Commands

Updated 2026-05-11·4 min read
On this page (8)

Overview

Type / to run anything. Type @ to pull anything in. Your whole workspace, from one chat.

A slash command tells Taskade EVE do this exact thing instead of you writing a paragraph. An @ mention pulls a project, agent, or automation into the conversation as context. Together they turn the EVE prompt into the fastest way to drive a Taskade Genesis app.

TL;DR: Inside any Taskade EVE prompt, / opens the command palette and @ opens a workspace picker. Run /build, /fix, /automate, /publish to act on your app. Use @project-name, @agent-name, or @automation-name to bring a specific Taskade Project, Agent, or Automation into context. Slash commands and @ mentions stack: "@Sales pipeline /automate notify Slack on every new lead". Pair with Chat modes and Taskade EVE Mentions.

Typing slash and at-mentions inside a Taskade EVE chat to pick a project, agent, or automation and run an action on it

How slash and @ work together

┌─────────────────────────────────────────────────────────────┐
│  Type in any EVE chat:                                       │
│                                                              │
│  @ + name        →  picks a Project / Agent / Automation     │
│  / + verb        →  runs an exact action on the picked thing │
│                                                              │
│  Stack them:                                                 │
│  @Sales pipeline /automate notify Slack on every new lead    │
└─────────────────────────────────────────────────────────────┘

The mental model: @ is the noun, / is the verb. Pick what you mean, then say what to do.

The chat bar replaces five tabs of navigation. Pick a thing. Pick an action. Done.

Core commands

Command What it does
/build Start a new build from a short description
/fix Ask Taskade EVE to repair a broken component or flow
/automate Generate an automation flow from a description
/publish Push the current state to a public URL
/preview Open a preview of the app in-pane
/style Switch the theme, font pack, or color accent
/commands List every available command

Build & edit

Command What it does
/page Add a new page to the app
/component Drop a chart, form, or table onto the current page
/connect Wire the current page to a Project or external database
/rename Rename the app, page, or component in focus
/history Show version history and roll back if needed

Agents & automations

Command What it does
/agent Spin up a new agent with custom tools and memory
/memory Inspect or edit Taskade EVE's persistent memory for the app
/run Run the automation attached to the current page
/schedule Schedule an existing automation
/test Dry-run an automation with sample data

Sharing

Command What it does
/share Copy a shareable link to the app
/domain Attach a custom domain
/auth Add GenesisAuth sign-in to the app
/users Open the App Users table

Tips

  • Commands are greedy: /publish staging publishes to a named environment.
  • Every command works in any of the four chat modes.
  • Typing /? inside a prompt opens the full command reference.
Was this helpful?