ToolAssay

Buy and download a paid status line

Buy and download a paid status line. The publisher sets the price and receives the payment directly with no platform fee. Returns the script, integrity hash, and install instructions. Review the script before installing.

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.05listed price per call
n/aprice it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://claudelines.com/api/download

CategoryMarket data
Provider hostclaudelines.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days4 from 3 payers (the provider's figure, not ours)

Our checks, last 30 days

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "body": {
    "slug": "cat-walk"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "additionalProperties": false,
          "example": {
            "slug": "cat-walk"
          },
          "properties": {
            "slug": {
              "example": "cat-walk",
              "pattern": "^[a-z0-9]+(?:-[a-z0-9]+){0,7}$",
              "type": "string"
            }
          },
          "required": [
            "slug"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST",
            "PUT",
            "PATCH"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "additionalProperties": false,
          "properties": {
            "capabilities": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "install": {
              "additionalProperties": false,
              "properties": {
                "note": {
                  "type": "string"
                },
                "scriptPath": {
                  "type": "string"
                },
                "scriptUrl": {
                  "type": "string"
                },
                "settings": {
                  "additionalProperties": false,
                  "properties": {
                    "statusLine": {
                      "additionalProperties": false,
                      "properties": {
                        "command": {
                          "type": "string"
                        },
                        "type": {
                          "const": "command",
                          "type": "string"
                        }
                      },
                      "required": [
                        "type",
                        "command"
                      ],
                      "type": "object"
                    }
                  },
                  "required": [
                    "statusLine"
                  ],
                  "type": "object"
                },
                "sha256": {
                  "type": "string"
                },
                "verify": {
                  "type": "string"
                }
              },
              "required": [
                "scriptUrl",
                "scriptPath",
                "verify",
                "settings",
                "note"
              ],
              "type": "object"
            },
            "name": {
              "type": "string"
            },
            "script": {
              "type": "string"
            },
            "scriptSha256": {
              "type": "string"
            },
            "slug": {
              "type": "string"
            }
          },
          "required": [
            "slug",
            "name",
            "capabilities",
            "install"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON