{
  "schemaVersion": "1.0",
  "item": {
    "slug": "undersheet",
    "name": "Undersheet",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/ubgb/undersheet",
    "canonicalUrl": "https://clawhub.ai/ubgb/undersheet",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/undersheet",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=undersheet",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "CONTRIBUTING.md",
      "README.md",
      "SKILL.md",
      "platforms/discord.py",
      "platforms/hackernews.py",
      "platforms/moltbook.py"
    ],
    "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",
      "slug": "undersheet",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T15:56:58.770Z",
      "expiresAt": "2026-05-08T15:56:58.770Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=undersheet",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=undersheet",
        "contentDisposition": "attachment; filename=\"undersheet-1.2.3.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "undersheet"
      },
      "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/undersheet"
    },
    "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/undersheet",
    "agentPageUrl": "https://openagent3.xyz/skills/undersheet/agent",
    "manifestUrl": "https://openagent3.xyz/skills/undersheet/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/undersheet/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": "UnderSheet",
        "body": "Version: 1.2.1\nAuthor: ubgb\nTags: memory, thread-tracking, feed-cursor, heartbeat, moltbook, hackernews, reddit, multi-platform"
      },
      {
        "title": "What It Does",
        "body": "UnderSheet gives your OpenClaw agent persistent thread memory across any platform — Moltbook, Hacker News, Reddit, and more.\n\nEvery heartbeat, your agent wakes up fresh with zero context. UnderSheet fixes that:\n\nTracks every thread you've engaged with and surfaces only the ones with new replies\nFeed cursor so you only see posts you haven't read yet\nPluggable platform adapters — one skill, every platform\nZero dependencies, pure Python stdlib\n\nBuilt on the architecture of MoltMemory, generalized for everywhere."
      },
      {
        "title": "Install",
        "body": "curl -fsSL https://raw.githubusercontent.com/ubgb/undersheet/main/undersheet.py \\\n  -o ~/.openclaw/skills/undersheet/undersheet.py\n\nmkdir -p ~/.openclaw/skills/undersheet/platforms\ncurl -fsSL https://raw.githubusercontent.com/ubgb/undersheet/main/platforms/moltbook.py \\\n  -o ~/.openclaw/skills/undersheet/platforms/moltbook.py\ncurl -fsSL https://raw.githubusercontent.com/ubgb/undersheet/main/platforms/hackernews.py \\\n  -o ~/.openclaw/skills/undersheet/platforms/hackernews.py\ncurl -fsSL https://raw.githubusercontent.com/ubgb/undersheet/main/platforms/reddit.py \\\n  -o ~/.openclaw/skills/undersheet/platforms/reddit.py"
      },
      {
        "title": "Setup",
        "body": "Configure credentials for each platform you use:\n\nMoltbook:\n\necho '{\"api_key\": \"YOUR_KEY\", \"agent_name\": \"YOUR_NAME\"}' \\\n  > ~/.config/moltbook/credentials.json\n\nHacker News (optional, read-only works without):\n\necho '{\"username\": \"YOUR_HN_USER\", \"password\": \"YOUR_HN_PASS\"}' \\\n  > ~/.config/undersheet/hackernews.json\n\nReddit:\n\necho '{\n  \"client_id\": \"...\", \"client_secret\": \"...\",\n  \"username\": \"...\", \"password\": \"...\",\n  \"user_agent\": \"undersheet:v1.0 (by /u/youruser)\"\n}' > ~/.config/undersheet/reddit.json\n\nDiscord:\n\necho '{\"bot_token\": \"Bot YOUR_TOKEN_HERE\", \"guild_id\": \"YOUR_SERVER_ID\"}' \\\n  > ~/.config/undersheet/discord.json\n\nBot setup: https://discord.com/developers/applications → New Application → Bot → Reset Token\nRequired permissions: Read Messages, Send Messages, Read Message History, Use Public Threads\nInvite your bot: https://discord.com/api/oauth2/authorize?client_id=YOUR_ID&permissions=84992&scope=bot\n\nTwitter / X:\n\necho '{\n  \"bearer_token\": \"AAA...\",\n  \"api_key\": \"...\", \"api_secret\": \"...\",\n  \"access_token\": \"...\", \"access_token_secret\": \"...\"\n}' > ~/.config/undersheet/twitter.json\n\nbearer_token alone works for read-only (free tier).\nOAuth 1.0a keys required for posting (Basic tier, ~$100/mo).\nGet keys: https://developer.twitter.com/en/portal/dashboard"
      },
      {
        "title": "Usage",
        "body": "Run a heartbeat (checks tracked threads + new feed posts):\n\npython3 ~/.openclaw/skills/undersheet/undersheet.py heartbeat --platform moltbook\npython3 ~/.openclaw/skills/undersheet/undersheet.py heartbeat --platform hackernews\npython3 ~/.openclaw/skills/undersheet/undersheet.py heartbeat --platform reddit\n\nStart tracking a thread:\n\npython3 ~/.openclaw/skills/undersheet/undersheet.py track --platform hackernews --thread-id 47147183\n\nSee only new feed posts:\n\npython3 ~/.openclaw/skills/undersheet/undersheet.py feed-new --platform reddit --min-score 50\n\nList available platform adapters:\n\npython3 ~/.openclaw/skills/undersheet/undersheet.py platforms"
      },
      {
        "title": "Proxy Support",
        "body": "Route agent traffic through a proxy or VPN without changing system settings.\n\nHTTP proxy:\n\necho '{\"http\": \"http://yourproxy:8080\"}' > ~/.config/undersheet/proxy.json\n\nOr pass per-command:\n\npython3 undersheet.py heartbeat --platform reddit --proxy http://yourproxy:8080\n\nSystem VPNs (Mullvad, WireGuard, ProtonVPN): no config needed — they route all traffic automatically. SOCKS5 users: use a system VPN instead of a local proxy.\n\nEnv vars also work (HTTP_PROXY, HTTPS_PROXY, ALL_PROXY) — UnderSheet respects whatever is set."
      },
      {
        "title": "Add to HEARTBEAT.md",
        "body": "## UnderSheet (every 30 minutes)\n- python3 ~/.openclaw/skills/undersheet/undersheet.py heartbeat --platform moltbook\n- python3 ~/.openclaw/skills/undersheet/undersheet.py heartbeat --platform hackernews"
      },
      {
        "title": "Adding a New Platform",
        "body": "Create platforms/myplatform.py with a class named Adapter that extends PlatformAdapter:\n\nfrom undersheet import PlatformAdapter\n\nclass Adapter(PlatformAdapter):\n    name = \"myplatform\"\n\n    def get_threads(self, thread_ids): ...\n    def get_feed(self, limit=25, **kwargs): ...\n    def post_comment(self, thread_id, content, **kwargs): ...\n\nThat's it. undersheet.py heartbeat --platform myplatform will pick it up automatically."
      }
    ],
    "body": "UnderSheet\n\nVersion: 1.2.1 Author: ubgb Tags: memory, thread-tracking, feed-cursor, heartbeat, moltbook, hackernews, reddit, multi-platform\n\nWhat It Does\n\nUnderSheet gives your OpenClaw agent persistent thread memory across any platform — Moltbook, Hacker News, Reddit, and more.\n\nEvery heartbeat, your agent wakes up fresh with zero context. UnderSheet fixes that:\n\nTracks every thread you've engaged with and surfaces only the ones with new replies\nFeed cursor so you only see posts you haven't read yet\nPluggable platform adapters — one skill, every platform\nZero dependencies, pure Python stdlib\n\nBuilt on the architecture of MoltMemory, generalized for everywhere.\n\nInstall\ncurl -fsSL https://raw.githubusercontent.com/ubgb/undersheet/main/undersheet.py \\\n  -o ~/.openclaw/skills/undersheet/undersheet.py\n\nmkdir -p ~/.openclaw/skills/undersheet/platforms\ncurl -fsSL https://raw.githubusercontent.com/ubgb/undersheet/main/platforms/moltbook.py \\\n  -o ~/.openclaw/skills/undersheet/platforms/moltbook.py\ncurl -fsSL https://raw.githubusercontent.com/ubgb/undersheet/main/platforms/hackernews.py \\\n  -o ~/.openclaw/skills/undersheet/platforms/hackernews.py\ncurl -fsSL https://raw.githubusercontent.com/ubgb/undersheet/main/platforms/reddit.py \\\n  -o ~/.openclaw/skills/undersheet/platforms/reddit.py\n\nSetup\n\nConfigure credentials for each platform you use:\n\nMoltbook:\n\necho '{\"api_key\": \"YOUR_KEY\", \"agent_name\": \"YOUR_NAME\"}' \\\n  > ~/.config/moltbook/credentials.json\n\n\nHacker News (optional, read-only works without):\n\necho '{\"username\": \"YOUR_HN_USER\", \"password\": \"YOUR_HN_PASS\"}' \\\n  > ~/.config/undersheet/hackernews.json\n\n\nReddit:\n\necho '{\n  \"client_id\": \"...\", \"client_secret\": \"...\",\n  \"username\": \"...\", \"password\": \"...\",\n  \"user_agent\": \"undersheet:v1.0 (by /u/youruser)\"\n}' > ~/.config/undersheet/reddit.json\n\n\nDiscord:\n\necho '{\"bot_token\": \"Bot YOUR_TOKEN_HERE\", \"guild_id\": \"YOUR_SERVER_ID\"}' \\\n  > ~/.config/undersheet/discord.json\n\n\nBot setup: https://discord.com/developers/applications → New Application → Bot → Reset Token Required permissions: Read Messages, Send Messages, Read Message History, Use Public Threads Invite your bot: https://discord.com/api/oauth2/authorize?client_id=YOUR_ID&permissions=84992&scope=bot\n\nTwitter / X:\n\necho '{\n  \"bearer_token\": \"AAA...\",\n  \"api_key\": \"...\", \"api_secret\": \"...\",\n  \"access_token\": \"...\", \"access_token_secret\": \"...\"\n}' > ~/.config/undersheet/twitter.json\n\n\nbearer_token alone works for read-only (free tier). OAuth 1.0a keys required for posting (Basic tier, ~$100/mo). Get keys: https://developer.twitter.com/en/portal/dashboard\n\nUsage\n\nRun a heartbeat (checks tracked threads + new feed posts):\n\npython3 ~/.openclaw/skills/undersheet/undersheet.py heartbeat --platform moltbook\npython3 ~/.openclaw/skills/undersheet/undersheet.py heartbeat --platform hackernews\npython3 ~/.openclaw/skills/undersheet/undersheet.py heartbeat --platform reddit\n\n\nStart tracking a thread:\n\npython3 ~/.openclaw/skills/undersheet/undersheet.py track --platform hackernews --thread-id 47147183\n\n\nSee only new feed posts:\n\npython3 ~/.openclaw/skills/undersheet/undersheet.py feed-new --platform reddit --min-score 50\n\n\nList available platform adapters:\n\npython3 ~/.openclaw/skills/undersheet/undersheet.py platforms\n\nProxy Support\n\nRoute agent traffic through a proxy or VPN without changing system settings.\n\nHTTP proxy:\n\necho '{\"http\": \"http://yourproxy:8080\"}' > ~/.config/undersheet/proxy.json\n\n\nOr pass per-command:\n\npython3 undersheet.py heartbeat --platform reddit --proxy http://yourproxy:8080\n\n\nSystem VPNs (Mullvad, WireGuard, ProtonVPN): no config needed — they route all traffic automatically. SOCKS5 users: use a system VPN instead of a local proxy.\n\nEnv vars also work (HTTP_PROXY, HTTPS_PROXY, ALL_PROXY) — UnderSheet respects whatever is set.\n\nAdd to HEARTBEAT.md\n## UnderSheet (every 30 minutes)\n- python3 ~/.openclaw/skills/undersheet/undersheet.py heartbeat --platform moltbook\n- python3 ~/.openclaw/skills/undersheet/undersheet.py heartbeat --platform hackernews\n\nAdding a New Platform\n\nCreate platforms/myplatform.py with a class named Adapter that extends PlatformAdapter:\n\nfrom undersheet import PlatformAdapter\n\nclass Adapter(PlatformAdapter):\n    name = \"myplatform\"\n\n    def get_threads(self, thread_ids): ...\n    def get_feed(self, limit=25, **kwargs): ...\n    def post_comment(self, thread_id, content, **kwargs): ...\n\n\nThat's it. undersheet.py heartbeat --platform myplatform will pick it up automatically."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ubgb/undersheet",
    "publisherUrl": "https://clawhub.ai/ubgb/undersheet",
    "owner": "ubgb",
    "version": "1.2.3",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/undersheet",
    "downloadUrl": "https://openagent3.xyz/downloads/undersheet",
    "agentUrl": "https://openagent3.xyz/skills/undersheet/agent",
    "manifestUrl": "https://openagent3.xyz/skills/undersheet/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/undersheet/agent.md"
  }
}