Official SocQ CLI, stdio MCP bridge, and Agent Skill. Endpoint schemas are discovered from the hosted SocQ Capability Registry rather than maintained in this repository.
@socq/core: REST and Capability Catalog client.@socq/cli: catalog-drivensocqcommand.@socq/mcp: local stdio bridge to hosted SocQ MCP.socq-social-research: Agent research workflow and generated endpoint references.
pnpm install
pnpm build
pnpm typecheck
pnpm testUse environment variables to target a non-production SocQ deployment without changing package defaults:
SOCQ_BASE_URL=https://dev-api.socq.ai \
SOCQ_MCP_URL=https://dev-api.socq.ai/mcp \
pnpm buildGenerated production artifacts are refreshed immediately before a release:
SOCQ_BASE_URL=https://api.socq.ai pnpm sync:catalog
pnpm generate:skillsDo not commit test-environment Catalog output as production artifacts. npm publishing is performed by the protected publish.yml workflow after the committed artifacts match the production Registry.
To prepare a stable release from a clean working tree, run:
pnpm run release:stable -- 0.1.0This updates all package versions, refreshes production artifacts, runs the release
checks, and creates the release commit. It does not push or publish. After pushing,
run the protected publish.yml workflow with dist_tag set to latest and the
confirmation set to publish:0.1.0:latest.
MIT