sensors_wrap-tool

Convert command-line tool output into sensors-cli JSON schema.

15|1|Updated May 21, 2026
One-click install
npx skills add https://github.com/birgitta410/sensors-cli --skill sensors-wrap-tool
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sensors_wrap-tool
Source: https://github.com/birgitta410/sensors-cli/tree/main/.claude/skills/sensors_wrap-tool
Command: npx skills add https://github.com/birgitta410/sensors-cli --skill sensors-wrap-tool

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill bridges the gap between custom command-line tools and the sensors-cli system by transforming arbitrary tool output into the standardized JSON format required for automated quality monitoring.

Core Features & Use Cases

  • Custom Parser Generation: Create wrapper scripts that normalize output from any CLI tool into a structured JSON schema.
  • Flexible Integration: Supports both wrapper patterns (calling the tool directly) and pipe filters (processing stdin).
  • Use Case: If you have a custom linter or security scanner that outputs plain text, use this skill to build a wrapper that converts those results into sensor findings, metrics, and guidance for your coding agent.

Quick Start

Use the sensors_wrap-tool skill to create a wrapper script for my custom test runner and configure it as a new sensor.

Frequently Asked Questions about sensors_wrap-tool

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

FAQPage Schema
How do I convert custom CLI tool output to JSON for automated monitoring?

You convert custom CLI tool output to JSON for automated monitoring by creating a wrapper script that maps arbitrary command-line results into the standardized sensors-cli JSON schema, normalizing findings, metrics, and guidance fields for unified quality tracking.

Can I integrate a plain text linter or security scanner into a sensors monitoring workflow?

Yes, you can integrate a plain text linter or scanner into a sensors monitoring workflow by building a custom wrapper script that parses the tool's output and translates it into structured sensor findings and metrics for your coding agent.

What is the sensors-cli JSON schema used for quality monitoring?

The sensors-cli JSON schema is a standardized format for quality monitoring that structures arbitrary tool output into defined findings, metrics, and guidance fields, allowing diverse CLI tools to feed into a unified sensor-based workflow.

Does the wrapper script support both direct execution and stdin pipe filtering?

Yes, the wrapper script supports both direct execution and stdin pipe filtering, allowing you to either call the CLI tool directly within the wrapper or process standard input from an existing tool pipeline to generate the required JSON schema.

Do I need any external dependencies to map command-line output to the sensor JSON schema?

No external dependencies are required to map command-line output to the sensor JSON schema, as the skill facilitates creating a standalone wrapper script to handle the parsing and field mapping directly within your environment.