{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/omnicogg",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=omnicogg",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "README.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/omnicogg",
    "agentPageUrl": "https://openagent3.xyz/skills/omnicogg/agent",
    "manifestUrl": "https://openagent3.xyz/skills/omnicogg/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/omnicogg/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "OmniCog — Universal Service Integration for OpenClaw",
        "body": "One Cog to Integrate Them All.\n\nConnect 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."
      },
      {
        "title": "What is OmniCog?",
        "body": "OmniCog is a universal integration layer that provides a consistent interface across multiple services. Whether you need to:\n\n📊 Monitor Reddit — Track posts, comments, and subreddit activity\n🎮 Integrate Steam — Get owned games, achievements, and friend status\n🎵 Control Spotify — Play music, manage playlists, and discover new tracks\n🐙 Manage GitHub — Watch repositories, track issues, and automate workflows\n💬 Interact with Discord — Send messages, manage channels, and monitor servers\n📺 Search YouTube — Find videos, get channel stats, and track uploads\n\nOmniCog unifies them all into one simple API."
      },
      {
        "title": "Quick Start",
        "body": "# Install the package (required)\npip install omnicog\n\n# Import and initialize\nfrom omnicog import OmniClient\n\nclient = OmniClient(\n    reddit={\n        \"client_id\": \"YOUR_REDDIT_CLIENT_ID\",\n        \"client_secret\": \"YOUR_REDDIT_CLIENT_SECRET\",\n        \"user_agent\": \"OmniCog/1.0\"\n    },\n    steam={\n        \"api_key\": \"YOUR_STEAM_API_KEY\"\n    },\n    spotify={\n        \"client_id\": \"YOUR_SPOTIFY_CLIENT_ID\",\n        \"client_secret\": \"YOUR_SPOTIFY_CLIENT_SECRET\"\n    }\n)\n\n# Use any service with the same simple API\nposts = client.reddit.get_hot(\"programming\", limit=10)\ngames = client.steam.get_owned_games()\ntrack = client.spotify.search_track(\"metallica\")"
      }
    ],
    "body": "OmniCog — Universal Service Integration for OpenClaw\n\nOne Cog to Integrate Them All.\n\nConnect 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.\n\nWhat is OmniCog?\n\nOmniCog is a universal integration layer that provides a consistent interface across multiple services. Whether you need to:\n\n📊 Monitor Reddit — Track posts, comments, and subreddit activity\n🎮 Integrate Steam — Get owned games, achievements, and friend status\n🎵 Control Spotify — Play music, manage playlists, and discover new tracks\n🐙 Manage GitHub — Watch repositories, track issues, and automate workflows\n💬 Interact with Discord — Send messages, manage channels, and monitor servers\n📺 Search YouTube — Find videos, get channel stats, and track uploads\n\nOmniCog unifies them all into one simple API.\n\nQuick Start\n# Install the package (required)\npip install omnicog\n\n# Import and initialize\nfrom omnicog import OmniClient\n\nclient = OmniClient(\n    reddit={\n        \"client_id\": \"YOUR_REDDIT_CLIENT_ID\",\n        \"client_secret\": \"YOUR_REDDIT_CLIENT_SECRET\",\n        \"user_agent\": \"OmniCog/1.0\"\n    },\n    steam={\n        \"api_key\": \"YOUR_STEAM_API_KEY\"\n    },\n    spotify={\n        \"client_id\": \"YOUR_SPOTIFY_CLIENT_ID\",\n        \"client_secret\": \"YOUR_SPOTIFY_CLIENT_SECRET\"\n    }\n)\n\n# Use any service with the same simple API\nposts = client.reddit.get_hot(\"programming\", limit=10)\ngames = client.steam.get_owned_games()\ntrack = client.spotify.search_track(\"metallica\")"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/DeXiaong/omnicogg",
    "publisherUrl": "https://clawhub.ai/DeXiaong/omnicogg",
    "owner": "DeXiaong",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}