猫咪塔罗占卜助手
Analysis
This skill appears to be a coherent tarot-reading assistant that runs a small local Python CLI and reads bundled tarot data, with no evidence of credential use, network access, persistence, or destructive behavior.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
执行:`python neko.py draw --spread [ID] --json`
The skill expects the agent to run an included local Python script. This is disclosed and central to the tarot draw workflow, and the provided code only reads bundled JSON data and prints results.
pip install "typer[all]" pydantic
The README documents external Python dependencies even though the registry install section has no install spec. This is a minor setup/provenance note for users.
