Token导航 LogoToken导航TokenDH.com
开发需要联网clawhub未标认证来源可访问clear审计通过

ai-screenerAI 筛选器

Agent Skill

ai-screener 用于辅助安全审计、权限检查和凭据风险排查,适合在 OpenClaw 中需要复核安全边界、认证流程或敏感配置时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

60,074

周安装

2,454

GitHub Stars

1

下载量

19,239
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:ai-screener(AI 筛选器)
来源仓库:https://github.com/xanxustan/ai-screener
安装命令:
openclaw skills install ai-screener
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install ai-screener

简介

Intellectia 股票/加密货币筛选器,用于明天/周/月预设的看涨/看跌。调用 /gateway/v1/stock/screener-list (无身份验证)并总结结果。

SKILL.md

name
intellectia-stock-screener
description
Intellectia stock/crypto screener for Bullish/Bearish Tomorrow/Week/Month presets. Calls /gateway/v1/stock/screener-list (no auth) and summarizes results.
metadata
{"openclaw":{"requires":{"bins":["curl","python3"]},"install":[{"id":"python","kind":"pip","package":"requests","bins":[],"label":"Install requests (pip)"}]}}

Intellectia Stock Screener

Fetch and summarize Intellectia “Screener List” results for stock/crypto screening.

When to use this skill

Use this skill when you want to:

  • Get the latest bullish/bearish screener candidates for stocks or crypto
  • Use the built-in preset pick-lists (below) as your “stock/crypto picking tools”
  • Convert a preset into exact API query parameters (symbol_type, period_type, trend_type)
  • Summarize/compare results using probability, profit, price, change_ratio, klines, and trend_list

Presets (UI list mapping)

Pick one preset name and run it (this is the easiest way to use the skill):

Preset (UI name)symbol_typeperiod_typetrend_type
Stocks Bullish Tomorrow000
Stocks Bearish Tomorrow001
Stocks Bullish for a Week010
Stocks Bearish for a Week011
Stocks Bullish for a Month020
Stocks Bearish for a Month021
Cryptos Bullish Tomorrow200
Cryptos Bearish Tomorrow201
Cryptos Bullish for a Week210
Cryptos Bearish for a Week211
Cryptos Bullish for a Month220
Cryptos Bearish for a Month221

Preset descriptions (copy-ready)

  • Stocks Bullish Tomorrow: This list highlights stocks expected to rise, identified by our AI algorithm. It analyzes market-wide price data to spot those most likely to continue an uptrend, based on similarity to proven bullish patterns.
  • Stocks Bearish Tomorrow: This list highlights stocks expected to fall, identified by our AI algorithm. It analyzes market-wide price data to spot those most likely to continue a downtrend, based on similarity to proven bearish patterns.

How to ask (high hit-rate)

If you want OpenClaw to automatically pick this skill, include:

  • The word Intellectia or screener (or “bullish/bearish”, “stock screener”, “crypto screener”)
  • One preset name from the table above (recommended)
  • Your output requirements (top N, sort, fields)

If you want to force it, use:

  • /skill intellectia-stock-screener <your request>

Copy-ready prompts:

  • “Intellectia screener: Stocks Bullish Tomorrow. Top 10 by probability desc. Output: symbol,name,price,change_ratio,probability,profit.”
  • “Intellectia screener: Stocks Bearish for a Week. Explain what probability and profit mean, then return a table.”
  • “Intellectia screener: Cryptos Bullish for a Month. Page 1 size 50. Filter probability >= 70.”
  • “Call Intellectia /gateway/v1/stock/screener-list with symbol_type=0 period_type=0 trend_type=0 page=1 size=20 and return raw JSON.”

Tool configuration

ToolPurposeConfiguration
curlQuick one-off requestsUse the full URL + query string
python3Repeatable scriptsUse requests and parse data.list
requestsHTTP client librarypip install requests

Using this skill in OpenClaw

Install into the current workspace:

clawhub install intellectia-stock-screener

Start a new OpenClaw session so the agent picks it up (skills are snapshotted at session start).

Verify it is visible/eligible:

openclaw skills list
openclaw skills info intellectia-stock-screener
openclaw skills check

Endpoint

  • Base URL: https://api.intellectia.ai
  • GET /gateway/v1/stock/screener-list

Query parameters

