
Instagram Tools
Support PostPlus Instagram skills with hosted-collection guidance for normalization, ranking, comment clustering, and watchlists.
Install
npx skills add https://github.com/postplusai/postplus-skills --skill instagram-toolsWhat is this skill?
- Maps hosted envelope and normalized Instagram datasets to downstream Instagram skills
- Covers account research, audience voice, campaign scout, content benchmark, and creator discovery support paths
- Hard stop when intent, evidence, or owned artifacts are missing—no guessing
- On CLI failure: report exact error and do not substitute metadata-only or fallback providers
- Returns structured output to the calling Instagram skill in the family handoff
Adoption & trust: 1 installs on skills.sh; 8 GitHub stars; 2/3 security scanners passed (skills.sh audits); trending (+100% hot-view momentum).
Recommended Skills
Seo Auditcoreyhaines31/marketingskills
Copywritingcoreyhaines31/marketingskills
Twitter Automationqu-skills/skills
Marketing Psychologycoreyhaines31/marketingskills
Content Strategycoreyhaines31/marketingskills
Programmatic Seocoreyhaines31/marketingskills
Journey fit
Primary fit
Instagram research and benchmarking serve compounding distribution and content strategy in Grow, not initial product coding. Content subphase matches creator discovery, benchmarks, and audience-voice workflows that feed what to post and promote.
Common Questions / FAQ
Is Instagram Tools safe to install?
skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.
SKILL.md
READMESKILL.md - Instagram Tools
# Instagram Tools ## Use When - Support skill for Instagram collection, normalization, extraction, and ranking guidance. ## Do Not Use When - The task belongs to ideation, QA, or another released skill listed in the handoff section. - Required inputs are missing and guessing would change the result. ## Required Input - Hosted envelope or local normalized Instagram dataset depending on workflow. ## Script To Skill Map - `instagram-account-research`, `instagram-audience-voice`, and `instagram-campaign-scout` use collection and normalization support. - `instagram-content-benchmark` uses post ranking and benchmark support. - `instagram-creator-discovery` uses creator extraction and ranking support. ## Stop Conditions - Stop when required user intent, source evidence, or owned input artifacts are missing and guessing would change the result. - If an owned CLI or script command fails, report the exact error and stop. Do not bypass the failure with metadata-only answers, readiness probing, local payload rewrites, fallback providers, or unpublished tools. ## Handoff - Return structured output to the calling Instagram skill. ## Public Command Boundary - Choose the smallest matching command or workflow from the user input and run it directly. - Readiness diagnostics: `postplus doctor --skill instagram-tools`. - If an owned CLI or script command fails, report the exact error and stop. Do not bypass the failure with metadata-only answers, readiness probing, local payload rewrites, fallback providers, or unpublished tools. - Use `postplus research schema --collection-key instagram-comments --json` only when constructing or repairing an unknown request shape. - Hosted collection: `postplus research collect --skill instagram-tools --collection-key instagram-comments --input <hosted-envelope.json> --output <collection-result.json>`. - Resume a pending collection: `postplus research collect --run-handle <runHandle> --output <collection-result.json>`. - Keep the first pass bounded; expand only after inspecting the first result. - If the CLI returns a quote-confirmation challenge, run `postplus quote confirm --json --challenge-file <challenge.json>` and retry with the returned token.