AI Agent Hub
Back to skills
ShadowBot CLI icon

ShadowBot CLI

Office Efficiency Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please install @user_5dd04a33/shadowbot according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem

ShadowBot CLI is useful when desktop automation needs to run through scripts, agents, or operations workflows. Examples, aliases, and old notes can be unreliable, and Windows paths, JSON, usernames, and cron strings should not be guessed. The skill requires checking the real executable help before running the smallest necessary action.

How it works

  • Auth and session: start with auth current, then use auth account list and auth login --username ...; provide a password only when the account is not remembered.
  • Apps and tasks: find the --app-id with console app and --search, run console task run --app-id ..., then use status, logs, and stop.
  • Triggers and config: support console trigger list, add, update, --details-json, and --cron; handle config via config list, describe, get, and set.
  • Studio and UI: run studio create, studio open, and ui --exec for window or mode switches.

Boundaries

Only execute commands and flags confirmed by shadowbot.shell-cli.exe -h; surface key fields from error JSON instead of inventing recovery. Preserve user-provided accounts, paths, UUIDs, cron strings, and JSON exactly.

Use Cases

  • Log in to ShadowBot from PowerShell and verify the active account.
  • Find an app ID by search, run the app, and inspect task logs.
  • Add or update file, hotkey, email, or cron-based triggers.
  • Change auto-save and recording path settings via config commands.

Best For

  • Desktop automation engineers scripting ShadowBot apps and tasks.
  • Operations engineers maintaining file, hotkey, or email triggers.
  • Developers changing auto-save, recording, and startup settings via CLI.
  • Support engineers debugging ShadowBot login state and app run logs.