instagram-creator-discovery
Discover Instagram creators through search, hashtags, tagged mentions, posts, and Reels, then enrich and rank them into research pools and shortlists.
What this skill does
# Instagram Creator Discovery Use this skill to find Instagram creators through search, hashtags, tagged mentions, posts, and Reels, then enrich and rank them into research pools and shortlists. Apply shared rulebook and user-guidance rules from `postplus-shared`. ## Core Rule Do not default creator discovery to profile lookup only. When the request cares about follower bands, recent activity, topical fit, or audience fit from actual content, prefer: 1. search or content discovery, 2. candidate username extraction, 3. profile enrichment, 4. ranking with profile plus content evidence. ## Collection Key Routing Released hosted collection keys: - `instagram-search`: topical, hashtag, tagged, or content-style discovery. - `instagram-profiles`: profile enrichment from candidate usernames. - `instagram-email-search`: released enrichment when contact-oriented search is explicitly needed. Use hosted collection outputs and the workflow below when collection, normalization, or ranking is needed. ## Route Guidance - `handle-first`: the user already has handles or competitor lists. - `content-first`: the user wants active niche creators, follower-band fit, or audience fit inferred from actual content. - `mixed`: search or hashtag recall first, then profile enrichment and scoring. ## Default Workflow 1. Choose route: handle-first, content-first, or mixed. 2. Compile the collection input from the brief. 3. Wrap the input as a `schemaVersion: 1` hosted execution envelope. 5. Normalize the dataset. 6. Extract candidate usernames when the first pass produced posts or search results. 7. Enrich candidates with `instagram-profiles`. 8. Rank creators with profile and any collected content evidence. Keep raw datasets and intermediate files under `.postplus/`; return the research pool and shortlist as user-facing artifacts. ## Good Output Return `research_pool`, `shortlist`, why each top creator was surfaced, creator type estimate, topical fit, audience fit, follower-band fit, and public contact signals when available. ## Failure Modes - Stop if the user only needs known-handle snapshots; route to `instagram-account-research`. - Stop on missing required seeds, unsupported keys, missing auth, unavailable hosted service, or stable network failure. - Do not invent broad scraping, private backend calls, or contact data that is not visible in the collected public data. ## Handoff - Stable shortlist requiring deeper account snapshots -> `instagram-account-research`. - Strong posts or Reels needing benchmark analysis -> `instagram-content-benchmark`. - Comment-language extraction -> `instagram-audience-voice`. - Outreach-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-creator-discovery`. - 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-email-search --json` only when constructing or repairing an unknown request shape. - Hosted collection: `postplus research collect --skill instagram-creator-discovery --collection-key instagram-email-search --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.
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.