← 返回
未分类 Key 中文

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...
控制 KoKonna AI 电子墨水艺术画框。上传图片、查询设备信息、管理多个画框。当用户要求“推送到画框”、“发送到画框”等操作时使用。
guooscar guooscar 来源
未分类 clawhub v1.2.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 365
下载
💾 0
安装
1
版本
#latest

概述

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+
  • requests library
  • Pillow library

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.

版本历史

共 1 个版本

  • v1.2.0 当前
    2026-05-07 11:55 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,245 📥 272,266
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,424 📥 326,578
ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 851 📥 333,820