Reddit Quote Carousel
Analysis
This skill can publish public Instagram posts and modify hosted assets without clearly declared credentials, approval gates, or fully scoped dependencies.
Findings (4)
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.
### Sub-agent 3: Publish to Instagram Same as `create-instagram-carousel-post` Sub-agent 3: 1. Host images in tabiji repo (`img/instagram/`) 2. Create carousel item containers 3. Create carousel container with caption 4. Publish 5. Cleanup hosted images + local temp files
This directs the agent to perform high-impact external actions: repo hosting, creating Instagram containers, publishing a public post, and cleanup. The artifact does not include an explicit confirmation or review step before publishing or deleting/cleaning files.
Find photos using `instagram-photo-find` workflow ... Create overlays using `instagram-photo-text-overlay` skill ... Same as `create-instagram-carousel-post` Sub-agent 3
The skill explicitly relies on other local workflows/skills that are not included in the provided artifact. This is disclosed and purpose-aligned, but users should verify those dependencies because one of them handles publishing.
python3 /Users/psy/.openclaw/workspace/skills/instagram-photo-text-overlay/scripts/overlay.py \
The workflow runs a local Python helper script to render overlays. This is expected for image generation, but it is a hard-coded local executable path outside the supplied artifact.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Host images in tabiji repo (`img/instagram/`) ... Create carousel item containers ... Publish
These actions require delegated authority to a repository and an Instagram account, but the skill does not define which account/repo, credential scope, or permission boundary should be used.
