{
  "schemaVersion": "1.0",
  "item": {
    "slug": "oc-daily-business-report",
    "name": "Daily Business Report",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/mariusfit/oc-daily-business-report",
    "canonicalUrl": "https://clawhub.ai/mariusfit/oc-daily-business-report",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/oc-daily-business-report",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=oc-daily-business-report",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "_meta.json",
      "scripts/report.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": "oc-daily-business-report",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T15:49:12.022Z",
      "expiresAt": "2026-05-06T15:49:12.022Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=oc-daily-business-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=oc-daily-business-report",
        "contentDisposition": "attachment; filename=\"oc-daily-business-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "oc-daily-business-report"
      },
      "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/oc-daily-business-report"
    },
    "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/oc-daily-business-report",
    "agentPageUrl": "https://openagent3.xyz/skills/oc-daily-business-report/agent",
    "manifestUrl": "https://openagent3.xyz/skills/oc-daily-business-report/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/oc-daily-business-report/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": "Daily Business Report",
        "body": "Generate comprehensive daily briefings by aggregating data from free public APIs."
      },
      {
        "title": "Quick Start",
        "body": "# Generate full morning report\npython scripts/report.py generate\n\n# Generate specific sections only\npython scripts/report.py generate --sections weather,crypto,news\n\n# Output as JSON\npython scripts/report.py generate -f json\n\n# Output as markdown\npython scripts/report.py generate -f md -o morning-report.md\n\n# Configure your location and preferences\npython scripts/report.py config --city \"Brussels\" --crypto \"BTC,ETH,SOL\" --news-country \"us\"\n\n# Show current configuration\npython scripts/report.py config --show\n\n# Test individual data sources\npython scripts/report.py test weather\npython scripts/report.py test crypto\npython scripts/report.py test news"
      },
      {
        "title": "Commands",
        "body": "CommandArgsDescriptiongenerate[--sections LIST] [-f FORMAT] [-o FILE]Generate the full reportconfig[--city CITY] [--crypto COINS] [--news-country CC]Configure preferencesconfig--showDisplay current configurationtest<source>Test a single data source"
      },
      {
        "title": "Report Sections",
        "body": "SectionSourceAPI Key Needed?Weatherwttr.inNoCryptoCoinGecko APINoNewsNewsData.ioFree tier (optional)QuoteQuotable APINoSystemLocal disk/memoryNoDateBuilt-inNo"
      },
      {
        "title": "Example Output",
        "body": "╔══════════════════════════════════════════════════╗\n║  DAILY BUSINESS REPORT — Mon 24 Feb 2026        ║\n╠══════════════════════════════════════════════════╣\n║                                                  ║\n║  🌤 Weather: Brussels — 8°C, partly cloudy       ║\n║  📈 BTC: $97,432 (+2.3%) ETH: $3,891 (-0.4%)   ║\n║  📰 Top News:                                    ║\n║     1. EU approves new AI regulation framework   ║\n║     2. Tech stocks rally on earnings beat        ║\n║  💬 \"The best way to predict the future is to    ║\n║     create it.\" — Peter Drucker                  ║\n║  💾 Disk: 45% used | RAM: 62% used              ║\n║                                                  ║\n╚══════════════════════════════════════════════════╝"
      },
      {
        "title": "Integration with OpenClaw",
        "body": "Perfect for cron jobs. Add to your openclaw.json:\n\n{\n  \"cron\": {\n    \"entries\": {\n      \"morning-report\": {\n        \"schedule\": \"0 7 * * *\",\n        \"agent\": \"main\",\n        \"prompt\": \"Run daily-business-report generate and send the result.\"\n      }\n    }\n  }\n}"
      }
    ],
    "body": "Daily Business Report\n\nGenerate comprehensive daily briefings by aggregating data from free public APIs.\n\nQuick Start\n# Generate full morning report\npython scripts/report.py generate\n\n# Generate specific sections only\npython scripts/report.py generate --sections weather,crypto,news\n\n# Output as JSON\npython scripts/report.py generate -f json\n\n# Output as markdown\npython scripts/report.py generate -f md -o morning-report.md\n\n# Configure your location and preferences\npython scripts/report.py config --city \"Brussels\" --crypto \"BTC,ETH,SOL\" --news-country \"us\"\n\n# Show current configuration\npython scripts/report.py config --show\n\n# Test individual data sources\npython scripts/report.py test weather\npython scripts/report.py test crypto\npython scripts/report.py test news\n\nCommands\nCommand\tArgs\tDescription\ngenerate\t[--sections LIST] [-f FORMAT] [-o FILE]\tGenerate the full report\nconfig\t[--city CITY] [--crypto COINS] [--news-country CC]\tConfigure preferences\nconfig\t--show\tDisplay current configuration\ntest\t<source>\tTest a single data source\nReport Sections\nSection\tSource\tAPI Key Needed?\nWeather\twttr.in\tNo\nCrypto\tCoinGecko API\tNo\nNews\tNewsData.io\tFree tier (optional)\nQuote\tQuotable API\tNo\nSystem\tLocal disk/memory\tNo\nDate\tBuilt-in\tNo\nExample Output\n╔══════════════════════════════════════════════════╗\n║  DAILY BUSINESS REPORT — Mon 24 Feb 2026        ║\n╠══════════════════════════════════════════════════╣\n║                                                  ║\n║  🌤 Weather: Brussels — 8°C, partly cloudy       ║\n║  📈 BTC: $97,432 (+2.3%) ETH: $3,891 (-0.4%)   ║\n║  📰 Top News:                                    ║\n║     1. EU approves new AI regulation framework   ║\n║     2. Tech stocks rally on earnings beat        ║\n║  💬 \"The best way to predict the future is to    ║\n║     create it.\" — Peter Drucker                  ║\n║  💾 Disk: 45% used | RAM: 62% used              ║\n║                                                  ║\n╚══════════════════════════════════════════════════╝\n\nIntegration with OpenClaw\n\nPerfect for cron jobs. Add to your openclaw.json:\n\n{\n  \"cron\": {\n    \"entries\": {\n      \"morning-report\": {\n        \"schedule\": \"0 7 * * *\",\n        \"agent\": \"main\",\n        \"prompt\": \"Run daily-business-report generate and send the result.\"\n      }\n    }\n  }\n}"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/mariusfit/oc-daily-business-report",
    "publisherUrl": "https://clawhub.ai/mariusfit/oc-daily-business-report",
    "owner": "mariusfit",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/oc-daily-business-report",
    "downloadUrl": "https://openagent3.xyz/downloads/oc-daily-business-report",
    "agentUrl": "https://openagent3.xyz/skills/oc-daily-business-report/agent",
    "manifestUrl": "https://openagent3.xyz/skills/oc-daily-business-report/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/oc-daily-business-report/agent.md"
  }
}