Complete Omi.me integration for memories, action items (tasks), and conversations. Full CRUD + sync capabilities for OpenClaw.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install omi-me或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install omi-me⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/omi-me/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: omi-me description: Complete Omi.me integration for memories, action items (tasks), and conversations. Full CRUD + sync capabilities for OpenClaw. homepage: https://omi.me metadata: openclaw: emoji: "🧠" requires: bins: ["omi", "omi-token"] env: ["OMI_API_TOKEN"] ---
Complete integration with Omi.me to sync and manage memories, action items (tasks), and conversations. Provides CLI tools.
- Memories - Action Items / Tasks - Conversations - Sync
# Run the setup script
bash /home/ubuntu/.openclaw/workspace/skills/omi-me/scripts/setup.sh
The setup script will:
~/.config/omi-me/omi and omi-token commands# 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
# Interactive (recommended)
omi-token.sh set
# Or manually
echo "your-token" > ~/.config/omi-me/token
omi-token.sh set # Configure API token interactively
omi-token.sh get # Print current token
omi-token.sh test # Test connection to Omi.me
Default location: ~/.config/omi-me/token
You can also set via environment variable:
export OMI_API_TOKEN="your-token"
~/.config/omi-me/token - API token storage| Command | Description | |---------|-------------| | omi-token.sh set | Configure API token interactively | | omi-token.sh get | Print current API token | | omi-token.sh test | Test connection to Omi.me |
| Command | Description | |---------|-------------| | omi memories list | List all memories | | omi memories get | Get specific memory | | omi memories create "content" | Create new memory | | omi memories create "content" --type preference | Create with type | | omi memories update | Update memory content | | omi memories delete | Delete a memory | | omi memories search "query" | Search memories |
| Command | Description | |---------|-------------| | omi tasks list | List 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 | Update task | | omi tasks complete | Mark as completed | | omi tasks pending | Mark as pending | | omi tasks delete | Delete a task |
| Command | Description | |---------|-------------| | omi conversations list | List 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 | Add message to conversation | | omi conversations delete | Delete a conversation | | omi conversations search "query" | Search conversations |
| Command | Description | |---------|-------------| | omi sync memories | Sync memories from Omi.me | | omi sync tasks | Sync action items from Omi.me | | omi sync conversations | Sync conversations from Omi.me | | omi sync all | Sync all data |
Interactive setup:
omi-token.sh set
Test connection:
omi-token.sh test
Get current token:
omi-token.sh get
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
Omi.me API rate limits:
The client automatically tracks rate limit headers and handles 429 responses.
# 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
# Test connection
omi-token.sh test
# Reconfigure if needed
omi-token.sh set
# Use full path instead
bash /home/ubuntu/.openclaw/workspace/skills/omi-me/scripts/omi-cli.sh memories list
---
安装 Omi Me 后,可以对 AI 说这些话来触发它
Help me get started with Omi Me
Explains what Omi Me does, walks through the setup, and runs a quick demo based on your current project
Use Omi Me to complete Omi
Invokes Omi Me with the right parameters and returns the result directly in the conversation
What can I do with Omi Me in my documents & notes workflow?
Lists the top use cases for Omi Me, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/omi-me/ 目录(个人级,所有项目可用),或 .claude/skills/omi-me/(项目级)。重启 AI 客户端后,用 /omi-me 主动调用,或让 AI 根据上下文自动发现并使用。
Omi Me 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Omi Me 可免费安装使用。请查阅仓库了解许可证信息。
Complete Omi.me integration for memories, action items (tasks), and conversations. Full CRUD + sync capabilities for OpenClaw.
Omi Me 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my documents & notes tasks using Omi Me
Identifies repetitive steps in your workflow and sets up Omi Me to handle them automatically