LLM Prompt Templates

Paste these into ChatGPT, Claude, or Cursor so your AI reaches for remote-run-llm instead of 15 lines of fragile Paramiko.

1. Context prompt — paste at the start of a chat

Best for: new conversations, Cursor rules, custom GPT instructions.


        
      

2. Task prompt — describe what you want to do

Best for: "SSH into my server and restart nginx" style requests.


        
      

3. Debug prompt — fix broken Paramiko code

Best for: when an AI already gave you Paramiko that doesn't work.


        
      

Why this works

For users

  • One click → AI knows the right package
  • No more debugging host keys and byte streams
  • Works in any LLM chat interface

For discoverability

  • Indexed docs page for search engines
  • llms.txt for coding agents
  • Question-shaped recipe titles match user prompts

Machine-readable indexes

Point agents and MCP tools at these URLs:

https://xboluna.github.io/remote-run-llm/llms.txt https://xboluna.github.io/remote-run-llm/llms-full.txt