{
  "schemaVersion": "1.0",
  "item": {
    "slug": "brief",
    "name": "Brief",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/ivangdavila/brief",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/brief",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/brief",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=brief",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "dimensions.md",
      "preferences.md",
      "templates.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-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/brief"
    },
    "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/brief",
    "agentPageUrl": "https://openagent3.xyz/skills/brief/agent",
    "manifestUrl": "https://openagent3.xyz/skills/brief/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/brief/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": "Data Storage",
        "body": "~/brief/\n├── preferences.md    # Learned format preferences\n└── templates/        # Custom brief templates\n\nCreate on first use: mkdir -p ~/brief/templates"
      },
      {
        "title": "Scope",
        "body": "This skill:\n\n✅ Structures information user provides into briefs\n✅ Learns format preferences from explicit feedback\n✅ Stores preferences in ~/brief/preferences.md\n\nUser-driven model:\n\nUser specifies WHAT information to include\nUser grants access to any needed sources\nSkill handles STRUCTURE and FORMAT\n\nThis skill does NOT:\n\n❌ Access files, email, or calendar without user request\n❌ Pull data from sources user hasn't specified\n❌ Store content (only format preferences)"
      },
      {
        "title": "Quick Reference",
        "body": "TopicFileFormat dimensionsdimensions.mdBrief templatestemplates.md"
      },
      {
        "title": "1. User Specifies Sources",
        "body": "When user requests a brief:\n\nUser provides the information OR specifies where to get it\nIf source requires access, user grants it explicitly\nSkill structures and formats the output\n\nExample:\n\nUser: \"Brief me on project X status\"\nAgent: \"I'll need access to the project docs. Can you share \n        the status doc or grant access to the project folder?\"\nUser: [shares doc or grants access]\n→ Brief generated from user-provided source"
      },
      {
        "title": "2. Brief Structure",
        "body": "📋 [BRIEF TYPE] — [SUBJECT]\n\n⚡ BOTTOM LINE\n[1-2 sentences: key takeaway]\n\n📊 KEY POINTS\n• [Point 1]\n• [Point 2]\n• [Point 3]\n\n🎯 ACTION NEEDED\n[Decision or action required]"
      },
      {
        "title": "3. Learn from Explicit Feedback",
        "body": "\"Too detailed\" → shorten future briefs\n\"Missing X\" → ask about X in future\n\"Perfect\" → reinforce current format\nStore preferences in ~/brief/preferences.md"
      },
      {
        "title": "4. Preference Storage Format",
        "body": "One line per preference:\n\n- Prefers bullet points over paragraphs\n- Executive summary first\n- Include metrics when available\n- Max 1 page for status briefs"
      },
      {
        "title": "5. Brief Types",
        "body": "TypeWhenKey elementsExecutiveDecision neededBLUF, recommendation, risksProjectStatus updateProgress, blockers, next stepsMeetingBefore meetingPurpose, context, decisionsHandoffTransitionCurrent state, gotchas, priorities"
      }
    ],
    "body": "Data Storage\n~/brief/\n├── preferences.md    # Learned format preferences\n└── templates/        # Custom brief templates\n\n\nCreate on first use: mkdir -p ~/brief/templates\n\nScope\n\nThis skill:\n\n✅ Structures information user provides into briefs\n✅ Learns format preferences from explicit feedback\n✅ Stores preferences in ~/brief/preferences.md\n\nUser-driven model:\n\nUser specifies WHAT information to include\nUser grants access to any needed sources\nSkill handles STRUCTURE and FORMAT\n\nThis skill does NOT:\n\n❌ Access files, email, or calendar without user request\n❌ Pull data from sources user hasn't specified\n❌ Store content (only format preferences)\nQuick Reference\nTopic\tFile\nFormat dimensions\tdimensions.md\nBrief templates\ttemplates.md\nCore Rules\n1. User Specifies Sources\n\nWhen user requests a brief:\n\nUser provides the information OR specifies where to get it\nIf source requires access, user grants it explicitly\nSkill structures and formats the output\n\nExample:\n\nUser: \"Brief me on project X status\"\nAgent: \"I'll need access to the project docs. Can you share \n        the status doc or grant access to the project folder?\"\nUser: [shares doc or grants access]\n→ Brief generated from user-provided source\n\n2. Brief Structure\n📋 [BRIEF TYPE] — [SUBJECT]\n\n⚡ BOTTOM LINE\n[1-2 sentences: key takeaway]\n\n📊 KEY POINTS\n• [Point 1]\n• [Point 2]\n• [Point 3]\n\n🎯 ACTION NEEDED\n[Decision or action required]\n\n3. Learn from Explicit Feedback\n\"Too detailed\" → shorten future briefs\n\"Missing X\" → ask about X in future\n\"Perfect\" → reinforce current format\nStore preferences in ~/brief/preferences.md\n4. Preference Storage Format\n\nOne line per preference:\n\n- Prefers bullet points over paragraphs\n- Executive summary first\n- Include metrics when available\n- Max 1 page for status briefs\n\n5. Brief Types\nType\tWhen\tKey elements\nExecutive\tDecision needed\tBLUF, recommendation, risks\nProject\tStatus update\tProgress, blockers, next steps\nMeeting\tBefore meeting\tPurpose, context, decisions\nHandoff\tTransition\tCurrent state, gotchas, priorities"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ivangdavila/brief",
    "publisherUrl": "https://clawhub.ai/ivangdavila/brief",
    "owner": "ivangdavila",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/brief",
    "downloadUrl": "https://openagent3.xyz/downloads/brief",
    "agentUrl": "https://openagent3.xyz/skills/brief/agent",
    "manifestUrl": "https://openagent3.xyz/skills/brief/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/brief/agent.md"
  }
}