{
  "schemaVersion": "1.0",
  "item": {
    "slug": "kroger-api-skill",
    "name": "Kroger Api.Skill",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/jasonahorn/kroger-api-skill",
    "canonicalUrl": "https://clawhub.ai/jasonahorn/kroger-api-skill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/kroger-api-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=kroger-api-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "grocery-list.txt",
      "scripts/client.py",
      "state.json"
    ],
    "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-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.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/kroger-api-skill"
    },
    "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/kroger-api-skill",
    "agentPageUrl": "https://openagent3.xyz/skills/kroger-api-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/kroger-api-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/kroger-api-skill/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": "Overview",
        "body": "Skill for searching Kroger/QFC products, managing cart, checking pickup availability, and creating pickup orders.\nUses official Kroger API. QFC chain ID: 213."
      },
      {
        "title": "Setup",
        "body": "Sign up at developer.kroger.com, create app.\nAdd redirect URI e.g. http://localhost\nScopes: product.compact locations.read fulfillment.readwrite orders.pickup.create\nEdit state.json: add client_id, client_secret, chain_id: \"213\"\nOAuth:\n\npython3 scripts/client.py --state state.json oauth-url\nVisit URL, login, authorize.\nCopy code from redirect (e.g. http://localhost?code=ABC123)\npython3 scripts/client.py --state state.json oauth-exchange ABC123"
      },
      {
        "title": "Usage (via exec)",
        "body": "Run from workspace root:"
      },
      {
        "title": "Search products",
        "body": "python3 kroger-api.skill/scripts/client.py search \\\"milk\\\" --chain-id 213 --limit 5\n\nOutput: JSON products with id (UPC), attributes.description, attributes.brand etc."
      },
      {
        "title": "Find locations",
        "body": "python3 kroger-api.skill/scripts/client.py locations 98101 --chain-id 213\n\nOutput: locations with id, attributes.address.addressLine1 etc."
      },
      {
        "title": "Cart (local)",
        "body": "python3 kroger-api.skill/scripts/client.py cart-add 0001111101001 2  # UPC qty\npython3 kroger-api.skill/scripts/client.py cart-get\npython3 kroger-api.skill/scripts/client.py cart-clear"
      },
      {
        "title": "Check availability",
        "body": "python3 kroger-api.skill/scripts/client.py availability LOC123 --items '[{&quot;upc&quot;:&quot;UPC&quot;,&quot;quantity&quot;:1}]'"
      },
      {
        "title": "Create order",
        "body": "python3 kroger-api.skill/scripts/client.py order-create LOC123 \\&quot;2026-02-14T10:00:00Z\\&quot; --items '[{&quot;upc&quot;:&quot;UPC&quot;,&quot;quantity&quot;:1}]'"
      },
      {
        "title": "Grocery list integration",
        "body": "Create grocery-list.txt:\n\nmilk\nbread\neggs\n\npython3 kroger-api.skill/scripts/client.py grocery --zip 98101\n\nLists items & locations. Agent: for each item search, pick UPC (e.g. first result), add_to_cart, then availability, order."
      },
      {
        "title": "Agent Workflow Example",
        "body": "User: \"Add milk and eggs to Kroger cart\"\nSearch \"milk\", pick UPC1, cart-add\nSearch \"eggs\", pick UPC2, cart-add\nUser: \"Find QFC near 98101\" → locations\nSet location-set LOC\ncart-get → items\navailability → pick slot\norder-create with slot time."
      },
      {
        "title": "State",
        "body": "state.json: tokens, cart, location_id."
      },
      {
        "title": "Notes",
        "body": "Endpoints based on Kroger API docs. Verify at developer.kroger.com/reference\nUPC from products.id\nPickup datetime: ISO 8601 UTC\nErrors: check API response\nToken auto-refreshes.\n\nPackage as kroger-api.skill/"
      }
    ],
    "body": "Kroger/QFC API Skill\nOverview\n\nSkill for searching Kroger/QFC products, managing cart, checking pickup availability, and creating pickup orders. Uses official Kroger API. QFC chain ID: 213.\n\nSetup\nSign up at developer.kroger.com, create app.\nAdd redirect URI e.g. http://localhost\nScopes: product.compact locations.read fulfillment.readwrite orders.pickup.create\nEdit state.json: add client_id, client_secret, chain_id: \"213\"\nOAuth:\npython3 scripts/client.py --state state.json oauth-url\nVisit URL, login, authorize.\nCopy code from redirect (e.g. http://localhost?code=ABC123)\npython3 scripts/client.py --state state.json oauth-exchange ABC123\nUsage (via exec)\n\nRun from workspace root:\n\nSearch products\npython3 kroger-api.skill/scripts/client.py search \\\"milk\\\" --chain-id 213 --limit 5\n\n\nOutput: JSON products with id (UPC), attributes.description, attributes.brand etc.\n\nFind locations\npython3 kroger-api.skill/scripts/client.py locations 98101 --chain-id 213\n\n\nOutput: locations with id, attributes.address.addressLine1 etc.\n\nCart (local)\npython3 kroger-api.skill/scripts/client.py cart-add 0001111101001 2  # UPC qty\npython3 kroger-api.skill/scripts/client.py cart-get\npython3 kroger-api.skill/scripts/client.py cart-clear\n\nCheck availability\npython3 kroger-api.skill/scripts/client.py availability LOC123 --items '[{&quot;upc&quot;:&quot;UPC&quot;,&quot;quantity&quot;:1}]'\n\nCreate order\npython3 kroger-api.skill/scripts/client.py order-create LOC123 \\&quot;2026-02-14T10:00:00Z\\&quot; --items '[{&quot;upc&quot;:&quot;UPC&quot;,&quot;quantity&quot;:1}]'\n\nGrocery list integration\n\nCreate grocery-list.txt:\n\nmilk\nbread\neggs\n\npython3 kroger-api.skill/scripts/client.py grocery --zip 98101\n\n\nLists items & locations. Agent: for each item search, pick UPC (e.g. first result), add_to_cart, then availability, order.\n\nAgent Workflow Example\nUser: \"Add milk and eggs to Kroger cart\"\nSearch \"milk\", pick UPC1, cart-add\nSearch \"eggs\", pick UPC2, cart-add\nUser: \"Find QFC near 98101\" → locations\nSet location-set LOC\ncart-get → items\navailability → pick slot\norder-create with slot time.\nState\n\nstate.json: tokens, cart, location_id.\n\nNotes\nEndpoints based on Kroger API docs. Verify at developer.kroger.com/reference\nUPC from products.id\nPickup datetime: ISO 8601 UTC\nErrors: check API response\nToken auto-refreshes.\n\nPackage as kroger-api.skill/"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/jasonahorn/kroger-api-skill",
    "publisherUrl": "https://clawhub.ai/jasonahorn/kroger-api-skill",
    "owner": "jasonahorn",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/kroger-api-skill",
    "downloadUrl": "https://openagent3.xyz/downloads/kroger-api-skill",
    "agentUrl": "https://openagent3.xyz/skills/kroger-api-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/kroger-api-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/kroger-api-skill/agent.md"
  }
}