x_map_community
Map an X community from its URL by extracting feed posts and profiling visible participants, then optionally save the research bundle.
Instructions
Run an autonomous community mapping pass: open a community, extract feed rows, and profile a sample of visible participants.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full X community URL. | |
| save | No | Save the full community mapping bundle to disk under ~/.surfagent/receipts/x-research or a custom outputDir. | |
| query | No | Optional future lookup field. Currently ignored if url is supplied. | |
| feedLimit | No | Max feed posts to inspect (1-20). | |
| outputDir | No | Optional output directory for saved community bundles. | |
| profileLimit | No | How many visible author profiles to sample (1-5). |