← 返回
数据分析 Key 中文

Omi Me

Complete Omi.me integration for memories, action items (tasks), and conversations. Full CRUD + sync capabilities for OpenClaw.
完成 Omi.me 集成,支持记忆、任务、对话的完整 CRUD 及 OpenClaw 同步功能。
caioiscoding
数据分析 clawhub v1.0.0 1 版本 99950.3 Key: 需要
★ 4
Stars
📥 1,930
下载
💾 26
安装
1
版本
#latest

概述

Omi.me Integration for OpenClaw

Complete integration with Omi.me to sync and manage memories, action items (tasks), and conversations. Provides CLI tools.

Table of Contents

Setup

Automated Setup

# Run the setup script
bash /home/ubuntu/.openclaw/workspace/skills/omi-me/scripts/setup.sh

The setup script will:

  1. Create config directory ~/.config/omi-me/
  2. Guide you to configure your API token
  3. Create symlinks for omi and omi-token commands

Manual Setup

# Create config directory
mkdir -p ~/.config/omi-me

# Save your API token
echo "omi_dev_your_token_here" > ~/.config/omi-me/token
chmod 600 ~/.config/omi-me/token

Get API Token

  1. Visit https://docs.omi.me/doc/developer/api/overview
  2. Generate a developer API key
  3. Configure using:
# Interactive (recommended)
omi-token.sh set

# Or manually
echo "your-token" > ~/.config/omi-me/token

Token Management

omi-token.sh set    # Configure API token interactively
omi-token.sh get    # Print current token
omi-token.sh test   # Test connection to Omi.me

Token File

Default location: ~/.config/omi-me/token

You can also set via environment variable:

export OMI_API_TOKEN="your-token"

Files

  • ~/.config/omi-me/token - API token storage

CLI Commands

Token Management

CommandDescription
----------------------
omi-token.sh setConfigure API token interactively
omi-token.sh getPrint current API token
omi-token.sh testTest connection to Omi.me

Memories

CommandDescription
----------------------
omi memories listList all memories
omi memories get Get specific memory
omi memories create "content"Create new memory
omi memories create "content" --type preferenceCreate with type
omi memories update "new content"Update memory content
omi memories delete Delete a memory
omi memories search "query"Search memories

Action Items / Tasks

CommandDescription
----------------------
omi tasks listList all action items
omi tasks get Get specific task
omi tasks create "title"Create new task
omi tasks create "title" --desc "description" --due "2024-01-15"Create with details
omi tasks update --title "new title"Update task
omi tasks complete Mark as completed
omi tasks pending Mark as pending
omi tasks delete Delete a task

Conversations

CommandDescription
----------------------
omi conversations listList all conversations
omi conversations get Get specific conversation
omi conversations create --title "My Chat" --participants "user1,user2"Create conversation
omi conversations create --participants "user1,user2" --message "Hello!"Create with initial message
omi conversations add-message user "Hello world"Add message to conversation
omi conversations delete Delete a conversation
omi conversations search "query"Search conversations

Sync

CommandDescription
----------------------
omi sync memoriesSync memories from Omi.me
omi sync tasksSync action items from Omi.me
omi sync conversationsSync conversations from Omi.me
omi sync allSync all data

Usage Examples

Token Configuration

Interactive setup:

omi-token.sh set

Test connection:

omi-token.sh test

Get current token:

omi-token.sh get

CLI Examples

List memories:

omi memories list

Create a memory:

omi memories create "Caio prefers working in English" --type preference

Create a task:

omi tasks create "Review Omi integration" --desc "Check if sync is working" --due "2024-02-01"

Mark task complete:

omi tasks complete <task-id>

Create conversation:

omi conversations create --title "Team Sync" --participants "alice,bob" --message "Let's discuss the project"

Add message:

omi conversations add-message <conv-id> user "I agree!"

Sync all data:

omi sync all

Rate Limits

Omi.me API rate limits:

  • 100 requests per minute per API key
  • 10,000 requests per day per user

The client automatically tracks rate limit headers and handles 429 responses.

Troubleshooting

"Token not configured"

# Configure interactively
omi-token.sh set

# Or check manually
cat ~/.config/omi-me/token

# If empty, add your token
echo "omi_dev_your_token" > ~/.config/omi-me/token

"Connection failed" or 401 error

# Test connection
omi-token.sh test

# Reconfigure if needed
omi-token.sh set

Permission denied for symlink

# Use full path instead
bash /home/ubuntu/.openclaw/workspace/skills/omi-me/scripts/omi-cli.sh memories list

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 19:19 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 368 📥 140,708
data-analysis

Stock Analysis

udiedrichsen
{"answer":"基于雅虎财经数据,分析股票与加密货币。支持投资组合管理、自选股预警、股息分析、8维评分、热门趋势扫描及传闻/早期信号探测。适用于股票分析、持仓追踪、财报异动、加密监控、热门股追踪或提前发掘非主流传闻。"}
★ 270 📥 57,012
data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 199 📥 65,213