🎁 Get the FREE AI Skills Starter GuideSubscribe →
BytesAgainBytesAgain
🦀 ClawHub

OmniCog

by @dexiaong

Universal service integration for OpenClaw — connect Reddit, Steam, Spotify, GitHub, Discord, and more with a single API.

Versionv1.0.0
Installs3
💡 Examples

```python

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")

View on ClawHub
TERMINAL
clawhub install omnicogg

🧪 Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

🔍 Can't find the right skill?

Search 60,000+ AI agent skills — free, no login needed.

Search Skills →