screen-control-skill

Control Android screen brightness, wake, and auto-brightness settings.

356|66|Updated Oct 13, 2025
One-click install
npx skills add https://github.com/zeenie-ai/MachinaOS --skill screen-control-skill-zeenie-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: screen-control-skill
Source: https://github.com/zeenie-ai/MachinaOS/tree/main/server/skills/android_agent/screen-control-skill
Command: npx skills add https://github.com/zeenie-ai/MachinaOS --skill screen-control-skill-zeenie-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Screen management tasks like dimming the display, waking the phone, and adjusting timeout settings become repetitive and manual, especially when optimizing for battery or different environments.

Core Features & Use Cases

  • Brightness and power tuning: Set screen brightness to a target level and manage adaptive/auto-brightness on or off.
  • Wake and status checks: Wake the screen when it’s off and retrieve current screen settings (brightness, auto-brightness, whether the screen is on, and screen timeout).
  • Use case: When you need a low-power routine, disable auto-brightness, set brightness to 30%, and reduce screen timeout behavior by confirming current settings first.

Quick Start

Ask the assistant to set the Android screen brightness to 50% using the screen-control-skill action payload with the action set to set_brightness and a level of 50.

Frequently Asked Questions about screen-control-skill

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

FAQPage Schema
How do I automate Android screen brightness and wake settings?

You can automate Android screen brightness and wake settings by routing action-based parameters to the screen control tool, which adjusts brightness, toggles auto-brightness, and wakes the display.

Can I disable auto-brightness and set a specific screen brightness level on Android?

Yes, you can disable auto-brightness and set a specific target brightness level by sending a set_brightness action with the desired percentage to the screen control automation tool.

How do I check current Android screen settings like brightness and timeout?

To check current Android screen settings, you can retrieve the device status, which returns structured data on current brightness, auto-brightness state, screen on/off status, and screen timeout.

Does this screen control tool work for conserving battery on Android devices?

Yes, this screen control tool works for conserving battery by allowing you to disable adaptive auto-brightness, reduce screen brightness to a lower percentage, and confirm timeout settings.

Can I wake an Android screen remotely when it is off?

Yes, you can wake an Android screen when it is off by triggering the wake action through the screen control automation tool, returning a structured confirmation result.

What is the best way to manage Android screen timeout for low-power routines?

The best way to manage Android screen timeout for low-power routines is to retrieve current settings, reduce screen brightness, disable auto-brightness, and confirm the timeout behavior using device automation.