Skip to content

Instantly share code, notes, and snippets.

View jlcases's full-sized avatar
💭
Coding

Jose Luis Cases jlcases

💭
Coding
View GitHub Profile
@jlcases
jlcases / openclaw-interagent-gist.md
Last active February 20, 2026 17:05
🔗 OpenClaw Multi-Gateway Inter-Agent Communication — How to make multiple AI agents on the same VPS talk to each other

🔗 OpenClaw Multi-Gateway Inter-Agent Communication

How to make multiple OpenClaw agents on the same VPS talk to each other

If you're running multiple OpenClaw gateways (each with their own Linux user, port, and Telegram bot), this guide shows you how to set up secure inter-agent communication so any agent can ask questions to any other agent.

Why Would You Want This?

Most people run one AI assistant. But once you start running multiple specialized agents, they need to collaborate — just like a team of humans would.

@jlcases
jlcases / poison-taster-email.md
Last active February 2, 2026 21:46
📧 The Poison Taster Pattern for Email Agents: Securing LLM Email Automation

📧 The Poison Taster Pattern for Email Agents: Securing LLM Email Automation

El Patrón del Catador de Venenos para Agentes de Email: Protegiendo Automatización de Correo con LLMs


🇬🇧 English

The Problem

@jlcases
jlcases / poison-taster-security.md
Last active February 2, 2026 21:50
🧪 The Poison Taster Pattern: Securing LLM Agents Against Web-Based Prompt Injection

🧪 The Poison Taster Pattern: Securing LLM Agents Against Web-Based Prompt Injection

El Patrón del Catador de Venenos: Protegiendo Agentes LLM Contra Prompt Injection desde la Web


🇬🇧 English

The Problem

Política de Privacidad de paellaSEO

1. Introducción

Esta Política de Privacidad describe cómo paellaSEO recopila, utiliza y comparte datos cuando utilizas nuestra extensión de Chrome para análisis SEO en tiempo real.

2. Recopilación y Uso de Datos

Datos que recopilamos:

  • Historial web: Analizamos la página web actual que estás visitando para proporcionar análisis SEO.
@jlcases
jlcases / linkfields.txt
Created August 28, 2022 11:02 — forked from SamCed/linkfields.txt
Link Fields based on matches
//Copy Values to a linked field
//Declare tables
var activeTbl = base.getTable("The table where you need to copy values to");
var linkTbl = base.getTable("Table that contains your linked records");
//Declare queries
var activeQry = await activeTbl.selectRecordsAsync();
var linkQry = await linkTbl.selectRecordsAsync();
# TIPS
1) Remove the count function and paste into dev tools to test further
2) To spot additonal oportunities swap the img selector to video, iframe or wildcards
3) Render JS in SF to discover all images and spot differences
4) Spot check source to find different lazy loading libraries e.g. Lazysizes, JQuery Lazy, yall.js etc
# CAVEATS
1) Don't forget to check background CSS images
2) Other implimentaiton techniques may exist, adapt this approach to suit your needs e.g yall.js - lazy-bg-loaded