iiRecord
Agentic AI Atlas · Scoop
tool:scoopa5c.ai
II.
Tool JSON

tool:scoop

Structured · live

Scoop json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/tools/tools-package-managers-api.yamlCluster · domain
Record JSON
{
  "id": "tool:scoop",
  "_kind": "Tool",
  "_file": "domain/tools/tools-package-managers-api.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Scoop",
    "homepageUrl": "https://scoop.sh",
    "kind": "package-manager",
    "description": "Command-line installer for Windows that installs programs to the user's home folder,\neliminating UAC permission prompts and keeping the PATH clean.\nOrganizes packages into buckets and handles shims, making it ideal for developer tools.\n"
  },
  "outgoingEdges": [
    {
      "from": "tool:scoop",
      "to": "language:powershell",
      "kind": "belongs_to_language"
    },
    {
      "from": "tool:scoop",
      "to": "skill-area:developer-environment",
      "kind": "tool_used_by",
      "attributes": {}
    },
    {
      "from": "tool:scoop",
      "to": "skill-area:developer-environment",
      "kind": "used_for"
    },
    {
      "from": "tool:scoop",
      "to": "tool:chocolatey",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Windows package managers — Scoop installs to user home; Chocolatey needs admin"
      }
    },
    {
      "from": "tool:scoop",
      "to": "tool:winget",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Windows package managers — Scoop is developer-focused; winget is Microsoft official"
      }
    },
    {
      "from": "tool:scoop",
      "to": "tool:homebrew",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "System package managers — Scoop is Windows; Homebrew is macOS"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "tool:homebrew",
      "to": "tool:scoop",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "System package managers — Homebrew is macOS; Scoop is Windows"
      }
    },
    {
      "from": "tool:chocolatey",
      "to": "tool:scoop",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Windows package managers — Chocolatey needs admin; Scoop installs to user home"
      }
    },
    {
      "from": "tool:winget",
      "to": "tool:scoop",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Windows package managers — winget is Microsoft official; Scoop is developer-focused"
      }
    },
    {
      "from": "install:scoop",
      "to": "tool:scoop",
      "kind": "install_method_requires"
    }
  ]
}