computer-use-agents
sickn33/antigravity-awesome-skills
This skill details the fundamental architecture of computer use agents, following the Perception-Reasoning-Action loop. It shows how to integrate vision models with desktop control using Python, simulating screen observation, planning, and action execution (mouse/keyboard). Crucially, it mandates and demonstrates best practices for running these agents within secure, isolated, sandboxed environments (e.g., using Docker, seccomp, and resource limits) to minimize security risks and ensure reliable deployment.