stock screener
v1.0.0Intellectia stock/crypto screener for Bullish/Bearish Tomorrow/Week/Month presets. Calls /gateway/v1/stock/screener-list (no auth) and summarizes results.
⭐ 1· 1.8k·2 current·2 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description say it will call Intellectia's /gateway/v1/stock/screener-list and summarize results. The declared binaries (curl, python3) and installing the Python requests package directly support that behavior and are proportionate.
Instruction Scope
SKILL.md instructs only to call the specified API endpoint, map presets to query parameters, and summarize fields from the returned JSON. It does not instruct reading local files, accessing unrelated environment variables, or exfiltrating data to third-party endpoints beyond the documented api.intellectia.ai (logos/images in responses may point to external CDNs).
Install Mechanism
Install uses pip to install the 'requests' package (no version pinned). This is a common, low-risk install for a Python-based HTTP client, but installing unpinned PyPI packages can introduce supply-chain changes; consider pinning a known-good version if you require stricter reproducibility.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. That is appropriate given the documented behavior (unauthenticated GET calls to api.intellectia.ai).
Persistence & Privilege
The skill is not always-enabled and does not request persistent system-wide privileges. It does not modify other skills or agent-wide configs according to the provided instructions.
Assessment
This skill is internally coherent: it simply makes unauthenticated requests to api.intellectia.ai and summarizes the JSON. Before installing, confirm you are comfortable with the agent making outbound HTTP calls to api.intellectia.ai and any CDNs linked in responses (logos/images). If you require stricter supply-chain controls, consider pinning the 'requests' version in the install spec. No credentials are requested, and the skill does not read local files per the provided instructions.Like a lobster shell, security has layers — review code before you run it.
latestvk97ckkbk22p58m1m3smtgeszdx80dws4
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
Binscurl, python3
