Stock Screener

v1.0.0

Get stock screener list data from Intellectia API (no auth) and summarize results.

1· 2.1k·5 current·5 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (stock screener from Intellectia) matches the declared requirements: curl and python3 for making HTTP requests and parsing JSON, plus pip-installing the 'requests' library. Nothing requested (no credentials, no unrelated binaries) appears out of scope.
Instruction Scope
SKILL.md only documents how to call the documented Intellectia endpoint (curl and Python examples), describes response fields, and suggests handling rate limits. It does not instruct reading local files, accessing unrelated environment variables, or sending data to unexpected endpoints.
Install Mechanism
Install spec is a single pip dependency: 'requests'. This is proportionate for Python HTTP usage and uses a standard package manager rather than downloading arbitrary archives or external scripts.
Credentials
No environment variables, credentials, or config paths are required. The skill accesses only a public, unauthenticated API endpoint, so requested environment access is minimal and appropriate.
Persistence & Privilege
The skill does not request always:true or other elevated persistence flags. Model invocation is allowed by default (disableModelInvocation not set), which is reasonable given the skill only makes public API queries; users who prefer to prevent autonomous calls can set disableModelInvocation.
Assessment
This is an instruction-only skill that fetches public screener data from https://api.intellectia.ai and summarizes it. Before installing, confirm you are comfortable with the agent making outbound HTTP requests to that external API and with pip installing the standard 'requests' package into the environment. If you do not want the model to call the API autonomously, enable disableModelInvocation for the skill or require explicit user invocation. No credentials or local file access are requested by this skill.

Like a lobster shell, security has layers — review code before you run it.

latestvk97a1gyznnqgby49nd63vpnd2h80dw88

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

Binscurl, python3

Comments