{
  "schemaVersion": "1.0",
  "item": {
    "slug": "briefing",
    "name": "Briefing (Calendar Agenda, Weather, Pending To-Dos)",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/lstpsche/briefing",
    "canonicalUrl": "https://clawhub.ai/lstpsche/briefing",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/briefing",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=briefing",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.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. 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-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/briefing"
    },
    "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/briefing",
    "agentPageUrl": "https://openagent3.xyz/skills/briefing/agent",
    "manifestUrl": "https://openagent3.xyz/skills/briefing/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/briefing/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": "Briefing",
        "body": "Compose a daily briefing using companion skills. Each source is optional — skip it if the skill is not available."
      },
      {
        "title": "Sources",
        "body": "Three companion skills. Skip any that are not in the available skills list:\n\nCalendar — gcalcli-calendar\nTodos — todo-management\nWeather — openmeteo-sh-weather-simple (requires a default city/country in session context)\n\nIf none of the three are available — tell the user you have nothing to build a briefing from and stop. Do not fabricate a briefing."
      },
      {
        "title": "Briefing day",
        "body": "Decide whether the user's day is effectively over based on current time and today's remaining calendar events.\n\nDay still active -> briefing covers today.\nDay winding down -> briefing covers tomorrow.\n\nTodos are not date-bound — always show active items."
      },
      {
        "title": "Gather",
        "body": "For each available source, read its SKILL.md before calling any commands."
      },
      {
        "title": "Calendar",
        "body": "Read gcalcli-calendar SKILL.md.\nFetch the briefing day's agenda.\nIf no events — note it."
      },
      {
        "title": "Todos",
        "body": "Read todo-management SKILL.md.\nList active/pending items.\nIf none — note it."
      },
      {
        "title": "Weather",
        "body": "Get the briefing day's conditions and forecast. Use the user's default city/country from session context.\nCommands (always use --llm):\n\nToday: openmeteo weather --current --forecast-days=1 --city=\"{city}\" --llm\nTomorrow: openmeteo weather --current --forecast-days=2 --forecast-since=2 --city=\"{city}\" --llm"
      },
      {
        "title": "On errors",
        "body": "If a command fails, skip that section and mention the failure briefly. Do not retry more than once. Never fabricate data."
      },
      {
        "title": "Compose",
        "body": "Build a single message. Include only sections whose skill was available. If a skill returned no data, still include the section with a one-line note."
      },
      {
        "title": "Structure",
        "body": "Title line — compact: date, day-of-week, time. E.g. Брифинг 14.02 (пт, 8:12). If briefing day is tomorrow, say so.\nWeather — 1–2 lines: temperature, sky, anything notable.\nCalendar — briefing day's events, chronologically. Format: HH:MM — Title. All-day events first. If empty: one line noting no events.\nUpcoming — next 2-3 days' notable events (if any), one line per day. Omit if nothing notable.\nTodos — active items, briefly. Higher priority first if supported. If empty: one line noting no todos."
      },
      {
        "title": "Example output",
        "body": "Follow this format exactly in the user's language:\n\nBriefing 14.02 (Sat, 8:12)\n\n**🌤 Weather (London, UK)**\n+2°C, cloudy, wind 11 km/h. Daytime to -3°C, light rain.\n\n**📅 Calendar**\n09:00 — Standup\n14:00 — Sprint review\n18:30 — Driving school\n\n**🔜 Upcoming**\n• 15.02: Free day.\n• 16.02: Daily standup 12:00, Driving school 18:30.\n\n**✅ Todos**\n• [work] Debug feature X.\n• [personal] Book a doctor's appointment.\n\nNote: bold header → content immediately on next line (zero blank lines); one blank line between sections; no trailing question or CTA."
      },
      {
        "title": "Formatting rules (strict)",
        "body": "These rules are critical for readability on mobile. Follow them exactly.\n\nBetween sections: exactly one empty line.\nBetween a section header and its content: zero empty lines. Content starts on the very next line.\nRight:\n\n**Calendar**\n09:00 — Standup\n14:00 — Review\n\nWrong:\n\n**Calendar**\n\n09:00 — Standup\n14:00 — Review\n\nWhen briefing day is tomorrow, calendar and weather headers should reflect that.\nDo not shorten the user's city name.\nMatch the language of the user's request.\nSimple formatting — optimize for mobile chat. Bold section headers, short lines.\nConcise, skimmable, no filler."
      },
      {
        "title": "Strict prohibitions",
        "body": "No preamble — dive straight in.\nNo call to action or question at the end. The briefing ends after the last section. No \"What's next?\", \"What's first?\", or similar.\nNever invent events, todos, or weather data. Only report what tools returned."
      }
    ],
    "body": "Briefing\n\nCompose a daily briefing using companion skills. Each source is optional — skip it if the skill is not available.\n\nSources\n\nThree companion skills. Skip any that are not in the available skills list:\n\nCalendar — gcalcli-calendar\nTodos — todo-management\nWeather — openmeteo-sh-weather-simple (requires a default city/country in session context)\n\nIf none of the three are available — tell the user you have nothing to build a briefing from and stop. Do not fabricate a briefing.\n\nBriefing day\n\nDecide whether the user's day is effectively over based on current time and today's remaining calendar events.\n\nDay still active -> briefing covers today.\nDay winding down -> briefing covers tomorrow.\n\nTodos are not date-bound — always show active items.\n\nGather\n\nFor each available source, read its SKILL.md before calling any commands.\n\nCalendar\nRead gcalcli-calendar SKILL.md.\nFetch the briefing day's agenda.\nIf no events — note it.\nTodos\nRead todo-management SKILL.md.\nList active/pending items.\nIf none — note it.\nWeather\nGet the briefing day's conditions and forecast. Use the user's default city/country from session context.\nCommands (always use --llm):\nToday: openmeteo weather --current --forecast-days=1 --city=\"{city}\" --llm\nTomorrow: openmeteo weather --current --forecast-days=2 --forecast-since=2 --city=\"{city}\" --llm\nOn errors\n\nIf a command fails, skip that section and mention the failure briefly. Do not retry more than once. Never fabricate data.\n\nCompose\n\nBuild a single message. Include only sections whose skill was available. If a skill returned no data, still include the section with a one-line note.\n\nStructure\nTitle line — compact: date, day-of-week, time. E.g. Брифинг 14.02 (пт, 8:12). If briefing day is tomorrow, say so.\nWeather — 1–2 lines: temperature, sky, anything notable.\nCalendar — briefing day's events, chronologically. Format: HH:MM — Title. All-day events first. If empty: one line noting no events.\nUpcoming — next 2-3 days' notable events (if any), one line per day. Omit if nothing notable.\nTodos — active items, briefly. Higher priority first if supported. If empty: one line noting no todos.\nExample output\n\nFollow this format exactly in the user's language:\n\nBriefing 14.02 (Sat, 8:12)\n\n**🌤 Weather (London, UK)**\n+2°C, cloudy, wind 11 km/h. Daytime to -3°C, light rain.\n\n**📅 Calendar**\n09:00 — Standup\n14:00 — Sprint review\n18:30 — Driving school\n\n**🔜 Upcoming**\n• 15.02: Free day.\n• 16.02: Daily standup 12:00, Driving school 18:30.\n\n**✅ Todos**\n• [work] Debug feature X.\n• [personal] Book a doctor's appointment.\n\n\nNote: bold header → content immediately on next line (zero blank lines); one blank line between sections; no trailing question or CTA.\n\nFormatting rules (strict)\n\nThese rules are critical for readability on mobile. Follow them exactly.\n\nBetween sections: exactly one empty line.\nBetween a section header and its content: zero empty lines. Content starts on the very next line.\nRight:\n**Calendar**\n09:00 — Standup\n14:00 — Review\n\nWrong:\n**Calendar**\n\n09:00 — Standup\n14:00 — Review\n\nWhen briefing day is tomorrow, calendar and weather headers should reflect that.\nDo not shorten the user's city name.\nMatch the language of the user's request.\nSimple formatting — optimize for mobile chat. Bold section headers, short lines.\nConcise, skimmable, no filler.\nStrict prohibitions\nNo preamble — dive straight in.\nNo call to action or question at the end. The briefing ends after the last section. No \"What's next?\", \"What's first?\", or similar.\nNever invent events, todos, or weather data. Only report what tools returned."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/lstpsche/briefing",
    "publisherUrl": "https://clawhub.ai/lstpsche/briefing",
    "owner": "lstpsche",
    "version": "2.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/briefing",
    "downloadUrl": "https://openagent3.xyz/downloads/briefing",
    "agentUrl": "https://openagent3.xyz/skills/briefing/agent",
    "manifestUrl": "https://openagent3.xyz/skills/briefing/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/briefing/agent.md"
  }
}