← Back to Skills Marketplace
caioiscoding

Omi Me

by CaioIsCoding · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1487
Downloads
4
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install omi-me
Description
Complete Omi.me integration for memories, action items (tasks), and conversations. Full CRUD + sync capabilities for OpenClaw.
Usage Guidance
This skill appears to be what it claims: a simple CLI wrapper for Omi.me that stores and uses your OMI_API_TOKEN. Before installing or running the setup script: 1) Inspect the scripts yourself (they are plain shell) and confirm you trust the omi.me endpoints. 2) Note the bug in omi-cli.sh: it sets OMI_API_URL but uses API_URL when making requests; API calls will fail until corrected (change ${API_URL} to ${OMI_API_URL}). 3) The setup script can create symlinks in /usr/local/bin — avoid running it with sudo unless you intend to make the commands globally available; without sudo the symlink step will be skipped. 4) The token is stored at ~/.config/omi-me/token (or read from OMI_API_TOKEN); treat that file like any other secret (chmod 600 is already used by the script). 5) Because the skill makes network calls to https://api.omi.me/v1/dev, verify the domain and your API key's permissions before granting access. If you want to be extra cautious, run commands manually (bash ./scripts/omi-token.sh set/test and bash ./scripts/omi-cli.sh ...) rather than creating global symlinks.
Capability Analysis
Type: OpenClaw Skill Name: omi-me Version: 1.0.0 The OpenClaw AgentSkills skill bundle for Omi.me provides a legitimate CLI client for interacting with the Omi.me API. It handles API tokens securely by prompting for silent input and setting `chmod 600` permissions on the token file (`~/.config/omi-me/token`). The `omi-cli.sh` script performs standard CRUD operations against `https://api.omi.me/v1/dev` using `curl`, and the `setup.sh` script performs benign installation tasks like creating config directories, making scripts executable, and optionally creating symlinks in `/usr/local/bin`. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, or prompt injection against the agent to perform actions outside the stated purpose.
Capability Assessment
Purpose & Capability
Name/description, required binaries (omi, omi-token), and required env var (OMI_API_TOKEN) align with the included CLI and token-management scripts. The scripts implement CRUD, search, and sync operations against the Omi.me API, which is what the skill advertises.
Instruction Scope
SKILL.md instructs running the skill's setup script and interacting with the included CLI scripts; those scripts read/write only ~/.config/omi-me/token and call the Omi.me API. Two practical issues to be aware of: SKILL.md uses a hardcoded workspace path (/home/ubuntu/.openclaw/...) which may not match the user's environment, and the CLI has an implementation bug (omi-cli.sh defines OMI_API_URL but uses API_URL when composing requests) that will break API calls until fixed.
Install Mechanism
This is instruction-only with bundled shell scripts; there is no external download of code or installation from third-party URLs. The setup script can create symlinks to /usr/local/bin and writes a small _meta.json for registration; these are local actions and visible in the code.
Credentials
The only required secret is OMI_API_TOKEN (declared in metadata and used by the scripts). The scripts store the token in ~/.config/omi-me/token or accept it via environment, which is proportionate to the skill's functionality. No unrelated credentials or config paths are requested.
Persistence & Privilege
The skill does not request always:true and does not modify other skills. The setup script will attempt to create symlinks in /usr/local/bin (may require elevated privileges) and write the token file and _meta.json into the skill directory — these are expected for a CLI integration but the symlink step can require user consent or sudo.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install omi-me
  3. After installation, invoke the skill by name or use /omi-me
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release with complete Omi.me integration for OpenClaw. - Full support for syncing and managing memories, action items (tasks), and conversations via CLI commands. - Complete CRUD and sync capabilities for all items. - Interactive and manual API token management with built-in CLI tools. - Rate limit handling and troubleshooting guides included. - Setup scripts and usage examples provided for seamless onboarding.
Metadata
Slug omi-me
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Omi Me?

Complete Omi.me integration for memories, action items (tasks), and conversations. Full CRUD + sync capabilities for OpenClaw. It is an AI Agent Skill for Claude Code / OpenClaw, with 1487 downloads so far.

How do I install Omi Me?

Run "/install omi-me" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Omi Me free?

Yes, Omi Me is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Omi Me support?

Omi Me is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Omi Me?

It is built and maintained by CaioIsCoding (@caioiscoding); the current version is v1.0.0.

💬 Comments