Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Lossless Claw Skill

v1.0.0

Skill completo para lossless-claw (LCM). Incluye instrucciones para instalar el plugin automáticamente.

1· 185·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for yejay7/lossless-claw-skill.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Lossless Claw Skill" (yejay7/lossless-claw-skill) from ClawHub.
Skill page: https://clawhub.ai/yejay7/lossless-claw-skill
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install lossless-claw-skill

ClawHub CLI

Package manager switcher

npx clawhub@latest install lossless-claw-skill
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the instructions: the SKILL.md describes and instructs installing and using the lossless-claw plugin and the lcm_* tools. It does not request unrelated credentials, binaries, or system access.
Instruction Scope
Instructions tell the agent to run openclaw CLI commands (plugins list/install, gateway restart) and to inspect a local SQLite DB path (/mnt/data/...). Those actions are within scope for installing and using the plugin, but they involve filesystem checks and a service restart — operations that have operational impact and should be run with user consent.
Install Mechanism
The skill is instruction-only (no install spec), which is low risk. It tells the agent to run 'openclaw plugins install @martian-engineering/lossless-claw' — installing a plugin will download/execute external code via OpenClaw's plugin system. This is expected for a plugin wrapper, but the actual plugin source should be verified before installation.
Credentials
The skill requests no environment variables or credentials. It references a local DB path which is consistent with a memory/context plugin. No disproportionate or unrelated secrets are requested.
Persistence & Privilege
The skill does not request always:true or other elevated platform privileges. It instructs potentially disruptive actions (plugin install and gateway restart) but does not persist beyond normal plugin installation behavior. Recommend requiring explicit user confirmation before performing installations or restarts.
Assessment
This skill is internally consistent and documents how to install and use the lossless-claw plugin, but before letting an agent install it automatically you should: 1) verify the plugin package name and its upstream repository (the skill lists a GitHub URL) to ensure it’s the expected project; 2) inspect the plugin code or release artifacts (or review its README/commit history) if you can; 3) back up important state (the OpenClaw workspace/DB) because the flow includes a gateway restart; 4) prefer to run the install command yourself rather than granting silent automatic installs; and 5) confirm /mnt/data is a local path and not a mounted network location if data residency matters.

Like a lobster shell, security has layers — review code before you run it.

contextvk97b6tvrydfc8ez4z02h8aamc9840cg2latestvk97b6tvrydfc8ez4z02h8aamc9840cg2lcmvk97b6tvrydfc8ez4z02h8aamc9840cg2memoryvk97b6tvrydfc8ez4z02h8aamc9840cg2
185downloads
1stars
1versions
Updated 3w ago
v1.0.0
MIT-0

Lossless Claw Skill

Skill completo para el plugin lossless-claw de OpenClaw. Este skill proporciona las instrucciones para instalar el plugin y luego usar las herramientas LCM.


⚠️ PRIMERO: Instalar el Plugin

Este skill detecta si el plugin está instalado y te guiará para instalarlo.

Instalación automática:

Cuando un agente lee este skill, debe verificar e instalar el plugin:

# Verificar si el plugin está instalado
openclaw plugins list | grep lossless-claw

# Si NO está instalado → Instalarlo
openclaw plugins install @martian-engineering/lossless-claw

Flujo automático del agente:

  1. Agente lee este skill → Detecta que necesita el plugin
  2. Agente verificaopenclaw plugins list
  3. Si no está → Ofrece instalar: "Veo este skill pero falta el plugin. ¿Instalo?"
  4. Usuario aceptaopenclaw plugins install @martian-engineering/lossless-claw
  5. Restart gatewayopenclaw gateway restart
  6. Listo → Herramientas lcm_* disponibles

Instalación manual (si el agente no la ofrece):

Paso 1: Instalar el plugin (infraestructura)

openclaw plugins install @martian-engineering/lossless-claw

Paso 2: Verificar instalación

openclaw plugins list
# Deberías ver: lossless-claw | loaded | 0.5.3

Paso 3: Restart gateway

openclaw gateway restart

Descripción

