Cairo

v2.0.1

Use when writing Cairo smart contracts for StarkNet, looking up syntax and types, defining storage and events, generating contract templates, or reviewing te...

0· 179·1 current·2 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for bytesagain-lab/cairo.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Cairo" (bytesagain-lab/cairo) from ClawHub.
Skill page: https://clawhub.ai/bytesagain-lab/cairo
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install cairo

ClawHub CLI

Package manager switcher

npx clawhub@latest install cairo
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & 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
179downloads
0stars
2versions
Updated 1w ago
v2.0.1
MIT-0

Cairo — StarkNet Smart Contract Reference

Quick reference for Cairo language syntax, types, storage patterns, events, contract templates, and testing guidance for StarkNet development.

Commands

syntax

Core Cairo syntax reference — variables, functions, control flow.

bash scripts/script.sh syntax

types

Cairo type system — felt252, integers, structs, enums, arrays.

bash scripts/script.sh types

storage

Storage variable patterns and access.

bash scripts/script.sh storage

events

Event declaration, emission, and indexing.

bash scripts/script.sh events

template

Generate a starter contract template.

bash scripts/script.sh template erc20
bash scripts/script.sh template ownable

help

Show all commands.

bash scripts/script.sh help

Output

  • Syntax examples with explanations
  • Contract boilerplate code
  • Storage and event patterns

Feedback

https://bytesagain.com/feedback/ Powered by BytesAgain | bytesagain.com

Comments

Loading comments...