termux-system

Automate Android hardware tasks using Termux API commands.

19|2|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/perminder-klair/ruuh --skill termux-system
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: termux-system
Source: https://github.com/perminder-klair/ruuh/tree/main/agent/.pi/skills/termux-system
Command: npx skills add https://github.com/perminder-klair/ruuh --skill termux-system

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Android system integration and hardware access via the Termux API, enabling automation of scheduling, IR transmission, USB device interaction, NFC tag read/write, and hardware-backed crypto.

Core Features & Use Cases

  • Scheduling tasks with termux-job-scheduler to automate maintenance and workflows.
  • Infrared control with termux-infrared-frequencies and termux-infrared-transmit.
  • USB device discovery and access via termux-usb.
  • NFC tag read/write operations using termux-nfc.
  • Hardware-backed crypto key management with termux-keystore.

Quick Start

Run a prepared script or schedule a job using termux-job-scheduler to automate Android hardware tasks via the Termux API.

Frequently Asked Questions about termux-system

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

FAQPage Schema
How do I automate Android hardware tasks using Termux?

You can automate Android hardware tasks in Termux by running system scripts that leverage Termux API commands for scheduling jobs, transmitting infrared signals, reading NFC tags, and interacting with USB devices. This enables periodic maintenance and direct hardware control.

Can I schedule periodic system jobs with the Termux API?

Yes, you can schedule periodic system jobs in Termux using the termux-job-scheduler command. This allows you to automate recurring maintenance tasks and hardware workflows on your Android device without manual intervention.

How do I read and write NFC tags using Termux?

You can read and write NFC tags in Termux by executing the termux-nfc command within your automation scripts. This provides direct access to Android NFC hardware for tag data operations, provided the necessary permissions are granted.

Does Termux support infrared transmission for Android devices?

Yes, Termux supports infrared transmission on compatible Android devices using the termux-infrared-transmit and termux-infrared-frequencies commands. This allows you to control IR-equipped hardware directly through automated system scripts.

How do I interact with USB devices in an Android Termux environment?

You can discover and interact with USB devices in Termux by utilizing the termux-usb command. This enables your scripts to establish connections with external USB hardware directly from the Android terminal environment.

Can I use hardware-backed crypto keystore operations in Termux?

Yes, you can perform hardware-backed crypto key management in Termux using the termux-keystore command. This allows your scripts to securely handle cryptographic operations utilizing the Android hardware keystore.