{
  "schemaVersion": "1.0",
  "item": {
    "slug": "intellectia-stock-forecast-1-0-2",
    "name": "Intellectia Stock Forecast 1.0.2",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/Renixaus/intellectia-stock-forecast-1-0-2",
    "canonicalUrl": "https://clawhub.ai/Renixaus/intellectia-stock-forecast-1-0-2",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/intellectia-stock-forecast-1-0-2",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=intellectia-stock-forecast-1-0-2",
    "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-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/intellectia-stock-forecast-1-0-2"
    },
    "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-forecast-1-0-2",
    "agentPageUrl": "https://openagent3.xyz/skills/intellectia-stock-forecast-1-0-2/agent",
    "manifestUrl": "https://openagent3.xyz/skills/intellectia-stock-forecast-1-0-2/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/intellectia-stock-forecast-1-0-2/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 Forecast",
        "body": "Single-symbol forecast (yearly predictions) and \"Should I Buy?\" analysis from the Intellectia API.\n\nBase URL: https://api.intellectia.ai"
      },
      {
        "title": "Overview",
        "body": "This skill covers two endpoints:\n\nForecast (predictions): GET /gateway/v1/stock/screener-public\nWhy / Should I buy (analysis): POST /gateway/v1/finance/should-i-buy"
      },
      {
        "title": "When to use this skill",
        "body": "Use this skill when you want to:\n\nGet one stock/crypto quote + yearly predictions (2026–2035)\nAnswer why / should I buy for a specific ticker with a structured rationale"
      },
      {
        "title": "How to ask (high hit-rate)",
        "body": "If you want OpenClaw to automatically pick this skill, include:\n\nIntellectia\nThe ticker (e.g. TSLA / AAPL / BTC-USD)\nEither forecast / prediction (for predictions) or why / should I buy (for analysis)\n\nTo force the skill: /skill intellectia-stock-forecast <your request>\n\nCopy-ready prompts:\n\n\"Intellectia forecast for TSLA. Show price, probability, profit, and predictions 2026–2035.\"\n\"Why should I buy TSLA? Use Intellectia Should I Buy.\"\n\"Should I buy AAPL? Give me conclusion, catalysts, analyst rating, and 52-week range.\"\n\"Get Intellectia yearly predictions for BTC-USD (asset_type 2).\""
      },
      {
        "title": "Endpoints",
        "body": "Use caseMethodPathForecast (predictions 2026–2035)GET/gateway/v1/stock/screener-publicWhy / Should I buy analysisPOST/gateway/v1/finance/should-i-buy"
      },
      {
        "title": "API: Forecast (screener-public)",
        "body": "Method: GET /gateway/v1/stock/screener-public\nQuery parameters:\n\nticker (string, required)\nasset_type (int, required): 0=stock 1=etf 2=crypto\n\n\nReturns: data.list (single object) + data.prediction_2026 … data.prediction_2035"
      },
      {
        "title": "Example (cURL)",
        "body": "curl -sS \"https://api.intellectia.ai/gateway/v1/stock/screener-public?ticker=TSLA&asset_type=0\""
      },
      {
        "title": "Example (Python)",
        "body": "python3 - <<'PY'\nimport requests\nr = requests.get(\"https://api.intellectia.ai/gateway/v1/stock/screener-public\", params={\"ticker\": \"TSLA\", \"asset_type\": 0}, timeout=30)\nr.raise_for_status()\ndata = r.json().get(\"data\") or {}\nobj = data.get(\"list\") or {}\nprint(\"symbol:\", obj.get(\"symbol\"), \"price:\", obj.get(\"price\"))\nfor y in range(2026, 2036):\n    k = f\"prediction_{y}\"\n    if k in data: print(k, data[k])\nPY"
      },
      {
        "title": "API: Why / Should I buy (should-i-buy)",
        "body": "Method: POST /gateway/v1/finance/should-i-buy\nHeaders: Content-Type: application/json\nBody:\n\n{ \"asset\": { \"ticker\": \"TSLA\", \"asset_type\": 0, \"locale\": \"en\" } }\n\nReturns: data.action_type, data.conclusion, catalysts, technical analysis, analyst rating, plus price context."
      },
      {
        "title": "Example (cURL)",
        "body": "curl -sS -X POST \"https://api.intellectia.ai/gateway/v1/finance/should-i-buy\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"asset\":{\"ticker\":\"TSLA\",\"asset_type\":0,\"locale\":\"en\"}}'"
      },
      {
        "title": "Example (Python)",
        "body": "python3 - <<'PY'\nimport requests\nr = requests.post(\"https://api.intellectia.ai/gateway/v1/finance/should-i-buy\",\n  json={\"asset\": {\"ticker\": \"TSLA\", \"asset_type\": 0, \"locale\": \"en\"}}, timeout=30)\nr.raise_for_status()\nd = r.json().get(\"data\") or {}\nprint(\"conclusion:\", d.get(\"conclusion\"))\nprint(\"action_type:\", d.get(\"action_type\"))\nprint(\"positive_catalysts:\", d.get(\"postive_catalysts\"))\nprint(\"negative_catalysts:\", d.get(\"negative_catalysts\"))\nPY"
      },
      {
        "title": "Tool configuration",
        "body": "ToolPurposecurlOne-off GET or POSTpython3 / requestsScripts; pip install requests"
      },
      {
        "title": "Using this skill in OpenClaw",
        "body": "clawhub install intellectia-stock-forecast\n\nStart a new OpenClaw session, then:\n\nopenclaw skills list\nopenclaw skills info intellectia-stock-forecast\nopenclaw skills check"
      },
      {
        "title": "Disclaimer and data",
        "body": "Disclaimer: The data and analysis from this skill are for informational purposes only and do not constitute financial, investment, or trading advice. Past performance and model predictions are not guarantees of future results. You are solely responsible for your investment decisions; consult a qualified professional before making financial decisions.\nData delay: Data provided by the API (prices, predictions, analysis) may be delayed and is not necessarily real-time. Do not rely on it for time-sensitive trading decisions.\nReal-time data: For real-time or live data, visit Intellectia"
      },
      {
        "title": "Notes",
        "body": "screener-public: one symbol per request.\nshould-i-buy: use when the user asks \"why\" / \"should I buy\" for a symbol; use conclusion and catalysts in your answer."
      }
    ],
    "body": "Intellectia Stock Forecast\n\nSingle-symbol forecast (yearly predictions) and \"Should I Buy?\" analysis from the Intellectia API.\n\nBase URL: https://api.intellectia.ai\n\nOverview\n\nThis skill covers two endpoints:\n\nForecast (predictions): GET /gateway/v1/stock/screener-public\nWhy / Should I buy (analysis): POST /gateway/v1/finance/should-i-buy\nWhen to use this skill\n\nUse this skill when you want to:\n\nGet one stock/crypto quote + yearly predictions (2026–2035)\nAnswer why / should I buy for a specific ticker with a structured rationale\nHow to ask (high hit-rate)\n\nIf you want OpenClaw to automatically pick this skill, include:\n\nIntellectia\nThe ticker (e.g. TSLA / AAPL / BTC-USD)\nEither forecast / prediction (for predictions) or why / should I buy (for analysis)\n\nTo force the skill: /skill intellectia-stock-forecast <your request>\n\nCopy-ready prompts:\n\n\"Intellectia forecast for TSLA. Show price, probability, profit, and predictions 2026–2035.\"\n\"Why should I buy TSLA? Use Intellectia Should I Buy.\"\n\"Should I buy AAPL? Give me conclusion, catalysts, analyst rating, and 52-week range.\"\n\"Get Intellectia yearly predictions for BTC-USD (asset_type 2).\"\nEndpoints\nUse case\tMethod\tPath\nForecast (predictions 2026–2035)\tGET\t/gateway/v1/stock/screener-public\nWhy / Should I buy analysis\tPOST\t/gateway/v1/finance/should-i-buy\nAPI: Forecast (screener-public)\nMethod: GET /gateway/v1/stock/screener-public\nQuery parameters:\nticker (string, required)\nasset_type (int, required): 0=stock 1=etf 2=crypto\nReturns: data.list (single object) + data.prediction_2026 … data.prediction_2035\nExample (cURL)\ncurl -sS \"https://api.intellectia.ai/gateway/v1/stock/screener-public?ticker=TSLA&asset_type=0\"\n\nExample (Python)\npython3 - <<'PY'\nimport requests\nr = requests.get(\"https://api.intellectia.ai/gateway/v1/stock/screener-public\", params={\"ticker\": \"TSLA\", \"asset_type\": 0}, timeout=30)\nr.raise_for_status()\ndata = r.json().get(\"data\") or {}\nobj = data.get(\"list\") or {}\nprint(\"symbol:\", obj.get(\"symbol\"), \"price:\", obj.get(\"price\"))\nfor y in range(2026, 2036):\n    k = f\"prediction_{y}\"\n    if k in data: print(k, data[k])\nPY\n\nAPI: Why / Should I buy (should-i-buy)\nMethod: POST /gateway/v1/finance/should-i-buy\nHeaders: Content-Type: application/json\nBody:\n{ \"asset\": { \"ticker\": \"TSLA\", \"asset_type\": 0, \"locale\": \"en\" } }\n\nReturns: data.action_type, data.conclusion, catalysts, technical analysis, analyst rating, plus price context.\nExample (cURL)\ncurl -sS -X POST \"https://api.intellectia.ai/gateway/v1/finance/should-i-buy\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"asset\":{\"ticker\":\"TSLA\",\"asset_type\":0,\"locale\":\"en\"}}'\n\nExample (Python)\npython3 - <<'PY'\nimport requests\nr = requests.post(\"https://api.intellectia.ai/gateway/v1/finance/should-i-buy\",\n  json={\"asset\": {\"ticker\": \"TSLA\", \"asset_type\": 0, \"locale\": \"en\"}}, timeout=30)\nr.raise_for_status()\nd = r.json().get(\"data\") or {}\nprint(\"conclusion:\", d.get(\"conclusion\"))\nprint(\"action_type:\", d.get(\"action_type\"))\nprint(\"positive_catalysts:\", d.get(\"postive_catalysts\"))\nprint(\"negative_catalysts:\", d.get(\"negative_catalysts\"))\nPY\n\nTool configuration\nTool\tPurpose\ncurl\tOne-off GET or POST\npython3 / requests\tScripts; pip install requests\nUsing this skill in OpenClaw\nclawhub install intellectia-stock-forecast\n\n\nStart a new OpenClaw session, then:\n\nopenclaw skills list\nopenclaw skills info intellectia-stock-forecast\nopenclaw skills check\n\nDisclaimer and data\nDisclaimer: The data and analysis from this skill are for informational purposes only and do not constitute financial, investment, or trading advice. Past performance and model predictions are not guarantees of future results. You are solely responsible for your investment decisions; consult a qualified professional before making financial decisions.\nData delay: Data provided by the API (prices, predictions, analysis) may be delayed and is not necessarily real-time. Do not rely on it for time-sensitive trading decisions.\nReal-time data: For real-time or live data, visit Intellectia\nNotes\nscreener-public: one symbol per request.\nshould-i-buy: use when the user asks \"why\" / \"should I buy\" for a symbol; use conclusion and catalysts in your answer."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Renixaus/intellectia-stock-forecast-1-0-2",
    "publisherUrl": "https://clawhub.ai/Renixaus/intellectia-stock-forecast-1-0-2",
    "owner": "Renixaus",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/intellectia-stock-forecast-1-0-2",
    "downloadUrl": "https://openagent3.xyz/downloads/intellectia-stock-forecast-1-0-2",
    "agentUrl": "https://openagent3.xyz/skills/intellectia-stock-forecast-1-0-2/agent",
    "manifestUrl": "https://openagent3.xyz/skills/intellectia-stock-forecast-1-0-2/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/intellectia-stock-forecast-1-0-2/agent.md"
  }
}