Cairo
v2.0.1Use when writing Cairo smart contracts for StarkNet, looking up syntax and types, defining storage and events, generating contract templates, or reviewing te...
⭐ 0· 100·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description promise reference material and templates for Cairo; the runtime instructions invoke a local scripts/script.sh which prints syntax, types, storage, events and templates — this is exactly what a reference/template skill would need.
Instruction Scope
SKILL.md only instructs running the included shell script (bash scripts/script.sh <command>). The script outputs documentation and templates and does not read unrelated system files or environment variables in the visible content.
Install Mechanism
No install spec is provided (instruction-only with one bundled script). This is low-risk; nothing is downloaded or extracted during install. The only runtime dependency is bash, which is normal and declared implicitly by the command examples.
Credentials
The skill declares no required environment variables, no primary credential, and the script does not access secrets or external credentials in the reviewed content.
Persistence & Privilege
always is false, the skill does not request permanent presence or modify other skills or system configs. It runs on-demand per SKILL.md.
Assessment
This skill appears internally consistent and low risk: it bundles a local shell script that prints Cairo reference material and templates, asks for no credentials, and has no install steps. Before running, you should still: (1) open and read the full scripts/script.sh file yourself to confirm there are no network calls or commands you don't expect (the provided snippet was truncated at the end), (2) run it in a sandbox or restricted environment if you are cautious, and (3) avoid granting elevated or persistent privileges to any skill unless you trust its source. If you allow autonomous agent invocation, note that the agent could execute the script automatically when triggered — this is normal but worth knowing.Like a lobster shell, security has layers — review code before you run it.
latestvk971n7v8hk8b22cna8xarrqh8d83m31g
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
