Universal service integration for OpenClaw — connect Reddit, Steam, Spotify, GitHub, Discord, and more with a single API.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install omnicogg或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install omnicogg⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/omnicogg/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: omnicog description: Universal service integration for OpenClaw — connect Reddit, Steam, Spotify, GitHub, Discord, and more with a single API. metadata: openclaw: version: "1.0.0" platforms: - linux - macos - windows requires: env: - OMNICOG_REDDIT_CLIENT_ID - OMNICOG_REDDIT_CLIENT_SECRET - OMNICOG_STEAM_API_KEY - OMNICOG_SPOTIFY_CLIENT_ID - OMNICOG_SPOTIFY_CLIENT_SECRET - OMNICOG_GITHUB_TOKEN - OMNICOG_DISCORD_TOKEN - OMNICOG_YOUTUBE_API_KEY bins: [] pythonPackages: [] systemPackages: [] permissions: [] categories: - integration - api - social - gaming tags: - reddit - steam - spotify - github - discord - youtube - integration - api primaryEnv: OMNICOG_REDDIT_CLIENT_ID clawdbot: nix: null config: null cliHelp: null ---
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.
OmniCog is a universal integration layer that provides a consistent interface across multiple services. Whether you need to:
OmniCog unifies them all into one simple API.
# 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")安装 OmniCog 后,可以对 AI 说这些话来触发它
Help me get started with OmniCog
Explains what OmniCog does, walks through the setup, and runs a quick demo based on your current project
Use OmniCog to universal service integration for OpenClaw — connect Reddit, Steam,...
Invokes OmniCog with the right parameters and returns the result directly in the conversation
What can I do with OmniCog in my developer & devops workflow?
Lists the top use cases for OmniCog, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/omnicogg/ 目录(个人级,所有项目可用),或 .claude/skills/omnicogg/(项目级)。重启 AI 客户端后,用 /omnicogg 主动调用,或让 AI 根据上下文自动发现并使用。
OmniCog 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
OmniCog 可免费安装使用。请查阅仓库了解许可证信息。
Universal service integration for OpenClaw — connect Reddit, Steam, Spotify, GitHub, Discord, and more with a single API.
OmniCog 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using OmniCog
Identifies repetitive steps in your workflow and sets up OmniCog to handle them automatically