Overview
- Skill Key
- caioiscoding/omi-me
- Author
- caioiscoding
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/caioiscoding/omi-me
- Latest Commit SHA
- 7b150e9bf851bd0aa4c77178370de430848cbc0a
Complete Omi.me integration for memories, action items (tasks), and conversations. Full CRUD + sync capabilities for OpenClaw.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 omi-me 技能。 若已安装,则直接安装 omi-me 技能。
# 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](#setup) - [Token Management](#token-management) - [CLI Commands](#cli-commands) - [Memories](#memories) - [Action Items / Tasks](#action-items--tasks) - [Conversations](#conversations) - [Sync](#sync) - [Usage Examples](#usage-examples) ## Setup ### Automated Setup ```bash # 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 ```bash # 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: ```bash # Interactive (recommended) omi-token.sh set # Or manually echo "your-token" > ~/.config/omi-me/token ``` ## Token Management ```bash 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: ```bash export OMI_API_TOKEN="your-token" ``` ### Files - `~/.config/omi-me/token` - API token storage ## CLI Commands ### Token Management | 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 | ### Memories | Command | Description | |---------|-------------| | `omi memories list` | List all memories | | `omi memories get <id>` | Get specific memory | | `omi memories creat...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.