sensor-tasking

Send tasks to EDR sensors for live response and forensic collection.

29|3|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/refractionPOINT/lc-ai --skill sensor-tasking
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sensor-tasking
Source: https://github.com/refractionPOINT/lc-ai/tree/main/marketplace/plugins/lc-essentials/skills/sensor-tasking
Command: npx skills add https://github.com/refractionPOINT/lc-ai --skill sensor-tasking

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill orchestrates sending tasks to EDR sensors, handles offline agents via reliable tasking, and collects responses via LCQL queries or D&R rules for automated handling.

Core Features & Use Cases

  • Direct tasking for online sensors
  • Reliable tasking for offline sensors with TTL
  • Inline responses, LCQL-based collection, and D&R automation

Quick Start

  1. Determine target scope (single sensor, selector, or all)
  2. Use Task with subagent to deploy tasks and collect results
  3. Review consolidated responses and trigger appropriate actions

Frequently Asked Questions about sensor-tasking

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

FAQPage Schema
How do I send tasks to EDR sensors for live response and data collection?

Live response tasking sends commands directly to online EDR sensors to gather data or execute actions. Use the Task tool with the limacharlie-api-executor subagent to deploy tasks across your sensor fleet, collecting responses inline or via LCQL queries for forensic investigation and fleet-wide operations.

Can I task offline EDR agents, or do I need sensors to be online?

Reliable tasking enables offline agent tasking with TTL (time-to-live) settings. Tasks queue on offline sensors and execute when they reconnect, making reliable tasking essential for large deployments and intermittently online hosts where direct tasking alone is insufficient.

How do I automate response actions after collecting sensor data?

Create D&R (Detect & Respond) rules to automate response handling after tasking completes. Rules trigger on collected responses, enabling fleet-wide automated actions like host isolation, policy enforcement, or alert generation without manual intervention.

What's the best way to query and consolidate responses from many sensors?

LCQL queries consolidate responses across sensors into unified datasets. Query collected task results to extract OS versions, process lists, file inventories, or other telemetry across your fleet, then aggregate and analyze the consolidated output for threat hunting or compliance.

Do I need to configure sensors individually, or can I target groups?

Sensor-tasking supports targeting by scope: single sensors, selector-based groups, or fleet-wide deployment. Define your target scope before tasking to deploy commands efficiently across small sets or large heterogeneous fleets with a single operation.

What are the limitations of direct tasking versus reliable tasking for EDR operations?

Direct tasking reaches only online sensors with immediate responses, suitable for small targeted operations. Reliable tasking adds offline support and TTL queueing but requires configuration for large or distributed deployments where sensor availability is unpredictable.