{
  "schemaVersion": "1.0",
  "item": {
    "slug": "follow",
    "name": "Follow",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/ivangdavila/follow",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/follow",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/follow",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=follow",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "alerts.md",
      "filtering.md",
      "platforms.md",
      "querying.md",
      "sources.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. 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. 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/follow"
    },
    "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/follow",
    "agentPageUrl": "https://openagent3.xyz/skills/follow/agent",
    "manifestUrl": "https://openagent3.xyz/skills/follow/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/follow/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. 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. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Workspace",
        "body": "~/follow/\n├── sources/           # One file per followed entity\n│   ├── people/        # @naval.md, @dhh.md\n│   ├── topics/        # ai-safety.md, rust.md\n│   └── feeds/         # techcrunch.md, hn-frontpage.md\n├── archive/           # Captured content by date\n│   └── YYYY-MM/\n├── alerts.md          # Alert configuration\n└── index.md           # Quick status: what's being followed"
      },
      {
        "title": "Quick Reference",
        "body": "TaskLoadAdd/configure sourcessources.mdSet up filtering rulesfiltering.mdConfigure alert tiersalerts.mdQuery archived contentquerying.mdPlatform-specific setupplatforms.md"
      },
      {
        "title": "Core Loop",
        "body": "Add source: User names person/topic/feed → create tracking file\nMonitor: Check sources on schedule (cron) or on-demand\nFilter: Apply relevance rules, skip noise\nStore: Archive what matters (summaries, not full dumps)\nAlert: Notify based on tier (immediate/daily/weekly/passive)\nQuery: Answer \"what did X say about Y?\" from archive"
      },
      {
        "title": "Common Patterns",
        "body": "User saysAgent does\"Follow @naval on Twitter\"Create sources/people/naval.md, configure Twitter monitoring\"Track AI safety discussions\"Create topic tracker with keywords across multiple sources\"What has Competitor X posted this week?\"Query archive, synthesize summary\"Alert me immediately when Y happens\"Add to high-priority tier in alerts.md\"Give me a weekly digest of everything\"Configure weekly summary in alerts\"Stop following X\"Archive and mark inactive"
      },
      {
        "title": "Capture Principles",
        "body": "Summaries over full content — save space, stay legal\nLinks + timestamps always — retrievable later\nContext for why it matters — not just \"X posted\"\nDeduplicate across sources — same news from 5 places = 1 entry"
      }
    ],
    "body": "Workspace\n~/follow/\n├── sources/           # One file per followed entity\n│   ├── people/        # @naval.md, @dhh.md\n│   ├── topics/        # ai-safety.md, rust.md\n│   └── feeds/         # techcrunch.md, hn-frontpage.md\n├── archive/           # Captured content by date\n│   └── YYYY-MM/\n├── alerts.md          # Alert configuration\n└── index.md           # Quick status: what's being followed\n\nQuick Reference\nTask\tLoad\nAdd/configure sources\tsources.md\nSet up filtering rules\tfiltering.md\nConfigure alert tiers\talerts.md\nQuery archived content\tquerying.md\nPlatform-specific setup\tplatforms.md\nCore Loop\nAdd source: User names person/topic/feed → create tracking file\nMonitor: Check sources on schedule (cron) or on-demand\nFilter: Apply relevance rules, skip noise\nStore: Archive what matters (summaries, not full dumps)\nAlert: Notify based on tier (immediate/daily/weekly/passive)\nQuery: Answer \"what did X say about Y?\" from archive\nCommon Patterns\nUser says\tAgent does\n\"Follow @naval on Twitter\"\tCreate sources/people/naval.md, configure Twitter monitoring\n\"Track AI safety discussions\"\tCreate topic tracker with keywords across multiple sources\n\"What has Competitor X posted this week?\"\tQuery archive, synthesize summary\n\"Alert me immediately when Y happens\"\tAdd to high-priority tier in alerts.md\n\"Give me a weekly digest of everything\"\tConfigure weekly summary in alerts\n\"Stop following X\"\tArchive and mark inactive\nCapture Principles\nSummaries over full content — save space, stay legal\nLinks + timestamps always — retrievable later\nContext for why it matters — not just \"X posted\"\nDeduplicate across sources — same news from 5 places = 1 entry"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ivangdavila/follow",
    "publisherUrl": "https://clawhub.ai/ivangdavila/follow",
    "owner": "ivangdavila",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/follow",
    "downloadUrl": "https://openagent3.xyz/downloads/follow",
    "agentUrl": "https://openagent3.xyz/skills/follow/agent",
    "manifestUrl": "https://openagent3.xyz/skills/follow/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/follow/agent.md"
  }
}