Subcategories

  • MCP for AI tools that use LLM's

    7 Topics
    12 Posts
    RussR
    You could have Claude run a command each time it finishes a prompt. [image: 1784598164856-73e757cb-665d-49b4-ad47-dda84fd43988-image.png] One idea: turn a light green when it's finished, and turn it red when it's working on something. I tend to use the notepad command when I test parameters. [repo path]\.claude\settings.json: { "hooks": { "UserPromptSubmit": [ { "hooks": [ { "type": "mcp_tool", "server": "triggercmd", "tool": "run_command", "input": { "computer": "New Laptop", "command": "Notepad", "parameters": "started" } } ] } ], "Stop": [ { "hooks": [ { "type": "mcp_tool", "server": "triggercmd", "tool": "run_command", "input": { "computer": "New Laptop", "command": "Notepad", "parameters": "done" } } ] } ] } }
  • 7 Topics
    25 Posts
    RussR
    @Andru, thanks for the idea. I'll look into it.
  • API's to TRIGGERcmd

    5 Topics
    10 Posts
    RussR
    @Fabio, are you able to run your script as a TRIGGERcmd command yet? You can run it with a command like this: python3 c:\folder\pyautogui-position\script.py
  • 11 Topics
    63 Posts
    Nuno GomesN
    @Russ It´s working. Thank You.
  • 42 Topics
    153 Posts
    RussR
    @Matthew-Mason, it's a good use case that I should not disable, so I'm glad you caught it.
  • 22 Topics
    144 Posts
    RussR
    @Matt-Packwood, I thought I did produce an Apple Silicon version. Are you saying this version isn't an Apple Silicon version? https://agents.triggercmd.com/TRIGGERcmdAgent-arm64.dmg
  • 24 Topics
    125 Posts
    RussR
    @Pepe-Tops , good to know. I'll test and fix that if I can reproduce it.
  • 30 Topics
    215 Posts
    RussR
    @Hannibal, I see the problem. I told you /usr/lib/triggercmdagent which is the path on Ubuntu, not Raspberry Pi. Sorry about that. I corrected the "next steps" above to match the instructions here. It should look like this when you run the triggercmdagent command as root: pi@fe5978dee0e5:~$ sudo su - root@fe5978dee0e5:~# triggercmdagent Run installdaemon.sh to install the triggercmdagent daemon so it runs during boot Daemon install: false No token exists. Login to request one. prompt: token: Then run this to install the background agent that will startup as root during boot: /usr/share/triggercmdagent/app/src/installdaemon.sh Then edit /root/.TRIGGERcmdData/commands.json and make sure your commands have ground = background.
  • 53 Topics
    196 Posts
    RussR
    @Lokilator nice, I've used the shutdown command in the past. I haven't seen that one.
  • 0 Votes
    1 Posts
    2k Views
    No one has replied
  • List of ways to trigger your commands

    Pinned trigger methods
    7
    2 Votes
    7 Posts
    82k Views
    RussR
    @tal-sabadia I don't see why not. EDIT: If you're wondering if you can use the Hebrew language, no - Alexa and Google assistant don't support that yet.
  • FAQ

    Pinned
    1
    0 Votes
    1 Posts
    5k Views
    No one has replied
  • Warning: Don't have multiple computers with the same name

    Pinned Moved
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • How to use Off Command

    30
    0 Votes
    30 Posts
    63k Views
    RussR
    @Yoni, thanks for letting me know. I'll make it case-insensitive in the next version.
  • Auto-Email - >1 Command?

    6
    0 Votes
    6 Posts
    1k Views
    Ron HoskinsR
    @Russ Got it sorted. I created a "toggle" in HA and I simply had an automation that turned the toggle back off (after 5 seconds) and it executed the command again. Thanks much for the help!
  • Spam mails everyday

    2
    1
    0 Votes
    2 Posts
    715 Views
    RussR
    @Rodrigo-Carvalho-0, those emails are meant to tell users who don't have a TRIGGERcmd subscription why their command didn't run. You must have an Alexa routine that's trying to run multiple commands every hour. Could you disable or delete that routine? Otherwise, I could add an option in your profile page for non-subscribers to disable those emails - they'll just silently fail because you're not subscribed and you're trying to run multiple commands in 1 minute.
  • I don't have access to side panel in order to get my token

    3
    0 Votes
    3 Posts
    945 Views
    C
    @Russ I got it. The issue was due to that I havent gotten really logged in, for some reason after clicking the validation link it showed like I was logged in. I logged off and input my credentials again and I could find averithing in place. Thanks
  • Computador off no site

    4
    0 Votes
    4 Posts
    1k Views
    RussR
    @Viniciusmbs, de nada.
  • Trigger Home assistant

    2
    0 Votes
    2 Posts
    921 Views
    RussR
    @Viniciusmbs, I'm glad you asked because I've been working on the official Home Assistant integration for TRIGGERcmd. It's almost ready. I'm just waiting for this pull request to get merged: https://github.com/home-assistant/core/pull/121268 In the meantime, you could use this method.
  • No option to add commands

    2
    1
    0 Votes
    2 Posts
    932 Views
    RussR
    @carvalhoalvez you can only add commands using the agent software you install on your computer. You'll find the download links on the Instructions page or on the triggercmd.com home page.
  • Formatei o PC

    4
    0 Votes
    4 Posts
    2k Views
    V
    @Russ Então vou ter que refazer todos os comandos. Ninguém que formata o PC vai se lembra disto. E eu fiz login na conta meu PC antigo está la com todos o Trigger tem como pelo menos copiar os comandos
  • Powershell script to run commands remotely via TRIGGERcmd

    2
    0 Votes
    2 Posts
    4k Views
    V
    @Russ como posso efetuar este comando o powershel? start microsoft-edge:https://www.xbox.com/pt-BR/play/launch/forza-horizon-5-edição-padrão/9NKX70BBCDRN $wshell = New-Object -ComObject wscript.shell; $wshell.AppActivate('edge') while ($true) { Sleep 2 $wshell.SendKeys('{f11}') exit } exit
  • command solution

    9
    0 Votes
    9 Posts
    2k Views
    RussR
    @h6477801471 , I answered you here: https://www.triggercmd.com/forum/topic/2725/monitor-control-command-issue/2
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • Problemas al ejecutar instrucciones por voz en el asistente

    3
    0 Votes
    3 Posts
    1k Views
    Jonathan CastilloJ
    @Russ Muchas gracias, ahora funciona a la perfección!
  • Manually set Params

    2
    0 Votes
    2 Posts
    931 Views
    RussR
    @Robbie-Hoskins, if you leave the Off Command field blank, the command in the Command field will run with on or off as the parameter depending on whether you say "turn on" or "turn off." If you don't want to use the on/off parameters, you could fill in the Off Command field. Then it will run the command in the Command field when you say "turn on" and the command in the Off Command field when you say "turn off." Here's an example where I'm running two completely different commands for on and off. [image: 1678549529805-89ca17b5-100e-4ec0-8c37-07c9862e1408-image.png] I hope this answers you question, but I'm not sure.
  • WINDOWS settings to Alexa

    2
    1
    0 Votes
    2 Posts
    942 Views
    XanderX
    Set your command to ms-settings: Google can find you a list of sub commands (e.g. ms-settings:network) for any specific sections.
  • What's the difference between background and foreground commands?

    23
    1
    0 Votes
    23 Posts
    47k Views
    Alê 滝口A
    @Russ thank you !!!
  • Subscription Cancelled in 5 days....

    5
    1
    0 Votes
    5 Posts
    2k Views
    RussR
    Sorry @hdegenaro, I saw this and forgot to respond. You can say Alexa, ask TRIGGERcmd to open X if you use the TRIGGERcmd, TRIGGER command, or TC skills. This page shows the sentence format for those skills. You can say, Alexa turn on X if you use the newer TRIGGERcmd Smart Home skill. This page shows the "Smart Home" skill sentence format. Also, if you use an Alexa routine, you can use any word or phrase you want. For example I say, Alexa, open sesame to open my garage using a routine that translates "open sesame" to "ask TRIGGERcmd to run russ on garage" so it runs the command on my Raspberry Pi that opens my garage via the TRIGGERcmd skill.