iiRecord
Agentic AI Atlas · act
tool:acta5c.ai
II.
Tool JSON

tool:act

Structured · live

act json

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

File · domain/tools/tools-dev-cli.yamlCluster · domain
Record JSON
{
  "id": "tool:act",
  "_kind": "Tool",
  "_file": "domain/tools/tools-dev-cli.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "act",
    "homepageUrl": "https://github.com/nektos/act",
    "kind": "ci",
    "description": "Local runner for GitHub Actions workflows using Docker containers.\nEnables developers to test and debug GitHub Actions locally without\npushing commits; mirrors the GitHub Actions environment closely.\n"
  },
  "outgoingEdges": [
    {
      "from": "tool:act",
      "to": "language:go",
      "kind": "belongs_to_language"
    },
    {
      "from": "tool:act",
      "to": "skill-area:ci-cd",
      "kind": "tool_used_by",
      "attributes": {}
    },
    {
      "from": "tool:act",
      "to": "skill-area:ci-cd",
      "kind": "used_for",
      "attributes": {}
    },
    {
      "from": "tool:act",
      "to": "skill-area:developer-experience",
      "kind": "used_for",
      "attributes": {}
    },
    {
      "from": "tool:act",
      "to": "tool:tekton",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "CI tools — act runs GitHub Actions locally; Tekton is Kubernetes-native CI/CD"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "tool:tekton",
      "to": "tool:act",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "CI tools — Tekton is Kubernetes-native CI/CD; act runs GitHub Actions locally"
      }
    }
  ]
}