NameTypeMeaning
symbol_typeintAsset type: 0=stock 1=etf 2=crypto
period_typeintPeriod: 0=day 1=week 2=month
trend_typeintTrend: 0=bullish 1=bearish
profit_ascboolSort by profit ascending (true = small → large)
market_capintMarket cap filter: 0=any 1=micro(<300M) 2=small(300M-2B) 3=mid(2B-10B) 4=large(10B-200B) 5=mega(>200B)
priceintPrice filter: 0=any 1=<5 2=<50 3=>5 4=>50 5=5-50
pageintPage number (example: 1)
sizeintPage size (example: 20)

Response (200)

Example response (shape):

{
  "ret": 0,
  "msg": "",
  "data": {
    "list": [
      {
        "code": "BKD.N",
        "symbol": "BKD",
        "symbol_type": 0,
        "name": "Brookdale Senior Living Inc",
        "logo": "https://intellectia-public-documents.s3.amazonaws.com/image/logo/BKD_logo.png",
        "pre_close": 14.5,
        "price": 15,
        "change_ratio": 3.45,
        "timestamp": "1769749200",
        "simiar_num": 10,
        "probability": 80,
        "profit": 5.27,
        "klines": [{ "close": 15, "timestamp": "1769749200" }],
        "trend_list": [
          {
            "symbol": "BKD",
            "symbol_type": 0,
            "is_main": true,
            "list": [{ "change_ratio": 5.27, "timestamp": "1730260800", "close": 16 }]
          }
        ],
        "update_time": "1769806800"
      }
    ],
    "total": 3,
    "detail": {
      "cover_url": "https://d159e3ysga2l0q.cloudfront.net/image/cover_image/stock-1.png",
      "name": "Stocks Bullish Tomorrow",
      "screener_type": 1011,
      "params": "{}",
      "desc": "..."
    }
  }
}

Field reference

Top-level:

  • ret (int): Status code (typically 0 means success)
  • msg (string): Message (empty string when OK)
  • data (object): Payload

data:

  • data.list (array): Result rows
  • data.total (int): Total number of rows
  • data.detail (object): Screener metadata

Each item in data.list:

  • code (string): Full instrument code (may include exchange suffix, e.g. BKD.N)
  • symbol (string): Ticker symbol (e.g. BKD)
  • symbol_type (int): Asset type (0=stock 1=etf 2=crypto)
  • name (string): Display name
  • logo (string): Logo URL
  • pre_close (number): Previous close price
  • price (number): Current price
  • change_ratio (number): Percent change vs previous close
  • timestamp (string): Quote timestamp (Unix seconds)
  • simiar_num (int): Similarity count (as returned by API; spelling kept as-is)
  • probability (int): Model confidence (0-100)
  • profit (number): Predicted/expected return (as returned by API)
  • klines (array): Price series

- klines[].close (number): Close price - klines[].timestamp (string): Unix seconds

  • trend_list (array): Trend comparison series

- trend_list[].symbol (string): Symbol for the series (may be empty for non-main series) - trend_list[].symbol_type (int): Asset type - trend_list[].is_main (bool): Whether this is the main series - trend_list[].list (array): Time points - trend_list[].list[].change_ratio (number): Percent change at that point - trend_list[].list[].timestamp (string): Unix seconds - trend_list[].list[].close (number): Close price at that point

  • update_time (string): Last update time (Unix seconds)

data.detail:

  • cover_url (string): Cover image URL
  • name (string): Screener title
  • screener_type (int): Screener type ID
  • params (string): Serialized params (often JSON string)
  • desc (string): Screener description
  • num (int, optional): As returned by API (may be absent)

Examples

cURL

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"

Python (requests)

python3 - <<'PY'
import requests

base_url = "https://api.intellectia.ai"
params = {
  "symbol_type": 0,
  "period_type": 0,
  "trend_type": 0,
  "profit_asc": False,
  "market_cap": 0,
  "price": 0,
  "page": 1,
  "size": 20,
}

r = requests.get(f"{base_url}/gateway/v1/stock/screener-list", params=params, timeout=30)
r.raise_for_status()
payload = r.json()

print("ret:", payload.get("ret"))
print("msg:", payload.get("msg"))
data = payload.get("data") or {}
rows = data.get("list") or []
print("total:", data.get("total"))
for row in rows[:10]:
  print(row.get("symbol"), row.get("price"), row.get("change_ratio"), row.get("probability"), row.get("profit"))
PY

Notes

  • No authentication required.
  • If you see rate limits, reduce size and add backoff/retry in client code.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

82.54%
按下载量换算15,880

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills