burricalvo

Exchange markdown mailbox files with a remote Docker container via SSH.

Updated May 10, 2026
One-click install
npx skills add https://github.com/VMRam95/vmram-skills --skill burricalvo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: burricalvo
Source: https://github.com/VMRam95/vmram-skills/tree/main/skills/burricalvo
Command: npx skills add https://github.com/VMRam95/vmram-skills --skill burricalvo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the communication gap between your local environment and an AI agent (Burricalvo) running inside a container on a remote VPS, enabling asynchronous task delegation.

Core Features & Use Cases

  • Asynchronous Messaging: Send and receive messages to an AI agent without needing a live web interface.
  • Mailbox Management: Read, check, and clear communication logs stored on the remote server.
  • Use Case: Use this to send instructions to your VPS-based agent for background tasks and retrieve status updates or logs once the agent has processed your request.

Quick Start

Use the burricalvo skill to send a message to your VPS agent by typing /burricalvo send followed by your instructions.

Frequently Asked Questions about burricalvo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send messages to an AI agent running inside a Docker container on a VPS?

To send messages to a Docker container AI agent on a VPS, you use asynchronous file exchange via SSH. This skill manages message queues by reading and clearing markdown-formatted mailbox files within the remote container.

What is SSH-based asynchronous communication for remote agents?

SSH-based asynchronous communication enables inter-agent messaging between local and remote machines without a live interface. It works by exchanging markdown-formatted mailbox files stored inside a specific Docker container on the VPS.

Do I need SSH access to manage remote agent mailbox files?

Yes, you need SSH access to the target host and appropriate permissions to execute docker commands. These permissions are required to interact with the mailbox files located within the specific Docker container on the remote VPS.

Can I use this to retrieve status updates from a background task on my VPS?

Yes, you can use this skill to send instructions to your VPS-based agent for background tasks and retrieve status updates. You access the logs and responses later by reading the communication logs stored on the remote server.

What format do mailbox files use for inter-agent communication?

Mailbox files use a markdown-formatted structure for inter-agent communication. The system manages these message queues by reading the markdown content and then clearing the mailbox files after processing the asynchronous requests.