Reddit Quote Carousel Topaz
Analysis
The skill matches its carousel-making goal, but it can use local Keychain credentials to push files and publish to an Instagram account without clear approval gates.
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 1. Host images in tabiji repo (`img/instagram/`), git push, use raw GitHub URLs 2. Create carousel item containers 3. Create carousel container with caption 4. Publish 5. Get permalink 6. Cleanup hosted images + local temp files
This directs account and repository mutations, including public publishing, but does not state an explicit user approval, preview, account selection, or rollback gate before the post is made.
Find photos using `instagram-photo-find` workflow ... python3 /Users/psy/.openclaw/workspace/skills/instagram-photo-text-overlay/scripts/overlay.py
The workflow depends on other local skills/scripts outside the provided artifact set, including a hardcoded user-specific path, so their provenance and behavior are not represented by this skill package.
TOPAZ_API_KEY=$(security find-generic-password -s "topaz-api-key" -w) curl --request POST \ --url https://api.topazlabs.com/image/v1/enhance
The skill documents shell commands that read Keychain data and call external APIs. This is purpose-aligned for Topaz enhancement, but users should notice that the instruction-only skill still expects local command execution.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Keys from macOS Keychain: - `instagram-access-token` — Graph API token - `instagram-account-id` — IG user ID (17841449394591017) ## Topaz API Auth - `topaz-api-key` — Topaz Labs API key (macOS Keychain)
The skill instructs use of local Keychain credentials for Instagram publishing and Topaz processing, while the registry metadata declares no primary credential or required environment variables.
