/install omnicogg
OmniCog — Universal Service Integration for OpenClaw
One Cog to Integrate Them All.
Connect Reddit, Steam, Spotify, GitHub, Discord, YouTube, and more with a unified, simple API. No more juggling different authentication methods or rate limits — OmniCog handles it all.
What is OmniCog?
OmniCog is a universal integration layer that provides a consistent interface across multiple services. Whether you need to:
- 📊 Monitor Reddit — Track posts, comments, and subreddit activity
- 🎮 Integrate Steam — Get owned games, achievements, and friend status
- 🎵 Control Spotify — Play music, manage playlists, and discover new tracks
- 🐙 Manage GitHub — Watch repositories, track issues, and automate workflows
- 💬 Interact with Discord — Send messages, manage channels, and monitor servers
- 📺 Search YouTube — Find videos, get channel stats, and track uploads
OmniCog unifies them all into one simple API.
Quick Start
# Install the package (required)
pip install omnicog
# Import and initialize
from omnicog import OmniClient
client = OmniClient(
reddit={
"client_id": "YOUR_REDDIT_CLIENT_ID",
"client_secret": "YOUR_REDDIT_CLIENT_SECRET",
"user_agent": "OmniCog/1.0"
},
steam={
"api_key": "YOUR_STEAM_API_KEY"
},
spotify={
"client_id": "YOUR_SPOTIFY_CLIENT_ID",
"client_secret": "YOUR_SPOTIFY_CLIENT_SECRET"
}
)
# Use any service with the same simple API
posts = client.reddit.get_hot("programming", limit=10)
games = client.steam.get_owned_games()
track = client.spotify.search_track("metallica")
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install omnicogg - 安装完成后,直接呼叫该 Skill 的名称或使用
/omnicogg触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
OmniCog 是什么?
Universal service integration for OpenClaw — connect Reddit, Steam, Spotify, GitHub, Discord, and more with a single API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 9599 次。
如何安装 OmniCog?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install omnicogg」即可一键安装,无需额外配置。
OmniCog 是免费的吗?
是的,OmniCog 完全免费(开源免费),可自由下载、安装和使用。
OmniCog 支持哪些平台?
OmniCog 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OmniCog?
由 DeXiaong(@dexiaong)开发并维护,当前版本 v1.0.0。