
4ier/agent-skills
2 skills57 installsGitHub
Install
npx skills add https://github.com/4ier/agent-skillsSkills in this repo
1Termux Apitermux-api lets an AI agent control an Android device's hardware and system APIs by running termux-api commands over SSH. It covers camera, sensors, location, notifications, SMS, clipboard, text-to-speech and many other device functions. A developer building a phone-controlling agent uses it to drive a real Android device, provided Termux and Termux:API are installed and permissions granted.54installs2Offload2offload2 is a meta skill for AI agents that gives them a one-way place to discard unproductive internal reasoning state. When reasoning pressure is high or assumptions conflict, the agent pipes text to a script that appends a single JSON line to a local JSONL file and returns nothing. It is deliberately unreliable and non-blocking, so the agent must behave identically whether the offload succeeds or fails and must never branch on it or read the log back.3installs