# Send OmniCog to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "omnicogg",
    "name": "OmniCog",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/DeXiaong/omnicogg",
    "canonicalUrl": "https://clawhub.ai/DeXiaong/omnicogg",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/omnicogg",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=omnicogg",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "README.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "omnicogg",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-06T08:31:13.556Z",
      "expiresAt": "2026-05-13T08:31:13.556Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=omnicogg",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=omnicogg",
        "contentDisposition": "attachment; filename=\"omnicogg-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "omnicogg"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/omnicogg"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/omnicogg",
    "downloadUrl": "https://openagent3.xyz/downloads/omnicogg",
    "agentUrl": "https://openagent3.xyz/skills/omnicogg/agent",
    "manifestUrl": "https://openagent3.xyz/skills/omnicogg/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/omnicogg/agent.md"
  }
}
```
## Documentation

### 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")
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: DeXiaong
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-06T08:31:13.556Z
- Expires at: 2026-05-13T08:31:13.556Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/omnicogg)
- [Send to Agent page](https://openagent3.xyz/skills/omnicogg/agent)
- [JSON manifest](https://openagent3.xyz/skills/omnicogg/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/omnicogg/agent.md)
- [Download page](https://openagent3.xyz/downloads/omnicogg)