/install kokonna-frame
KoKonna Frame Control
Control KoKonna AI e-ink art frames. Upload images, query device status, and manage multiple frames.
Configuration
Before using this skill, configure your KoKonna devices in ~/.openclaw/skills/kokonna-frame/config.yaml:
api_base_url: "https://api.galaxyguide.cn/openapi"
devices:
living_room: "your-api-key-here"
bedroom: "your-api-key-here"
# Add more devices as needed
Get your API key from your KoKonna frame settings at kokonna.art.
Usage
Command Line
# Upload image to a frame (auto-resize)
python3 scripts/upload.py --device living_room --image /path/to/image.jpg
# Upload with custom name
python3 scripts/upload.py --device living_room --image /path/to/image.jpg --name "Sunset"
# Query device info
python3 scripts/device_info.py --device living_room
# Push to all frames
python3 scripts/upload.py --device all --image /path/to/image.jpg --name "Art"
Python API
from kokonna import KoKonnaFrame
# Initialize frame
frame = KoKonnaFrame(device="living_room")
# Upload image
frame.upload_image("/path/to/image.jpg", name="Sunset")
# Get device info
info = frame.get_device_info()
print(info)
Features
- Automatic Resizing: Images are automatically cropped and resized to match frame display
- Custom Naming: Give images meaningful names that display on the frame
- Multi-Frame Support: Manage multiple KoKonna frames from one agent
- Device Status: Check battery level, online status, and firmware version
Requirements
- Python 3.7+
requestslibraryPillowlibrary
Install: pip install requests Pillow
About KoKonna
KoKonna is an AI-powered e-ink art frame that brings art, information, and personality into your space.
- E-ink Display: Paper-like, low power, beautiful in any light
- AI Art Generation: Automatically creates artwork based on preferences
- Smart Home Integration: Works with your AI assistant
Learn more at kokonna.art.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install kokonna-frame - 安装完成后,直接呼叫该 Skill 的名称或使用
/kokonna-frame触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Kokonna Frame 是什么?
Control KoKonna AI e-ink art frames. Upload images, query device info, and manage multiple frames. Use when user asks to "push to frame", "send to frame", "d... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 97 次。
如何安装 Kokonna Frame?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install kokonna-frame」即可一键安装,无需额外配置。
Kokonna Frame 是免费的吗?
是的,Kokonna Frame 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Kokonna Frame 支持哪些平台?
Kokonna Frame 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Kokonna Frame?
由 guooscar(@guooscar)开发并维护,当前版本 v1.2.0。