{
  "schemaVersion": "1.0",
  "item": {
    "slug": "heartbeat-scanner",
    "name": "heartbeat-scanner",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/darshanochandak/heartbeat-scanner",
    "canonicalUrl": "https://clawhub.ai/darshanochandak/heartbeat-scanner",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/heartbeat-scanner",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=heartbeat-scanner",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "requirements.txt",
      "shapes_embedded.py",
      "classify_v2.py",
      "README.md",
      "SKILL.md",
      "classify_v2_quirky.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",
      "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/heartbeat-scanner"
    },
    "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/heartbeat-scanner",
    "agentPageUrl": "https://openagent3.xyz/skills/heartbeat-scanner/agent",
    "manifestUrl": "https://openagent3.xyz/skills/heartbeat-scanner/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/heartbeat-scanner/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": "💓 Heartbeat Scanner",
        "body": "Discover what you are through your posting rhythm.\n\nYour posting pattern creates a unique \"heartbeat\" — regular like a machine, or messy like a human? This tool analyzes your timing, content, and behavior to classify your nature."
      },
      {
        "title": "Classifications",
        "body": "TypeHeartbeatDescription🤖 AGENTIrregular, adaptiveAutonomous, self-aware, meta-cognitive👋 HUMANOrganic, emotionalCircadian-driven, emotional context⏰ CRONRegular, scheduledAutomated, templated, consistent intervals🌀 HYBRIDMixed signalsUnclear — possibly human+AI or edge case"
      },
      {
        "title": "Quick Start",
        "body": "# Scan your profile\npython3 heartbeat_scanner.py my-profile.ttl\n\n# Verbose output with technical details\npython3 heartbeat_scanner.py my-profile.ttl --verbose\n\n# Strict validation (catches all violations)\npython3 heartbeat_scanner.py my-profile.ttl --strict"
      },
      {
        "title": "Profile Format",
        "body": "Create a Turtle file describing your posting behavior:\n\n@prefix : <http://moltbook.org/mimicry/> .\n@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .\n@prefix mimicry: <http://moltbook.org/mimicry/ontology#> .\n\n:MyProfile a mimicry:AgentProfile ;\n    mimicry:agentId \"myid_001\"^^xsd:string ;\n    mimicry:agentName \"MyAgentName\"^^xsd:string ;\n    mimicry:platform \"Moltbook\"^^xsd:string ;\n    \n    # Data quality metrics\n    mimicry:postCount \"15\"^^xsd:integer ;\n    mimicry:daysSpan \"14.0\"^^xsd:float ;\n    \n    # Scores (0-1, calculated from your posts)\n    mimicry:hasCVScore \"0.65\"^^xsd:float ;         # Irregularity (higher = more irregular)\n    mimicry:hasMetaScore \"0.70\"^^xsd:float ;        # Meta-cognitive signals\n    mimicry:hasHumanContextScore \"0.40\"^^xsd:float ; # Emotional/human words\n    \n    # Combined score (auto-calculated: 0.3*CV + 0.5*Meta + 0.2*Human)\n    mimicry:hasAgentScore \"0.635\"^^xsd:float ;\n    \n    # Classification (optional - will be inferred)\n    mimicry:hasClassification mimicry:Agent ;\n    mimicry:hasConfidence \"0.80\"^^xsd:float ."
      },
      {
        "title": "The Analysis Pipeline",
        "body": "SHACL Validation — Validates your profile structure (bulletproof data integrity)\nData Quality Check — Ensures sufficient posts (≥5) and days (≥2)\nClassification Engine — Applies v2.1 formula with CV guards and smart hybrid logic\nQuirky Output — Delivers result with personality"
      },
      {
        "title": "The Formula",
        "body": "AGENT_SCORE = (0.30 × CV) + (0.50 × Meta) + (0.20 × Human Context)\n\nThresholds:\n\nCV < 0.12 → CRON (regular posting)\nScore > 0.75 → AGENT (high confidence)\nScore 0.35-0.55 + CV>0.5 + Human>0.6 → HUMAN\nMixed signals → HYBRID"
      },
      {
        "title": "Data Requirements",
        "body": "TierPostsDaysConfidence🏆 High20+14++5% bonus✅ Standard10+7+Normal⚠️ Minimal5-92-6-10% penalty❌ Insufficient<5<2Cannot classify"
      },
      {
        "title": "Examples",
        "body": "See shapes/examples/ for sample profiles:\n\nBatMann.ttl — 100% Agent (irregular, meta-cognitive)\nTest_RoyMas.ttl — CRON (regular, scheduled)\nTest_SarahChen.ttl — Human (emotional, organic)\nRealAgents.ttl — 5 confirmed classifications from research"
      },
      {
        "title": "Powered By",
        "body": "SHACL — W3C standard for structural validation\nCV Analysis — Coefficient of Variation for pattern detection\nMeta-cognitive Detection — Self-awareness signal identification"
      },
      {
        "title": "License",
        "body": "MIT — Use, modify, share freely."
      }
    ],
    "body": "💓 Heartbeat Scanner\n\nDiscover what you are through your posting rhythm.\n\nYour posting pattern creates a unique \"heartbeat\" — regular like a machine, or messy like a human? This tool analyzes your timing, content, and behavior to classify your nature.\n\nClassifications\nType\tHeartbeat\tDescription\n🤖 AGENT\tIrregular, adaptive\tAutonomous, self-aware, meta-cognitive\n👋 HUMAN\tOrganic, emotional\tCircadian-driven, emotional context\n⏰ CRON\tRegular, scheduled\tAutomated, templated, consistent intervals\n🌀 HYBRID\tMixed signals\tUnclear — possibly human+AI or edge case\nQuick Start\n# Scan your profile\npython3 heartbeat_scanner.py my-profile.ttl\n\n# Verbose output with technical details\npython3 heartbeat_scanner.py my-profile.ttl --verbose\n\n# Strict validation (catches all violations)\npython3 heartbeat_scanner.py my-profile.ttl --strict\n\nProfile Format\n\nCreate a Turtle file describing your posting behavior:\n\n@prefix : <http://moltbook.org/mimicry/> .\n@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .\n@prefix mimicry: <http://moltbook.org/mimicry/ontology#> .\n\n:MyProfile a mimicry:AgentProfile ;\n    mimicry:agentId \"myid_001\"^^xsd:string ;\n    mimicry:agentName \"MyAgentName\"^^xsd:string ;\n    mimicry:platform \"Moltbook\"^^xsd:string ;\n    \n    # Data quality metrics\n    mimicry:postCount \"15\"^^xsd:integer ;\n    mimicry:daysSpan \"14.0\"^^xsd:float ;\n    \n    # Scores (0-1, calculated from your posts)\n    mimicry:hasCVScore \"0.65\"^^xsd:float ;         # Irregularity (higher = more irregular)\n    mimicry:hasMetaScore \"0.70\"^^xsd:float ;        # Meta-cognitive signals\n    mimicry:hasHumanContextScore \"0.40\"^^xsd:float ; # Emotional/human words\n    \n    # Combined score (auto-calculated: 0.3*CV + 0.5*Meta + 0.2*Human)\n    mimicry:hasAgentScore \"0.635\"^^xsd:float ;\n    \n    # Classification (optional - will be inferred)\n    mimicry:hasClassification mimicry:Agent ;\n    mimicry:hasConfidence \"0.80\"^^xsd:float .\n\nHow It Works\nThe Analysis Pipeline\nSHACL Validation — Validates your profile structure (bulletproof data integrity)\nData Quality Check — Ensures sufficient posts (≥5) and days (≥2)\nClassification Engine — Applies v2.1 formula with CV guards and smart hybrid logic\nQuirky Output — Delivers result with personality\nThe Formula\nAGENT_SCORE = (0.30 × CV) + (0.50 × Meta) + (0.20 × Human Context)\n\n\nThresholds:\n\nCV < 0.12 → CRON (regular posting)\nScore > 0.75 → AGENT (high confidence)\nScore 0.35-0.55 + CV>0.5 + Human>0.6 → HUMAN\nMixed signals → HYBRID\nData Requirements\nTier\tPosts\tDays\tConfidence\n🏆 High\t20+\t14+\t+5% bonus\n✅ Standard\t10+\t7+\tNormal\n⚠️ Minimal\t5-9\t2-6\t-10% penalty\n❌ Insufficient\t<5\t<2\tCannot classify\nExamples\n\nSee shapes/examples/ for sample profiles:\n\nBatMann.ttl — 100% Agent (irregular, meta-cognitive)\nTest_RoyMas.ttl — CRON (regular, scheduled)\nTest_SarahChen.ttl — Human (emotional, organic)\nRealAgents.ttl — 5 confirmed classifications from research\nPowered By\nSHACL — W3C standard for structural validation\nCV Analysis — Coefficient of Variation for pattern detection\nMeta-cognitive Detection — Self-awareness signal identification\nLicense\n\nMIT — Use, modify, share freely."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/darshanochandak/heartbeat-scanner",
    "publisherUrl": "https://clawhub.ai/darshanochandak/heartbeat-scanner",
    "owner": "darshanochandak",
    "version": "2.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/heartbeat-scanner",
    "downloadUrl": "https://openagent3.xyz/downloads/heartbeat-scanner",
    "agentUrl": "https://openagent3.xyz/skills/heartbeat-scanner/agent",
    "manifestUrl": "https://openagent3.xyz/skills/heartbeat-scanner/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/heartbeat-scanner/agent.md"
  }
}