Agent Skill
Install thesocq-social-research Skill to teach a coding agent how to choose SocQ endpoints, shape inputs, control cost, and complete asynchronous collections.
Skill versus MCP
Use them together when possible. MCP provides execution; the Skill provides endpoint selection, billing awareness, polling, pagination, and cross-platform workflow guidance.
What you can ask
- mapping user intent to a Capability Registry endpoint;
- choosing URL, username, hashtag, or query inputs;
- checking schemas and estimating credits before large jobs;
- submitting with an idempotency key when retries are possible;
- polling asynchronous tasks instead of resubmitting;
- following cursor pagination and retrieving raw files;
- recovering from authentication, validation, rate, credit, and provider errors;
- coordinating comparable cross-platform research.
Execution preference
The Skill prefers:- remote MCP;
- the SocQ stdio MCP bridge;
- CLI or REST when MCP is unavailable.