Este skill es un wrapper seguro para el plugin lossless-claw de OpenClaw. El plugin YA está instalado y proporcionando las herramientas lcm_grep, lcm_describe, y lcm_expand_query.

Propósito: Proporcionar una interfaz de usuario amigable para usar las herramientas LCM sin necesidad de recordar comandos complejos.


¿Qué es LCM?

Lossless Context Management (LCM) reemplaza el truncamiento de conversaciones antiguas con un sistema de resúmenes jerárquicos (DAG):

  • Todos los mensajes se guardan en SQLite
  • Resúmenes inteligentes de conversaciones antiguas
  • Búsqueda completa en todo el historial
  • Expansión bajo demanda - recupero detalles cuando necesito

Uso

1. Buscar en el historial

lcm_grep "término de búsqueda" --limit 10

Ejemplos:

  • lcm_grep "Stripe" --limit 5 - Buscar menciones de Stripe
  • lcm_grep "deploy" --limit 10 - Buscar conversaciones sobre deploys
  • lcm_grep "vercel.*token" --mode regex - Búsqueda con regex

2. Inspeccionar un resumen

lcm_describe --id sum_xxx

Ejemplos:

  • lcm_describe --id sum_abc123 - Ver detalles de un resumen específico
  • lcm_describe --id file_xyz789 - Ver archivo grande almacenado

3. Expansión profunda (deep recall)

lcm_expand_query --query "¿Qué decisiones tomamos sobre Vercel?"

Ejemplos:

  • lcm_expand_query --query "¿Qué APIs integramos?"
  • lcm_expand_query --query "¿Cuál es el estado del proyecto?"
  • lcm_expand_query --prompt "Resume las decisiones de pricing"

Comandos Disponibles

ComandoDescripción
lcm_grepBuscar en todo el historial de conversaciones
lcm_describeInspeccionar un resumen o archivo específico
lcm_expandExpandir un resumen para ver detalles
lcm_expand_queryResponder pregunta usando contexto expandido

Configuración Actual

El plugin está configurado con:

{
  "freshTailCount": 64,
  "leafChunkTokens": 80000,
  "contextThreshold": 0.75,
  "incrementalMaxDepth": 1,
  "summaryModel": "gensee-397b/Gensee/Qwen3.5-397B"
}

Significado:

  • freshTailCount: 64 - Últimos 64 mensajes sin resumir
  • contextThreshold: 0.75 - Compacta al 75% del contexto
  • leafChunkTokens: 80000 - Máximo tokens por chunk antes de resumir

Estado del Plugin

Para verificar el estado:

openclaw plugins list

Deberías ver:

Lossless Context Management | lossless-claw | loaded | 0.5.3

Base de Datos

Ubicación: /mnt/data/openclaw/workspace/.openclaw/lcm.db

Tamaño típico: ~160KB después de varias conversaciones

Verificar:

ls -la /mnt/data/openclaw/workspace/.openclaw/lcm.db

Troubleshooting

Error: "lcm_grep no encontrado"

Causa: El plugin no está cargado

Solución:

openclaw gateway restart

Error: "No conversation found"

Causa: No hay historial compactado aún

Solución: Esperar a que la conversación crezca y trigger compactación

Búsqueda lenta

Solución: Habilitar FTS5 (full-text search):

openclaw lcm fts5 enable

Sesiones de Larga Duración

El plugin está configurado para mantener sesiones vivas por 7 días (10080 minutos).

Cambiar duración:

{
  "session": {
    "reset": {
      "mode": "idle",
      "idleMinutes": 43200  // 30 días
    }
  }
}

Seguridad

Este skill es solo un wrapper - no ejecuta código, solo documenta cómo usar las herramientas LCM que ya están disponibles.

El plugin lossless-claw:

  • ✅ Código auditado (open source en GitHub)
  • ✅ Datos locales (SQLite en tu máquina)
  • ✅ Sin llamadas externas
  • ✅ Sin credenciales requeridas

Referencias


Changelog

v1.0.0 (2026-04-01)

  • Creación del skill wrapper
  • Documentación de herramientas LCM
  • Guía de troubleshooting
  • Referencias de seguridad

License

MIT License - Libre uso, modificación y redistribución.

Comments

Loading comments...