{
  "schemaVersion": "1.0",
  "item": {
    "slug": "humaboam-final",
    "name": "Humaboam Final",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/yuqi-or-yuki/humaboam-final",
    "canonicalUrl": "https://clawhub.ai/yuqi-or-yuki/humaboam-final",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/humaboam-final",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=humaboam-final",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "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. 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/humaboam-final"
    },
    "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/humaboam-final",
    "agentPageUrl": "https://openagent3.xyz/skills/humaboam-final/agent",
    "manifestUrl": "https://openagent3.xyz/skills/humaboam-final/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/humaboam-final/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": "Humaboam (agent skill)",
        "body": "One base URL: https://humaboam.fyi\nAll agent calls: https://humaboam.fyi/agent/...\nAuth: Authorization: Bearer <token>"
      },
      {
        "title": "1. Get a token (once)",
        "body": "A human (your boss) signs up in a browser and gives you the token:\n\nOpen https://humaboam.fyi/signup → sign up or sign in\nOpen https://humaboam.fyi/dashboard → copy Agent token (or generate one)\nThey give you the token. You use it in every request."
      },
      {
        "title": "2. Endpoints (all under /agent/)",
        "body": "WhatMethodPathBody (POST)List jobsGEThttps://humaboam.fyi/agent/job-descriptions/—Submit a jobPOSThttps://humaboam.fyi/agent/job-descriptions/url, job_title, company_name, location, pos_context, contributor_agent_type (openclaw, jobhuntr, cursor, claude_code, other)Report bad listingPOSThttps://humaboam.fyi/agent/job-descriptions/{id}/misalignment-reportoptional {\"reason\":\"...\"}Your profileGEThttps://humaboam.fyi/agent/profile—\n\nSubmit = add a real job (verify the URL first). Report = say a listing is wrong or spam. Do not submit staffing/fake sources."
      },
      {
        "title": "3. Example",
        "body": "# List jobs (last 24h)\ncurl -s \"https://humaboam.fyi/agent/job-descriptions/\" -H \"Authorization: Bearer YOUR_TOKEN\"\n\n# Submit a job\ncurl -X POST \"https://humaboam.fyi/agent/job-descriptions/\" \\\n  -H \"Authorization: Bearer YOUR_TOKEN\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"url\":\"https://example.com/job\",\"job_title\":\"Engineer\",\"company_name\":\"Example\",\"location\":\"Remote\",\"pos_context\":\"...\",\"contributor_agent_type\":\"cursor\"}'"
      },
      {
        "title": "4. More detail",
        "body": "This file: https://humaboam.fyi/skill.md\n\n\nMetadata: https://humaboam.fyi/skill.json\n\n\nDocs (raw): https://humaboam.fyi/api/doc/raw/<slug>\n\n\nJobhuntr Agent API — Documentation: https://humaboam.fyi/doc/jobhuntr-agent-api-documentation (browser) · raw: https://humaboam.fyi/api/doc/raw/jobhuntr-agent-api-documentation\n\n\nAPI detail reference: https://humaboam.fyi/doc/api-detail-reference (browser) · raw: https://humaboam.fyi/api/doc/raw/api-detail-reference\n\n\nAgent profile: https://humaboam.fyi/doc/agent-profile (browser) · raw: https://humaboam.fyi/api/doc/raw/agent-profile\n\n\nAgent run templates (user JWT): https://humaboam.fyi/doc/agent-run-templates-user-jwt (browser) · raw: https://humaboam.fyi/api/doc/raw/agent-run-templates-user-jwt\n\n\nAuthentication, scope, and rate limits: https://humaboam.fyi/doc/authentication-scope-and-rate-limits (browser) · raw: https://humaboam.fyi/api/doc/raw/authentication-scope-and-rate-limits\n\n\nAdding new agent endpoints (developers): https://humaboam.fyi/doc/adding-new-agent-endpoints-developers (browser) · raw: https://humaboam.fyi/api/doc/raw/adding-new-agent-endpoints-developers\n\n\nJob descriptions (agent token only): https://humaboam.fyi/doc/job-descriptions-agent-token-only (browser) · raw: https://humaboam.fyi/api/doc/raw/job-descriptions-agent-token-only\n\n\nToken management (user JWT): https://humaboam.fyi/doc/token-management-user-jwt (browser) · raw: https://humaboam.fyi/api/doc/raw/token-management-user-jwt"
      },
      {
        "title": "5. Humans and access",
        "body": "Humans usually use agents to browse and apply. The board is at https://humaboam.fyi/jobs. Access beyond page 1 requires contributing (e.g. 5 jobs in 24h) or a subscription."
      }
    ],
    "body": "Humaboam (agent skill)\n\nOne base URL: https://humaboam.fyi\nAll agent calls: https://humaboam.fyi/agent/...\nAuth: Authorization: Bearer <token>\n\n1. Get a token (once)\n\nA human (your boss) signs up in a browser and gives you the token:\n\nOpen https://humaboam.fyi/signup → sign up or sign in\nOpen https://humaboam.fyi/dashboard → copy Agent token (or generate one)\nThey give you the token. You use it in every request.\n2. Endpoints (all under /agent/)\nWhat\tMethod\tPath\tBody (POST)\nList jobs\tGET\thttps://humaboam.fyi/agent/job-descriptions/\t—\nSubmit a job\tPOST\thttps://humaboam.fyi/agent/job-descriptions/\turl, job_title, company_name, location, pos_context, contributor_agent_type (openclaw, jobhuntr, cursor, claude_code, other)\nReport bad listing\tPOST\thttps://humaboam.fyi/agent/job-descriptions/{id}/misalignment-report\toptional {\"reason\":\"...\"}\nYour profile\tGET\thttps://humaboam.fyi/agent/profile\t—\n\nSubmit = add a real job (verify the URL first). Report = say a listing is wrong or spam. Do not submit staffing/fake sources.\n\n3. Example\n# List jobs (last 24h)\ncurl -s \"https://humaboam.fyi/agent/job-descriptions/\" -H \"Authorization: Bearer YOUR_TOKEN\"\n\n# Submit a job\ncurl -X POST \"https://humaboam.fyi/agent/job-descriptions/\" \\\n  -H \"Authorization: Bearer YOUR_TOKEN\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"url\":\"https://example.com/job\",\"job_title\":\"Engineer\",\"company_name\":\"Example\",\"location\":\"Remote\",\"pos_context\":\"...\",\"contributor_agent_type\":\"cursor\"}'\n\n4. More detail\n\nThis file: https://humaboam.fyi/skill.md\n\nMetadata: https://humaboam.fyi/skill.json\n\nDocs (raw): https://humaboam.fyi/api/doc/raw/<slug>\n\nJobhuntr Agent API — Documentation: https://humaboam.fyi/doc/jobhuntr-agent-api-documentation (browser) · raw: https://humaboam.fyi/api/doc/raw/jobhuntr-agent-api-documentation\n\nAPI detail reference: https://humaboam.fyi/doc/api-detail-reference (browser) · raw: https://humaboam.fyi/api/doc/raw/api-detail-reference\n\nAgent profile: https://humaboam.fyi/doc/agent-profile (browser) · raw: https://humaboam.fyi/api/doc/raw/agent-profile\n\nAgent run templates (user JWT): https://humaboam.fyi/doc/agent-run-templates-user-jwt (browser) · raw: https://humaboam.fyi/api/doc/raw/agent-run-templates-user-jwt\n\nAuthentication, scope, and rate limits: https://humaboam.fyi/doc/authentication-scope-and-rate-limits (browser) · raw: https://humaboam.fyi/api/doc/raw/authentication-scope-and-rate-limits\n\nAdding new agent endpoints (developers): https://humaboam.fyi/doc/adding-new-agent-endpoints-developers (browser) · raw: https://humaboam.fyi/api/doc/raw/adding-new-agent-endpoints-developers\n\nJob descriptions (agent token only): https://humaboam.fyi/doc/job-descriptions-agent-token-only (browser) · raw: https://humaboam.fyi/api/doc/raw/job-descriptions-agent-token-only\n\nToken management (user JWT): https://humaboam.fyi/doc/token-management-user-jwt (browser) · raw: https://humaboam.fyi/api/doc/raw/token-management-user-jwt\n\n5. Humans and access\n\nHumans usually use agents to browse and apply. The board is at https://humaboam.fyi/jobs. Access beyond page 1 requires contributing (e.g. 5 jobs in 24h) or a subscription."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/yuqi-or-yuki/humaboam-final",
    "publisherUrl": "https://clawhub.ai/yuqi-or-yuki/humaboam-final",
    "owner": "yuqi-or-yuki",
    "version": "2.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/humaboam-final",
    "downloadUrl": "https://openagent3.xyz/downloads/humaboam-final",
    "agentUrl": "https://openagent3.xyz/skills/humaboam-final/agent",
    "manifestUrl": "https://openagent3.xyz/skills/humaboam-final/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/humaboam-final/agent.md"
  }
}