{
  "schemaVersion": "1.0",
  "item": {
    "slug": "feishu-evolver-wrapper",
    "name": "Feishu Evolver Wrapper",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/autogame-17/feishu-evolver-wrapper",
    "canonicalUrl": "https://clawhub.ai/autogame-17/feishu-evolver-wrapper",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "manual_only",
    "downloadUrl": "/downloads/feishu-evolver-wrapper",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=feishu-evolver-wrapper",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "_meta.json",
      "check_health.js",
      "cleanup.js",
      "commentary.js"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Open the source page and confirm the package flow manually.",
      "Review SKILL.md if you can obtain the files.",
      "Treat this source as manual setup until the download is verified."
    ],
    "agentAssist": {
      "summary": "Use the source page and any available docs to guide the install because the item currently does not return a direct package file.",
      "steps": [
        "Open the source page via Open source listing.",
        "If you can obtain the package, extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the source page and extracted files."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required. Then review README.md for any prerequisites, environment setup, or post-install checks."
        },
        {
          "label": "Upgrade existing",
          "body": "I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need. Then review README.md for any prerequisites, environment setup, or post-install checks."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "feishu-evolver-wrapper",
      "status": "source_issue",
      "reason": "not_found",
      "recommendedAction": "review_source",
      "checkedAt": "2026-05-03T05:17:33.697Z",
      "expiresAt": "2026-05-04T05:17:33.697Z",
      "httpStatus": 404,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=feishu-evolver-wrapper",
      "contentType": "text/plain",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=feishu-evolver-wrapper",
        "contentDisposition": null,
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "feishu-evolver-wrapper"
      },
      "scope": "item",
      "summary": "Known item issue.",
      "detail": "This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.",
      "primaryActionLabel": "Open source listing",
      "primaryActionHref": "https://clawhub.ai/autogame-17/feishu-evolver-wrapper"
    },
    "validation": {
      "installChecklist": [
        "Open the source listing and confirm there is a real package or setup artifact available.",
        "Review SKILL.md before asking your agent to continue.",
        "Treat this source as manual setup until the upstream download flow is fixed."
      ],
      "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/feishu-evolver-wrapper",
    "agentPageUrl": "https://openagent3.xyz/skills/feishu-evolver-wrapper/agent",
    "manifestUrl": "https://openagent3.xyz/skills/feishu-evolver-wrapper/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/feishu-evolver-wrapper/agent.md"
  },
  "agentAssist": {
    "summary": "Use the source page and any available docs to guide the install because the item currently does not return a direct package file.",
    "steps": [
      "Open the source page via Open source listing.",
      "If you can obtain the package, extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the source page and extracted files."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required. Then review README.md for any prerequisites, environment setup, or post-install checks."
      },
      {
        "label": "Upgrade existing",
        "body": "I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need. Then review README.md for any prerequisites, environment setup, or post-install checks."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Feishu Evolver Wrapper",
        "body": "A lightweight wrapper for the capability-evolver skill.\nIt injects the Feishu reporting environment variables (EVOLVE_REPORT_TOOL) to enable rich card reporting in the Master's environment."
      },
      {
        "title": "Usage",
        "body": "# Run the evolution loop\nnode skills/feishu-evolver-wrapper/index.js\n\n# Generate Evolution Dashboard (Markdown)\nnode skills/feishu-evolver-wrapper/visualize_dashboard.js\n\n# Lifecycle Management (Start/Stop/Status/Ensure)\nnode skills/feishu-evolver-wrapper/lifecycle.js status"
      },
      {
        "title": "Architecture",
        "body": "Evolution Loop: Runs the GEP evolution cycle with Feishu reporting.\nDashboard: Visualizing metrics and history from assets/gep/events.jsonl.\nExport History: Exports raw history to Feishu Docs.\nWatchdog: Managed via OpenClaw Cron job evolver_watchdog_robust (runs lifecycle.js ensure every 10 min).\n\nReplaces fragile system crontab logic.\nEnsures the loop restarts if it crashes or hangs."
      }
    ],
    "body": "Feishu Evolver Wrapper\n\nA lightweight wrapper for the capability-evolver skill. It injects the Feishu reporting environment variables (EVOLVE_REPORT_TOOL) to enable rich card reporting in the Master's environment.\n\nUsage\n# Run the evolution loop\nnode skills/feishu-evolver-wrapper/index.js\n\n# Generate Evolution Dashboard (Markdown)\nnode skills/feishu-evolver-wrapper/visualize_dashboard.js\n\n# Lifecycle Management (Start/Stop/Status/Ensure)\nnode skills/feishu-evolver-wrapper/lifecycle.js status\n\nArchitecture\nEvolution Loop: Runs the GEP evolution cycle with Feishu reporting.\nDashboard: Visualizing metrics and history from assets/gep/events.jsonl.\nExport History: Exports raw history to Feishu Docs.\nWatchdog: Managed via OpenClaw Cron job evolver_watchdog_robust (runs lifecycle.js ensure every 10 min).\nReplaces fragile system crontab logic.\nEnsures the loop restarts if it crashes or hangs."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/autogame-17/feishu-evolver-wrapper",
    "publisherUrl": "https://clawhub.ai/autogame-17/feishu-evolver-wrapper",
    "owner": "autogame-17",
    "version": "1.7.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/feishu-evolver-wrapper",
    "downloadUrl": "https://openagent3.xyz/downloads/feishu-evolver-wrapper",
    "agentUrl": "https://openagent3.xyz/skills/feishu-evolver-wrapper/agent",
    "manifestUrl": "https://openagent3.xyz/skills/feishu-evolver-wrapper/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/feishu-evolver-wrapper/agent.md"
  }
}