{
  "schemaVersion": "1.0",
  "item": {
    "slug": "cleanapp",
    "name": "CleanApp Report Submission",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/borisolver/cleanapp",
    "canonicalUrl": "https://clawhub.ai/borisolver/cleanapp",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/cleanapp",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=cleanapp",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "openclaw-skill/ingest.py",
      "openclaw-skill/run.sh",
      "openclaw-skill/README.md",
      "openclaw-skill/SKILL.md",
      "openclaw-skill/manifest.json",
      "openclaw-skill/build_zip.sh"
    ],
    "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/cleanapp"
    },
    "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/cleanapp",
    "agentPageUrl": "https://openagent3.xyz/skills/cleanapp/agent",
    "manifestUrl": "https://openagent3.xyz/skills/cleanapp/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/cleanapp/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": "SKILL: CleanApp Ingest v1 (OpenClaw/ClawHub)",
        "body": "This is a skill package that lets an agent submit reports into CleanApp using the Fetcher Key System:\n\nPOST /v1/fetchers/register (one-time key issuance)\nPOST /v1/reports:bulkIngest (bulk ingest, quarantine-first)\nGET  /v1/fetchers/me (introspection)\n\nThis is not a long-lived agent running inside the CleanApp backend. It’s a client-side integration that talks to CleanApp over HTTPS."
      },
      {
        "title": "Why This Is Safe (Compartmentalized)",
        "body": "The only secret in the agent is a revocable CleanApp API key (CLEANAPP_API_TOKEN).\nNew keys default to a quarantine lane on the backend:\n\nStored + analyzed\nNot publicly published\nNot routed to brands/municipalities\nNot rewarded\n\n\nThe backend enforces:\n\nrate limits / quotas\nidempotency (source_id)\nkill switches (revoke/suspend)\n\nSo even if an agent is prompt-injected, the blast radius is limited to “submitting more quarantined reports” until the key is revoked."
      },
      {
        "title": "Required Secret",
        "body": "CLEANAPP_API_TOKEN (Bearer token). Get it once via:\n\nPOST /v1/fetchers/register (see references/API_REFERENCE.md)\nStore it as a ClawHub/OpenClaw secret; never paste into chat logs.\n\nOptional env:\n\nCLEANAPP_BASE_URL (default https://live.cleanapp.io)"
      },
      {
        "title": "Data Handling (Minimal by Default)",
        "body": "This skill submits:\n\ntitle, description (text)\noptional lat/lng (location)\noptional media[] metadata (URL/SHA/content-type)\n\nRecommended low-risk defaults:\n\n--approx-location (round coordinates to reduce precision)\n--no-media (drop media metadata unless needed)"
      },
      {
        "title": "Idempotency (Important)",
        "body": "Every item must include a stable source_id. The backend enforces:\n\nUNIQUE(fetcher_id, source_id)\nretries won’t duplicate rows if you reuse the same source_id"
      },
      {
        "title": "Bulk ingest from JSON (recommended)",
        "body": "export CLEANAPP_API_TOKEN=\"cleanapp_fk_live_...\"\npython3 ingest.py \\\\\n  --base-url https://live.cleanapp.io \\\\\n  --input examples/sample_items.json \\\\\n  --approx-location \\\\\n  --no-media"
      },
      {
        "title": "Dry run (no network)",
        "body": "python3 ingest.py --input examples/sample_items.json --dry-run"
      },
      {
        "title": "Single-item helper (shell)",
        "body": "This is useful for quick manual submissions while debugging.\n\nexport CLEANAPP_API_TOKEN=\"cleanapp_fk_live_...\"\n./scripts/submit_report.sh --title \"Broken elevator\" --description \"Stuck on floor 3\" --lat 34.0702 --lng -118.4441 --approx-location"
      },
      {
        "title": "Promotion (Out of Quarantine)",
        "body": "Promotion is a reviewed process. As you build reputation, CleanApp can:\n\nraise caps\nallow public publishing/routing/rewards\n\nSee:\n\nPOST /v1/fetchers/promotion-request\nGET  /v1/fetchers/promotion-status"
      },
      {
        "title": "References",
        "body": "Swagger UI: https://live.cleanapp.io/v1/docs\nOpenAPI YAML: https://live.cleanapp.io/v1/openapi.yaml\nreferences/API_REFERENCE.md in this package"
      }
    ],
    "body": "SKILL: CleanApp Ingest v1 (OpenClaw/ClawHub)\n\nThis is a skill package that lets an agent submit reports into CleanApp using the Fetcher Key System:\n\nPOST /v1/fetchers/register (one-time key issuance)\nPOST /v1/reports:bulkIngest (bulk ingest, quarantine-first)\nGET /v1/fetchers/me (introspection)\n\nThis is not a long-lived agent running inside the CleanApp backend. It’s a client-side integration that talks to CleanApp over HTTPS.\n\nWhy This Is Safe (Compartmentalized)\nThe only secret in the agent is a revocable CleanApp API key (CLEANAPP_API_TOKEN).\nNew keys default to a quarantine lane on the backend:\nStored + analyzed\nNot publicly published\nNot routed to brands/municipalities\nNot rewarded\nThe backend enforces:\nrate limits / quotas\nidempotency (source_id)\nkill switches (revoke/suspend)\n\nSo even if an agent is prompt-injected, the blast radius is limited to “submitting more quarantined reports” until the key is revoked.\n\nRequired Secret\nCLEANAPP_API_TOKEN (Bearer token). Get it once via:\nPOST /v1/fetchers/register (see references/API_REFERENCE.md)\nStore it as a ClawHub/OpenClaw secret; never paste into chat logs.\n\nOptional env:\n\nCLEANAPP_BASE_URL (default https://live.cleanapp.io)\nData Handling (Minimal by Default)\n\nThis skill submits:\n\ntitle, description (text)\noptional lat/lng (location)\noptional media[] metadata (URL/SHA/content-type)\n\nRecommended low-risk defaults:\n\n--approx-location (round coordinates to reduce precision)\n--no-media (drop media metadata unless needed)\nIdempotency (Important)\n\nEvery item must include a stable source_id. The backend enforces:\n\nUNIQUE(fetcher_id, source_id)\nretries won’t duplicate rows if you reuse the same source_id\nUsage\nBulk ingest from JSON (recommended)\nexport CLEANAPP_API_TOKEN=\"cleanapp_fk_live_...\"\npython3 ingest.py \\\\\n  --base-url https://live.cleanapp.io \\\\\n  --input examples/sample_items.json \\\\\n  --approx-location \\\\\n  --no-media\n\nDry run (no network)\npython3 ingest.py --input examples/sample_items.json --dry-run\n\nSingle-item helper (shell)\n\nThis is useful for quick manual submissions while debugging.\n\nexport CLEANAPP_API_TOKEN=\"cleanapp_fk_live_...\"\n./scripts/submit_report.sh --title \"Broken elevator\" --description \"Stuck on floor 3\" --lat 34.0702 --lng -118.4441 --approx-location\n\nPromotion (Out of Quarantine)\n\nPromotion is a reviewed process. As you build reputation, CleanApp can:\n\nraise caps\nallow public publishing/routing/rewards\n\nSee:\n\nPOST /v1/fetchers/promotion-request\nGET /v1/fetchers/promotion-status\nReferences\nSwagger UI: https://live.cleanapp.io/v1/docs\nOpenAPI YAML: https://live.cleanapp.io/v1/openapi.yaml\nreferences/API_REFERENCE.md in this package"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/borisolver/cleanapp",
    "publisherUrl": "https://clawhub.ai/borisolver/cleanapp",
    "owner": "borisolver",
    "version": "0.1.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/cleanapp",
    "downloadUrl": "https://openagent3.xyz/downloads/cleanapp",
    "agentUrl": "https://openagent3.xyz/skills/cleanapp/agent",
    "manifestUrl": "https://openagent3.xyz/skills/cleanapp/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/cleanapp/agent.md"
  }
}