A support skill that handles the backend work for Instagram research workflows: normalizing datasets, ranking posts and creators, clustering comments, and building watchlists. You won't call this directly. It's invoked by other Instagram skills like account research, audience voice, campaign scout, content benchmark, and creator discovery when they need to collect or process data. The architecture is clean: each front-end skill focuses on its use case while this one owns the shared data pipelines. If you're building Instagram workflows on PostPlus, this is the utility layer doing the extraction and ranking work so the consumer-facing skills can stay focused on their specific outputs.
npx skills add https://github.com/postplusai/postplus-skills --skill instagram-tools