Skip to content

Instantly share code, notes, and snippets.

@mrkupczyk
mrkupczyk / SKILL.md
Created April 8, 2026 22:51
Termux Executor Skill

{ "name": "TermuxCodeExecutor", "description": "Executes Python code in Termux and returns output or errors.", "triggers": ["run this code", "test this script", "debug this"], "tool": "run_intent", "parameters": { "extra_package": "com.termux", "extra_component": "com.termux.tasker.TaskerReceiver", "extra_intent_action": "com.termux.tasker.ACTION_EXECUTE", "extra_executable": "agent_bridge.py",