{
  "schemaVersion": "1.0",
  "item": {
    "slug": "intellectia-stock-screener",
    "name": "Stock Screener",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/intellectiaAI/intellectia-stock-screener",
    "canonicalUrl": "https://clawhub.ai/intellectiaAI/intellectia-stock-screener",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/intellectia-stock-screener",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=intellectia-stock-screener",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "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. 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-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-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/intellectia-stock-screener"
    },
    "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/intellectia-stock-screener",
    "agentPageUrl": "https://openagent3.xyz/skills/intellectia-stock-screener/agent",
    "manifestUrl": "https://openagent3.xyz/skills/intellectia-stock-screener/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/intellectia-stock-screener/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": "Intellectia Stock Screener",
        "body": "Base URL: https://api.intellectia.ai"
      },
      {
        "title": "Endpoint",
        "body": "GET /gateway/v1/stock/screener-list\n\nFull URL:\n\nhttps://api.intellectia.ai/gateway/v1/stock/screener-list"
      },
      {
        "title": "Query parameters",
        "body": "symbol_type (int): Asset type 0=stock 1=etf 2=crypto\nperiod_type (int): Period 0=day 1=week 2=month\ntrend_type (int): Trend 0=bullish 1=bearish\nprofit_asc (bool): Sort by profit ascending (true = small → large)\nmarket_cap (int): Market cap filter\n\n0=any\n1=micro <300M\n2=small 300M-2B\n3=mid 2B-10B\n4=large 10B-200B\n5=mega >200B\n\n\nprice (int): Price filter\n\n0=any\n1=<5\n2=<50\n3=>5\n4=>50\n5=5-50\n\n\npage (int): Page number (example: 1)\nsize (int): Page size (example: 20)"
      },
      {
        "title": "Response (200)",
        "body": "Example response (shape):\n\n{\n  \"ret\": 0,\n  \"msg\": \"\",\n  \"data\": {\n    \"list\": [\n      {\n        \"code\": \"BKD.N\",\n        \"symbol\": \"BKD\",\n        \"symbol_type\": 0,\n        \"name\": \"Brookdale Senior Living Inc\",\n        \"logo\": \"https://intellectia-public-documents.s3.amazonaws.com/image/logo/BKD_logo.png\",\n        \"pre_close\": 14.5,\n        \"price\": 15,\n        \"change_ratio\": 3.45,\n        \"timestamp\": \"1769749200\",\n        \"simiar_num\": 10,\n        \"probability\": 80,\n        \"profit\": 5.27,\n        \"klines\": [{ \"close\": 15, \"timestamp\": \"1769749200\" }],\n        \"trend_list\": [\n          {\n            \"symbol\": \"BKD\",\n            \"symbol_type\": 0,\n            \"is_main\": true,\n            \"list\": [{ \"change_ratio\": 5.27, \"timestamp\": \"1730260800\", \"close\": 16 }]\n          }\n        ],\n        \"update_time\": \"1769806800\"\n      }\n    ],\n    \"total\": 3,\n    \"detail\": {\n      \"cover_url\": \"https://d159e3ysga2l0q.cloudfront.net/image/cover_image/stock-1.png\",\n      \"name\": \"Stocks Bullish Tomorrow\",\n      \"screener_type\": 1011,\n      \"params\": \"{}\",\n      \"desc\": \"...\"\n    }\n  }\n}"
      },
      {
        "title": "Field reference",
        "body": "Top-level:\n\nret (int): Status code (typically 0 means success)\nmsg (string): Message (empty string when OK)\ndata (object): Payload\n\ndata:\n\ndata.list (array): Result rows\ndata.total (int): Total number of rows\ndata.detail (object): Screener metadata\n\nEach item in data.list:\n\ncode (string): Full instrument code (may include exchange suffix, e.g. BKD.N)\nsymbol (string): Ticker symbol (e.g. BKD)\nsymbol_type (int): Asset type (0=stock 1=etf 2=crypto)\nname (string): Display name\nlogo (string): Logo URL\npre_close (number): Previous close price\nprice (number): Current price\nchange_ratio (number): Percent change vs previous close\ntimestamp (string): Quote timestamp (Unix seconds)\nsimiar_num (int): Similarity count (as returned by API; spelling kept as-is)\nprobability (int): Model confidence (0-100)\nprofit (number): Predicted/expected return (as returned by API)\nklines (array): Price series\n\nklines[].close (number): Close price\nklines[].timestamp (string): Unix seconds\n\n\ntrend_list (array): Trend comparison series\n\ntrend_list[].symbol (string): Symbol for the series (may be empty for non-main series)\ntrend_list[].symbol_type (int): Asset type\ntrend_list[].is_main (bool): Whether this is the main series\ntrend_list[].list (array): Time points\n\ntrend_list[].list[].change_ratio (number): Percent change at that point\ntrend_list[].list[].timestamp (string): Unix seconds\ntrend_list[].list[].close (number): Close price at that point\n\n\n\n\nupdate_time (string): Last update time (Unix seconds)\n\ndata.detail:\n\ncover_url (string): Cover image URL\nname (string): Screener title\nscreener_type (int): Screener type ID\nparams (string): Serialized params (often JSON string)\ndesc (string): Screener description\nnum (int, optional): As returned by API (may be absent)"
      },
      {
        "title": "cURL",
        "body": "curl -sS \"https://api.intellectia.ai/gateway/v1/stock/screener-list?symbol_type=0&period_type=0&trend_type=0&profit_asc=false&market_cap=0&price=0&page=1&size=20\""
      },
      {
        "title": "Python (requests)",
        "body": "python3 - <<'PY'\nimport requests\n\nbase_url = \"https://api.intellectia.ai\"\nparams = {\n  \"symbol_type\": 0,\n  \"period_type\": 0,\n  \"trend_type\": 0,\n  \"profit_asc\": False,\n  \"market_cap\": 0,\n  \"price\": 0,\n  \"page\": 1,\n  \"size\": 20,\n}\n\nr = requests.get(f\"{base_url}/gateway/v1/stock/screener-list\", params=params, timeout=30)\nr.raise_for_status()\npayload = r.json()\n\nprint(\"ret:\", payload.get(\"ret\"))\nprint(\"msg:\", payload.get(\"msg\"))\ndata = payload.get(\"data\") or {}\nrows = data.get(\"list\") or []\nprint(\"total:\", data.get(\"total\"))\nfor row in rows[:10]:\n  print(row.get(\"symbol\"), row.get(\"price\"), row.get(\"change_ratio\"), row.get(\"probability\"), row.get(\"profit\"))\nPY"
      },
      {
        "title": "Notes",
        "body": "No authentication required.\nIf you see rate limits, reduce size and add backoff/retry in client code."
      }
    ],
    "body": "Intellectia Stock Screener\n\nBase URL: https://api.intellectia.ai\n\nEndpoint\nGET /gateway/v1/stock/screener-list\n\nFull URL:\n\nhttps://api.intellectia.ai/gateway/v1/stock/screener-list\nQuery parameters\nsymbol_type (int): Asset type 0=stock 1=etf 2=crypto\nperiod_type (int): Period 0=day 1=week 2=month\ntrend_type (int): Trend 0=bullish 1=bearish\nprofit_asc (bool): Sort by profit ascending (true = small → large)\nmarket_cap (int): Market cap filter\n0=any\n1=micro <300M\n2=small 300M-2B\n3=mid 2B-10B\n4=large 10B-200B\n5=mega >200B\nprice (int): Price filter\n0=any\n1=<5\n2=<50\n3=>5\n4=>50\n5=5-50\npage (int): Page number (example: 1)\nsize (int): Page size (example: 20)\nResponse (200)\n\nExample response (shape):\n\n{\n  \"ret\": 0,\n  \"msg\": \"\",\n  \"data\": {\n    \"list\": [\n      {\n        \"code\": \"BKD.N\",\n        \"symbol\": \"BKD\",\n        \"symbol_type\": 0,\n        \"name\": \"Brookdale Senior Living Inc\",\n        \"logo\": \"https://intellectia-public-documents.s3.amazonaws.com/image/logo/BKD_logo.png\",\n        \"pre_close\": 14.5,\n        \"price\": 15,\n        \"change_ratio\": 3.45,\n        \"timestamp\": \"1769749200\",\n        \"simiar_num\": 10,\n        \"probability\": 80,\n        \"profit\": 5.27,\n        \"klines\": [{ \"close\": 15, \"timestamp\": \"1769749200\" }],\n        \"trend_list\": [\n          {\n            \"symbol\": \"BKD\",\n            \"symbol_type\": 0,\n            \"is_main\": true,\n            \"list\": [{ \"change_ratio\": 5.27, \"timestamp\": \"1730260800\", \"close\": 16 }]\n          }\n        ],\n        \"update_time\": \"1769806800\"\n      }\n    ],\n    \"total\": 3,\n    \"detail\": {\n      \"cover_url\": \"https://d159e3ysga2l0q.cloudfront.net/image/cover_image/stock-1.png\",\n      \"name\": \"Stocks Bullish Tomorrow\",\n      \"screener_type\": 1011,\n      \"params\": \"{}\",\n      \"desc\": \"...\"\n    }\n  }\n}\n\nField reference\n\nTop-level:\n\nret (int): Status code (typically 0 means success)\nmsg (string): Message (empty string when OK)\ndata (object): Payload\n\ndata:\n\ndata.list (array): Result rows\ndata.total (int): Total number of rows\ndata.detail (object): Screener metadata\n\nEach item in data.list:\n\ncode (string): Full instrument code (may include exchange suffix, e.g. BKD.N)\nsymbol (string): Ticker symbol (e.g. BKD)\nsymbol_type (int): Asset type (0=stock 1=etf 2=crypto)\nname (string): Display name\nlogo (string): Logo URL\npre_close (number): Previous close price\nprice (number): Current price\nchange_ratio (number): Percent change vs previous close\ntimestamp (string): Quote timestamp (Unix seconds)\nsimiar_num (int): Similarity count (as returned by API; spelling kept as-is)\nprobability (int): Model confidence (0-100)\nprofit (number): Predicted/expected return (as returned by API)\nklines (array): Price series\nklines[].close (number): Close price\nklines[].timestamp (string): Unix seconds\ntrend_list (array): Trend comparison series\ntrend_list[].symbol (string): Symbol for the series (may be empty for non-main series)\ntrend_list[].symbol_type (int): Asset type\ntrend_list[].is_main (bool): Whether this is the main series\ntrend_list[].list (array): Time points\ntrend_list[].list[].change_ratio (number): Percent change at that point\ntrend_list[].list[].timestamp (string): Unix seconds\ntrend_list[].list[].close (number): Close price at that point\nupdate_time (string): Last update time (Unix seconds)\n\ndata.detail:\n\ncover_url (string): Cover image URL\nname (string): Screener title\nscreener_type (int): Screener type ID\nparams (string): Serialized params (often JSON string)\ndesc (string): Screener description\nnum (int, optional): As returned by API (may be absent)\nExamples\ncURL\ncurl -sS \"https://api.intellectia.ai/gateway/v1/stock/screener-list?symbol_type=0&period_type=0&trend_type=0&profit_asc=false&market_cap=0&price=0&page=1&size=20\"\n\nPython (requests)\npython3 - <<'PY'\nimport requests\n\nbase_url = \"https://api.intellectia.ai\"\nparams = {\n  \"symbol_type\": 0,\n  \"period_type\": 0,\n  \"trend_type\": 0,\n  \"profit_asc\": False,\n  \"market_cap\": 0,\n  \"price\": 0,\n  \"page\": 1,\n  \"size\": 20,\n}\n\nr = requests.get(f\"{base_url}/gateway/v1/stock/screener-list\", params=params, timeout=30)\nr.raise_for_status()\npayload = r.json()\n\nprint(\"ret:\", payload.get(\"ret\"))\nprint(\"msg:\", payload.get(\"msg\"))\ndata = payload.get(\"data\") or {}\nrows = data.get(\"list\") or []\nprint(\"total:\", data.get(\"total\"))\nfor row in rows[:10]:\n  print(row.get(\"symbol\"), row.get(\"price\"), row.get(\"change_ratio\"), row.get(\"probability\"), row.get(\"profit\"))\nPY\n\nNotes\nNo authentication required.\nIf you see rate limits, reduce size and add backoff/retry in client code."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/intellectiaAI/intellectia-stock-screener",
    "publisherUrl": "https://clawhub.ai/intellectiaAI/intellectia-stock-screener",
    "owner": "intellectiaAI",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/intellectia-stock-screener",
    "downloadUrl": "https://openagent3.xyz/downloads/intellectia-stock-screener",
    "agentUrl": "https://openagent3.xyz/skills/intellectia-stock-screener/agent",
    "manifestUrl": "https://openagent3.xyz/skills/intellectia-stock-screener/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/intellectia-stock-screener/agent.md"
  }
}