Install
openclaw skills install @socq/socq-x-researchopenclaw skills install @socq/socq-x-researchUse SocQ to collect public X data through an asynchronous, credit-metered workflow.
socq CLI when installed; otherwise use npx @socq/cli.https://api.socq.ai/mcp?platforms=x when SocQ MCP is already configured.--request-source skill, _request_source: "skill", or X-Socq-Source: skill-rest for CLI, MCP, or REST respectively.Never place an API key in a prompt, query string, committed file, or retained shell command. Read authentication.md before configuring credentials.
SocQ is an external, credit-metered service. A SocQ account and SOCQ_API_KEY are required, and requests may consume paid credits.
Choose the endpoint from the shape of the question instead of treating every X request as generic search:
x/search for topic, phrase, hashtag, or time-bounded conversation discovery. Preserve the user's query operators and requested ordering.x/trends for currently trending topics. Report the collection time and requested region because trends are time- and market-sensitive.x/profiles to resolve account identity before collecting an account's posts or network.x/user-posts for a known account's timeline and x/posts when the user supplies specific post URLs or IDs.x/post-replies, x/post-quotes, or x/post-retweeters for distinct engagement behaviors. Do not combine them into one engagement metric without labeling each source.x/followers-list and x/following-list for network questions. Treat the returned relationship snapshot as point-in-time data, not proof of historical following.For conversation analysis, collect seed posts first, retain their IDs, and expand only the requested reply, quote, or repost branches. Distinguish original posts, replies, quotes, and reposts in the final report. When comparing accounts, use the same date window and collection method for each account. X search and trend results can change quickly, so state when the data was collected and avoid claiming exhaustive coverage when pagination or search visibility limits the result.
queued and running as incomplete. Poll until succeeded or failed; follow async-tasks.md.next_cursor required for the requested scope. Read pagination.md.For authentication, rate limits, provider failures, and recovery, follow errors.md.