ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified utilities Safety 3/5

Frameo

Skill by 850media

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/850media/frameo
Or

What This Skill Does

The Frameo skill by 850media provides a bridge between OpenClaw and Frameo digital photo frames, enabling remote management and content delivery. It supports two distinct operating modes: a Cloud API implementation for account-level data retrieval and an ADB (Android Debug Bridge) implementation for deep, hardware-level control of the frame. This dual-approach allows users to monitor their frame status while performing advanced tasks like pushing photos directly to the storage directory, adjusting display brightness, toggling power states, and simulating touch navigation via shell swipes. It is an essential tool for developers or power users looking to automate their digital display setups.

Installation

To integrate this skill into your environment, use the command: clawhub install openclaw/skills/skills/850media/frameo. Ensure your system has the Android SDK Platform-Tools installed to utilize the ADB functionality. For Cloud API features, you will need to install the dependencies: pip3 install requests pillow. Ensure the Frameo frame is on the same local network as the host machine and that USB debugging is enabled through the developer menu for wireless ADB connectivity.

Use Cases

This skill is perfect for automated home gallery management. Use it to push new photos from a local folder to a wall-mounted frame every morning, create a schedule for screen brightness to save power at night, or integrate the frame into a broader home automation system where the screen turns on only when motion is detected in the room. It is also useful for maintaining multiple frames from a single workstation.

Example Prompts

  1. "OpenClaw, please send the latest photo from my 'vacation' folder to the living room Frameo using ADB."
  2. "Set the living room Frameo screen brightness to 50% and display the next photo."
  3. "List all my paired Frameo devices and check if the living room frame is currently reachable via ADB."

Tips & Limitations

Note that Frameo cloud tokens are short-lived, typically expiring within 5 minutes, which may require frequent manual updates or a script to refresh authentication. When using ADB, prioritize a stable wireless connection by first configuring via a physical data cable. If ADB commands fail, verify the device IP and ensure no other processes are locking the adb server. Always use high-quality USB data cables to avoid connection instability during photo transfers.

Metadata

Author@850media
Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-850media-frameo": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#frameo#automation#photo-frames#adb#iot
Safety Score: 3/5

Flags: network-access, file-write, file-read, external-api, code-execution