Install
openclaw skills install justoneapi-twitterAnalyze Twitter workflows with JustOneAPI, including user Profile and user Published Posts.
openclaw skills install justoneapi-twitterThis skill wraps 2 Twitter operations exposed by JustOneAPI. It is strongest for user Profile and user Published Posts. Expect common inputs such as restId, cursor.
restId, cursor.getTwitterUserDetailV1: User Profile — Get Twitter user Profile data, including account metadata, audience metrics, and verification-related fields, for accessing user profile metadata (e.g., description, location, verification status) and collecting follower and following countsgetTwitterUserPostsV1: User Published Posts — Get Twitter user Published Posts data, including post content, timestamps, and engagement data, for account monitoring and content analysisGET.restId, cursor.generated/operations.md before choosing an endpoint.getTwitterUserDetailV1, getTwitterUserPostsV1.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.getTwitterUserDetailV1, explain why the returned fields answer the user's question.restId, cursor, echo those back so the scope is explicit.