{
  "schemaVersion": "1.0",
  "item": {
    "slug": "skills-ai-assistant",
    "name": "skills-ai-assistant",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/dadaliu0121/skills-ai-assistant",
    "canonicalUrl": "https://clawhub.ai/dadaliu0121/skills-ai-assistant",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "manual_only",
    "downloadUrl": "/downloads/skills-ai-assistant",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skills-ai-assistant",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "_meta.json",
      "package.json",
      "SKILL.md",
      "scripts/conversation_summary.py"
    ],
    "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."
        },
        {
          "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "skills-ai-assistant",
      "status": "source_issue",
      "reason": "not_found",
      "recommendedAction": "review_source",
      "checkedAt": "2026-05-05T04:42:13.495Z",
      "expiresAt": "2026-05-06T04:42:13.495Z",
      "httpStatus": 404,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skills-ai-assistant",
      "contentType": "text/plain",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skills-ai-assistant",
        "contentDisposition": null,
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "skills-ai-assistant"
      },
      "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/dadaliu0121/skills-ai-assistant"
    },
    "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/skills-ai-assistant",
    "agentPageUrl": "https://openagent3.xyz/skills/skills-ai-assistant/agent",
    "manifestUrl": "https://openagent3.xyz/skills/skills-ai-assistant/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/skills-ai-assistant/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."
      },
      {
        "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Conversation Summary - Agent Instructions",
        "body": "Use this skill to generate summaries for conversation content."
      },
      {
        "title": "Usage",
        "body": "When the user requests any of the following:\n\n\"Summarize this conversation\"\n\"Generate a summary\"\n\"What did we talk about\"\n\nUse the summarize_conversation tool to call the summary API."
      },
      {
        "title": "How to Call",
        "body": "python3 scripts/conversation_summary.py '<chat_list_json>' '<history_summary>'"
      },
      {
        "title": "Parameters",
        "body": "ParameterTypeRequiredDescriptionchat_liststringYesJSON formatted conversation contenthistory_summarystringNoPrevious summary for incremental update"
      },
      {
        "title": "chat_list Format Example",
        "body": "[\n  {\"role\": \"user\", \"content\": \"How is the weather today?\"},\n  {\"role\": \"assistant\", \"content\": \"It is sunny, 25 degrees.\"}\n]"
      },
      {
        "title": "Response",
        "body": "The script returns JSON with:\n\nstatus: \"completed\" or \"error\"\nsummary: Generated conversation summary\nerror: Error message if failed"
      },
      {
        "title": "Error Handling",
        "body": "If the API returns a non-zero code, report the error message to the user\nIf the request fails, check network connectivity\nEnsure chat_list is valid JSON format before calling"
      }
    ],
    "body": "Conversation Summary - Agent Instructions\n\nUse this skill to generate summaries for conversation content.\n\nUsage\n\nWhen the user requests any of the following:\n\n\"Summarize this conversation\"\n\"Generate a summary\"\n\"What did we talk about\"\n\nUse the summarize_conversation tool to call the summary API.\n\nHow to Call\npython3 scripts/conversation_summary.py '<chat_list_json>' '<history_summary>'\n\nParameters\nParameter\tType\tRequired\tDescription\nchat_list\tstring\tYes\tJSON formatted conversation content\nhistory_summary\tstring\tNo\tPrevious summary for incremental update\nchat_list Format Example\n[\n  {\"role\": \"user\", \"content\": \"How is the weather today?\"},\n  {\"role\": \"assistant\", \"content\": \"It is sunny, 25 degrees.\"}\n]\n\nResponse\n\nThe script returns JSON with:\n\nstatus: \"completed\" or \"error\"\nsummary: Generated conversation summary\nerror: Error message if failed\nError Handling\nIf the API returns a non-zero code, report the error message to the user\nIf the request fails, check network connectivity\nEnsure chat_list is valid JSON format before calling"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/dadaliu0121/skills-ai-assistant",
    "publisherUrl": "https://clawhub.ai/dadaliu0121/skills-ai-assistant",
    "owner": "dadaliu0121",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/skills-ai-assistant",
    "downloadUrl": "https://openagent3.xyz/downloads/skills-ai-assistant",
    "agentUrl": "https://openagent3.xyz/skills/skills-ai-assistant/agent",
    "manifestUrl": "https://openagent3.xyz/skills/skills-ai-assistant/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/skills-ai-assistant/agent.md"
  }
}