termux-api
✓Control Android devices via Termux API over SSH. Access camera, sensors, location, notifications, SMS, clipboard, TTS, and 70+ other device APIs. Requires Termux and Termux:API installed on the Android device.
Installation
SKILL.md
| termux-battery-status | Battery level, charging status, temperature | | termux-audio-info | Audio device info | | termux-wifi-connectioninfo | Current WiFi connection details | | termux-wifi-scaninfo | Scan nearby WiFi networks | | termux-telephony-deviceinfo | Phone/SIM info | | termux-telephony-cellinfo | Cell tower info |
| termux-sensor -l | List available sensors | | termux-sensor -s -n 1 | Read sensor once |
| termux-camera-info | List cameras (id 0=back, 1=front) | | termux-camera-photo -c | Take photo (needs foreground) | | termux-microphone-record -f | Record audio | | termux-media-player play | Play audio file | | termux-tts-speak "text" | Text to speech | | termux-tts-engines | List TTS engines |
Control Android devices via Termux API over SSH. Access camera, sensors, location, notifications, SMS, clipboard, TTS, and 70+ other device APIs. Requires Termux and Termux:API installed on the Android device. Source: 4ier/agent-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/4ier/agent-skills --skill termux-api- Source
- 4ier/agent-skills
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-05
- Updated
- 2026-02-18
Quick answers
What is termux-api?
Control Android devices via Termux API over SSH. Access camera, sensors, location, notifications, SMS, clipboard, TTS, and 70+ other device APIs. Requires Termux and Termux:API installed on the Android device. Source: 4ier/agent-skills.
How do I install termux-api?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/4ier/agent-skills --skill termux-api Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/4ier/agent-skills