Reddit Post Comments API
PassAudited by ClawScan on Apr 30, 2026.
Overview
The skill's code, runtime instructions, and required credential are consistent with its stated purpose of calling JustOneAPI to fetch Reddit post comments.
This skill appears to do what it says: it sends a provided postId and your JUST_ONE_API_TOKEN to JustOneAPI and returns the comments JSON. Before installing, verify the JustOneAPI dashboard/docs match what SKILL.md says, ensure you provide a least-privilege or rotatable token, and be aware the script sends the token as a query parameter (which can be logged by servers or intermediaries). If you have sensitive post IDs or comment content, treat them as data sent to an external service. Review bin/run.mjs (included) and ensure your node runtime is up-to-date before use.
