/install frameo
Frameo Digital Photo Frame Control
Control Frameo photo frames via cloud API or ADB.
Methods
Method 1: Cloud API (Limited)
- ✅ List paired frames
- ✅ Get account info
- ❌ Send photos (requires FCM/Firebase)
Method 2: ADB (Full Control)
- ✅ Push photos directly
- ✅ Control brightness
- ✅ Toggle screen
- ✅ Navigate photos
Quick Start
Cloud API Setup
- Install:
pip3 install requests pillow - Get Bearer token from Frameo app traffic (Proxyman/Charles)
- Save token:
echo '{"access_token": "YOUR_TOKEN"}' > ~/.frameo_token - Run:
python3 scripts/frameo_client.py --frames
ADB Setup (Recommended)
- Enable Developer Options on Frameo (Settings → About → tap Build 7x)
- Enable USB Debugging
- Connect USB-C data cable to computer
- Run:
adb tcpip 5555to enable wireless - Disconnect USB, connect wireless:
adb connect \x3Cframe-ip>:5555
Usage Examples
List Frames (Cloud API)
python3 scripts/frameo_client.py --frames
Send Photo (ADB)
adb push photo.jpg /sdcard/DCIM/
# Or to Frameo's photo directory:
adb push photo.jpg /sdcard/Frameo/
Control Frame (ADB)
# Screen on/off
adb shell input keyevent 26
# Set brightness (0-255)
adb shell settings put system screen_brightness 128
# Next photo (swipe right)
adb shell input swipe 800 500 200 500
# Previous photo (swipe left)
adb shell input swipe 200 500 800 500
Remote Access via SSH Relay
If frame is on local network and agent is remote:
ssh user@local-mac "adb push /tmp/photo.jpg /sdcard/DCIM/"
References
references/api-endpoints.md- Frameo cloud API endpointsreferences/adb-commands.md- Common ADB commands for Frameo
Troubleshooting
Token Expired (401)
Frameo tokens expire in ~5 minutes. Get fresh token from Proxyman.
ADB Connection Refused
Wireless ADB not enabled. Need USB cable first to run adb tcpip 5555.
USB Cable Not Detected
Ensure using a data cable, not charge-only. Data cables are usually thicker.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install frameo - 安装完成后,直接呼叫该 Skill 的名称或使用
/frameo触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Frameo Photo Frame Control 是什么?
Control Frameo digital photo frames via cloud API for frame info or ADB for full control including photo upload, brightness, screen, and navigation. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 279 次。
如何安装 Frameo Photo Frame Control?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install frameo」即可一键安装,无需额外配置。
Frameo Photo Frame Control 是免费的吗?
是的,Frameo Photo Frame Control 完全免费(开源免费),可自由下载、安装和使用。
Frameo Photo Frame Control 支持哪些平台?
Frameo Photo Frame Control 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Frameo Photo Frame Control?
由 Michael(@850media)开发并维护,当前版本 v1.0.0。