instagram-account-research
postplusai/postplus-skills
How to install instagram-account-research
npx skills add https://github.com/postplusai/postplus-skills --skill instagram-account-researchFull instructions (SKILL.md)
Source of truth, from postplusai/postplus-skills.
name: instagram-account-research description: Research Instagram accounts for creator discovery, competitor profiling, and account health snapshots using hosted profile and post collection. metadata: postplus: familyId: instagram familyName: Instagram
Instagram Account Research
Use this skill for known Instagram accounts: creator snapshots, competitor profiles, brand account checks, and shortlists worth deeper content analysis.
Apply shared rulebook and user-guidance rules from postplus-shared.
Do Not Use When
- The user has no handle list and wants open-ended creator discovery. Route to
instagram-creator-discovery. - The user wants post/Reel pattern mining rather than account evaluation. Route
to
instagram-content-benchmark. - The user wants comment language or objections. Route to
instagram-audience-voice.
Collection Key Routing
Route to the matching hosted collection key by task shape:
- profile snapshots for known usernames or profile URLs,
- recent public posts for shortlisted accounts only.
Discover the exact released collection keys and request shapes with
postplus research schema --json. Use hosted collection outputs and the
workflow below when collection, normalization, or ranking is needed.
Default Workflow
- Confirm the user has known handles, usernames, or profile URLs.
- Collect
instagram-profilesfor the handle list. - Decide which accounts deserve recent-post collection from profile results.
- Collect a small
instagram-postssample for shortlisted accounts only. - Normalize profile and post outputs.
- Rank accounts by audience size, engagement proxy, posting cadence, and topical relevance.
- Return a shortlist plus account notes.
Run profile and post collection as one serial queue. Do not start profile and post enrichment in parallel. If a request requires a broad profile pass plus a broad post pass, stop before collection and ask the user to narrow the handle list or research theme.
First-Pass Bounds
- 5-15 usernames.
- 6-12 recent posts per shortlisted account.
- No broad market scraping from this account-research skill.
Good Output
Return an account snapshot table, strongest accounts, likely account type, posting cadence estimate, top recent content patterns, and risks such as weak engagement, inactive posting, or weak topical fit.
Failure Modes
- Stop if the request is open-ended creator discovery.
- Stop on missing handles, unsupported collection keys, missing auth, unavailable hosted service, or stable network failure.
- Do not invent private backend calls or broad fallback scraping.
Handoff
- Need niche creators from search or content signals ->
instagram-creator-discovery. - Need post/Reel benchmark patterns ->
instagram-content-benchmark. - Need comment-driven pain points ->
instagram-audience-voice. - Ready creator leads ->
creator-outreach.
Public Command Boundary
- Choose the smallest matching command or workflow from the user input and run it directly.
- Readiness diagnostics:
postplus doctor --skill instagram-account-research. - 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 <collectionKey> --jsononly when constructing or repairing an unknown request shape. - Hosted collection runs through the shared
research collectverb (owned by instagram-tools), attributing the run to this skill:postplus research collect <collectionKey> --skill instagram-account-research --request <input.json> --output <result.json>(input = the collection parameters). - Resume a pending collection:
postplus research collect --run-handle <runHandle> --output <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.
Related skills
More from postplusai/postplus-skills and the wider catalog.

adversarial-review
>-

powersync
Guided onboarding and best practices for building applications with PowerSync — Cloud and self-hosted setup, sync configuration, client SDK usage, backend integration (Supabase, custom Postgres, MongoDB, MySQL, MSSQL), and debugging. Use this skill whenever the user mentions PowerSync, offline-first sync, local-first architecture, sync rules, sync streams, uploadData, fetchCredentials, real-time data replication, or wants to add offline-capable sync to a mobile or web app — even if they don't explicitly name PowerSync.

chrome-extension
Chrome Extensions (Manifest V3) performance and code quality guidelines. Use when writing, reviewing, or refactoring Chrome extension code including service workers, content scripts, message passing, storage APIs, TypeScript patterns, and testing.

clean-architecture
Clean Architecture principles and best practices for designing maintainable, testable software systems.

clean-code
Use when writing, reviewing, or refactoring code for maintainability and readability. Triggers on code reviews, naming discussions, function design, error handling, and test writing. Based on Robert C. Martin's Clean Code handbook with modern corrections.

code-simplifier
Code simplification skill for improving clarity, consistency, and maintainability while preserving exact behavior. Use when simplifying code, reducing complexity, cleaning up recent changes, applying refactoring patterns, or improving readability. Triggers on tasks involving code cleanup, simplification, refactoring, or readability improvements.