{
  "schemaVersion": "1.0",
  "item": {
    "slug": "listonic",
    "name": "Listonic",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/JeremyMahieu/listonic",
    "canonicalUrl": "https://clawhub.ai/JeremyMahieu/listonic",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/listonic",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=listonic",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "scripts/listonic.py",
      "scripts/listonic.sh",
      "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/listonic"
    },
    "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/listonic",
    "agentPageUrl": "https://openagent3.xyz/skills/listonic/agent",
    "manifestUrl": "https://openagent3.xyz/skills/listonic/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/listonic/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": "Listonic",
        "body": "Manage Listonic shopping lists via the unofficial web API."
      },
      {
        "title": "Setup",
        "body": "Create ~/.openclaw/credentials/listonic/config.json using one auth mode."
      },
      {
        "title": "Recommended: token mode (works with Google sign-in)",
        "body": "{\n  \"refreshToken\": \"your-refresh-token\"\n}\n\nTip: the script now auto-refreshes access tokens and persists updated tokens back to config.\nIt also accepts refresh_token / access_token keys if you paste raw OAuth payload JSON.\n\nOptional (advanced):\n\n{\n  \"accessToken\": \"short-lived-access-token\",\n  \"clientId\": \"listonicv2\",\n  \"clientSecret\": \"fjdfsoj9874jdfhjkh34jkhffdfff\",\n  \"redirectUri\": \"https://listonicv2api.jestemkucharzem.pl\"\n}"
      },
      {
        "title": "Fallback: email/password mode",
        "body": "{\n  \"email\": \"you@example.com\",\n  \"password\": \"your-listonic-password\"\n}"
      },
      {
        "title": "Workflow",
        "body": "lists to show available shopping lists\nitems <list> to inspect current items\nadd-item <list> \"Name\" to add items\ncheck-item / uncheck-item to toggle completion\ndelete-item only when user explicitly wants removal"
      },
      {
        "title": "Important",
        "body": "This uses an unofficial reverse-engineered API and may break if Listonic changes it.\nFor destructive operations (delete-item, delete-list), confirm with the user first.\nlist arguments can be list ID or a list name (exact/partial match)."
      },
      {
        "title": "Show all lists",
        "body": "bash scripts/listonic.sh lists"
      },
      {
        "title": "Show items in a list",
        "body": "bash scripts/listonic.sh items 12345\nbash scripts/listonic.sh items \"Groceries\""
      },
      {
        "title": "Add item",
        "body": "bash scripts/listonic.sh add-item \"Groceries\" \"Milk\"\nbash scripts/listonic.sh add-item \"Groceries\" \"Flour\" --amount 2 --unit kg"
      },
      {
        "title": "Check / uncheck item",
        "body": "bash scripts/listonic.sh check-item \"Groceries\" 987654\nbash scripts/listonic.sh uncheck-item \"Groceries\" 987654"
      },
      {
        "title": "Delete item",
        "body": "bash scripts/listonic.sh delete-item \"Groceries\" 987654"
      },
      {
        "title": "Create / rename / delete list",
        "body": "bash scripts/listonic.sh add-list \"BBQ Party\"\nbash scripts/listonic.sh rename-list \"BBQ Party\" \"BBQ\"\nbash scripts/listonic.sh delete-list \"BBQ\""
      },
      {
        "title": "Raw JSON output",
        "body": "bash scripts/listonic.sh --json lists\nbash scripts/listonic.sh --json items \"Groceries\""
      }
    ],
    "body": "Listonic\n\nManage Listonic shopping lists via the unofficial web API.\n\nSetup\n\nCreate ~/.openclaw/credentials/listonic/config.json using one auth mode.\n\nRecommended: token mode (works with Google sign-in)\n{\n  \"refreshToken\": \"your-refresh-token\"\n}\n\n\nTip: the script now auto-refreshes access tokens and persists updated tokens back to config. It also accepts refresh_token / access_token keys if you paste raw OAuth payload JSON.\n\nOptional (advanced):\n\n{\n  \"accessToken\": \"short-lived-access-token\",\n  \"clientId\": \"listonicv2\",\n  \"clientSecret\": \"fjdfsoj9874jdfhjkh34jkhffdfff\",\n  \"redirectUri\": \"https://listonicv2api.jestemkucharzem.pl\"\n}\n\nFallback: email/password mode\n{\n  \"email\": \"you@example.com\",\n  \"password\": \"your-listonic-password\"\n}\n\nWorkflow\nlists to show available shopping lists\nitems <list> to inspect current items\nadd-item <list> \"Name\" to add items\ncheck-item / uncheck-item to toggle completion\ndelete-item only when user explicitly wants removal\nImportant\nThis uses an unofficial reverse-engineered API and may break if Listonic changes it.\nFor destructive operations (delete-item, delete-list), confirm with the user first.\nlist arguments can be list ID or a list name (exact/partial match).\nCommands\nShow all lists\nbash scripts/listonic.sh lists\n\nShow items in a list\nbash scripts/listonic.sh items 12345\nbash scripts/listonic.sh items \"Groceries\"\n\nAdd item\nbash scripts/listonic.sh add-item \"Groceries\" \"Milk\"\nbash scripts/listonic.sh add-item \"Groceries\" \"Flour\" --amount 2 --unit kg\n\nCheck / uncheck item\nbash scripts/listonic.sh check-item \"Groceries\" 987654\nbash scripts/listonic.sh uncheck-item \"Groceries\" 987654\n\nDelete item\nbash scripts/listonic.sh delete-item \"Groceries\" 987654\n\nCreate / rename / delete list\nbash scripts/listonic.sh add-list \"BBQ Party\"\nbash scripts/listonic.sh rename-list \"BBQ Party\" \"BBQ\"\nbash scripts/listonic.sh delete-list \"BBQ\"\n\nRaw JSON output\nbash scripts/listonic.sh --json lists\nbash scripts/listonic.sh --json items \"Groceries\""
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/JeremyMahieu/listonic",
    "publisherUrl": "https://clawhub.ai/JeremyMahieu/listonic",
    "owner": "JeremyMahieu",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/listonic",
    "downloadUrl": "https://openagent3.xyz/downloads/listonic",
    "agentUrl": "https://openagent3.xyz/skills/listonic/agent",
    "manifestUrl": "https://openagent3.xyz/skills/listonic/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/listonic/agent.md"
  }
}