← 返回 Skills 市场
caioiscoding

Omi Me

作者 CaioIsCoding · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1487
总下载
4
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install omi-me
功能描述
Complete Omi.me integration for memories, action items (tasks), and conversations. Full CRUD + sync capabilities for OpenClaw.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install omi-me
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /omi-me 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug omi-me
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Omi Me 是什么?

Complete Omi.me integration for memories, action items (tasks), and conversations. Full CRUD + sync capabilities for OpenClaw. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1487 次。

如何安装 Omi Me?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install omi-me」即可一键安装,无需额外配置。

Omi Me 是免费的吗?

是的,Omi Me 完全免费(开源免费),可自由下载、安装和使用。

Omi Me 支持哪些平台?

Omi Me 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Omi Me?

由 CaioIsCoding(@caioiscoding)开发并维护,当前版本 v1.0.0。

💬 留言讨论