Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Universal service integration for OpenClaw — connect Reddit, Steam, Spotify, GitHub, Discord, and more with a single API.
Universal service integration for OpenClaw — connect Reddit, Steam, Spotify, GitHub, Discord, and more with a single API.
This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.
Use the source page and any available docs to guide the install because the item currently does not return a direct package file.
I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required. Then review README.md for any prerequisites, environment setup, or post-install checks.
I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need. Then review README.md for any prerequisites, environment setup, or post-install checks.
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: 📊 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.
# 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")
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.