Install
openclaw skills install justoneapi-redditAnalyze Reddit workflows with JustOneAPI, including post Details, post Comments, and keyword Search.
openclaw skills install justoneapi-redditThis skill wraps 3 Reddit operations exposed by JustOneAPI. It is strongest for post Details, post Comments, and keyword Search. Expect common inputs such as postId, after, cursor, keyword.
postId, after, cursor, keyword.getRedditPostDetailV1: Post Details — Get Reddit post Details data, including author details, subreddit info, and engagement counts, for content analysis, moderation research, and monitoringgetRedditPostCommentsV1: Post Comments — Get Reddit post Comments data, including text, authors, and timestamps, for discussion analysis and moderation researchsearchRedditV1: Keyword Search — Get Reddit keyword Search data, including titles, authors, and subreddit context, for topic discovery and monitoringGET.postId, after, cursor, keyword.generated/operations.md before choosing an endpoint.getRedditPostDetailV1, getRedditPostCommentsV1, searchRedditV1.node {baseDir}/bin/run.mjs --operation "<operation-id>" --token "$JUST_ONE_API_TOKEN" --params-json '{"key":"value"}'
JUST_ONE_API_TOKENJUST_ONE_API_TOKEN only for authenticated Just One API requests.JUST_ONE_API_TOKEN private. Do not paste it into chat messages, screenshots, or logs.getRedditPostDetailV1, explain why the returned fields answer the user's question.postId, after, cursor, echo those back so the scope is explicit.