agentsclimarketplace

Insta parcel skill

Skill rdsolod-ui/insta-parcel-skill/skills/insta-parcel-skill

Research and validate public Instagram creators for influencer marketing and creator lead lists. Use for Instagram influencer discovery, creator prospecting, profile vetting, audience-segment evidence, follower thresholds, engagement-rate (ER) calculation, CSV validation, deduplication, manual review, or safe publication of a reviewed creator database. Works with public or permissioned sources and authorized browser sessions. Do not use for private profiles, sensitive-trait inference, covert surveillance, anti-abuse bypass, automated engagement, or unreviewed outreach.From its SKILL.md

Install
npx -y skills add rdsolod-ui/insta-parcel-skill --skill insta-parcel-skill

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

5.9 KB, ~1.1k tokens by cl100k_base, as published. Nobody here has run it

Insta Parcel Skill

Build an audit-ready creator candidate dataset. Treat every discovered profile as a candidate until evidence, metrics, validation, and human review pass.

Set The Research Contract

Before collecting anything, define:

  • campaign purpose and audience segment;
  • allowed public, official, exported, or permissioned sources;
  • minimum follower threshold;
  • accepted account types;
  • required metrics and ER sample size;
  • output CSV path outside version control;
  • human reviewer and publication destination.

If these are missing, create a conservative draft contract and mark assumptions.

Enforce Boundaries

  • Use public pages, approved APIs, official exports, or a browser session where the user logged in manually.
  • Stop at login prompts, CAPTCHA, checkpoints, or rate limits.
  • Do not bypass controls, rotate proxies, fingerprint browsers, call private endpoints, or extract cookies and tokens.
  • Do not collect private profiles, minors, or sensitive personal attributes.
  • Do not automate likes, follows, comments, messages, or account changes.
  • Use neutral campaign segments. Treat location and audience fit as hypotheses that require direct public evidence.
  • Keep raw exports, browser state, and production data outside public Git.

Read references/evidence-policy.md before designing a source strategy or approving profiles.

Discover Candidates

Prefer narrow, auditable sources:

  1. official venue, event, association, or campaign pages;
  2. explicit public creator bios or posts;
  3. permissioned platform exports;
  4. approved analytics providers or official APIs;
  5. search results used only as candidate discovery, never as proof.

For each candidate, preserve the originating URL, discovery context, and parse date. Normalize handles to lowercase and exclude previously reviewed handles.

Search queries, hashtags, recommendations, visual similarity, and a source account's general theme do not prove that an individual belongs to a segment.

Review Evidence

Approve segment evidence only when a public source directly supports it, such as:

  • explicit text in the creator's public bio;
  • explicit text in a specific public post;
  • a visible tag or collaboration with an independently verified source;
  • an official or permissioned export that names the relationship.

Record a compact evidence excerpt or paraphrase and its URL. Mark ambiguous, stale, unavailable, or indirect evidence as needs_manual_review.

Calculate Metrics

Use visible or authorized metrics only. Do not invent unavailable values.

Calculate post-based ER as:

ER % = (average likes + average comments) / followers * 100

Prefer at least three recent, representative posts. Flag one-post samples, hidden metrics, viral outliers, ER above the configured ceiling, and mismatched snapshot dates.

Build The CSV

Use the schema in references/data-contract.md. Keep candidate, reviewed, approved, rejected, and published states distinct.

Run the bundled deterministic validator from the installed skill directory:

python3 "<skill-dir>/scripts/validate_batch.py" \
  "/path/to/batch.csv" \
  --min-followers 3000 \
  --allowed-account-type personal \
  --require-er \
  --require-evidence

Use --json for a machine-readable report. Do not publish when validation returns a non-zero exit code.

Apply Human Review

For every accepted row, confirm:

  • the profile is public and currently available;
  • the handle and profile URL agree;
  • the account type and follower threshold pass;
  • source URL, evidence, and parse date are present;
  • metrics are visible or authorized and ER is reproducible;
  • the segment claim is direct and auditable;
  • the profile is relevant to the stated campaign purpose;
  • the row does not describe a private person, minor, business-only page, aggregator, or unrelated source unless the contract explicitly allows it.

Never infer sensitive traits from appearance, neighborhood, associations, or other proxies.

Preview And Publish

Before merging into an existing database:

  1. back up the current dataset;
  2. compare by normalized handle;
  3. require no unexpected removals or changes;
  4. preserve existing workflow statuses and metric history;
  5. quarantine rejected rows with reasons;
  6. publish only the explicit reviewer allowlist;
  7. verify totals, segment counts, evidence coverage, and access controls.

Read references/publish-checklist.md before any production update.

Handle Failures

  • Login, CAPTCHA, checkpoint, or rate limit: stop and request manual action.
  • Missing metrics: keep ER empty and withhold approval when ER is required.
  • Weak evidence: retain as a candidate or reject; never promote automatically.
  • Duplicate handle: merge only through an explicit preview.
  • Validation error: fix or quarantine the row.
  • Interrupted publication: inspect the live dataset and run identifier before retrying.

Report

Report:

  • candidates discovered and reviewed;
  • accepted, rejected, and manual-review counts;
  • rejection reasons;
  • follower and ER coverage;
  • duplicates and validation errors;
  • publication diff and backup location when applicable;
  • unresolved evidence gaps and the next approved source set.

Do not claim completion until the target dataset or production destination proves it.

What ships with it: 5 files

16.0 KB alongside SKILL.md, 1 of them executable

agents/

scripts/

Gives 0 of the 12 instructions most marketing audience skills give in ~1.1k tokens

Counted across 690 of the 894 authors here whose files we hold, read 2026-08-07

  • Apply Poppins font to headingsin 41 of 690, across 6 files
  • Apply Lora font to body textin 41 of 690, across 6 files
  • Use Arial fallback for headingsin 39 of 690, across 4 files
  • Use Georgia fallback for body textin 39 of 690, across 4 files
  • Maintain text hierarchy and formattingin 39 of 690, across 4 files
  • Use accent colors for non-text shapesin 38 of 690, across 3 files
  • Use RGB values for precise color matchingin 38 of 690, across 3 files
  • Use brand colors for primary text and backgroundsin 36 of 690, across 1 file
  • Read product marketing context file before asking questions, starting, or auditingin 35 of 690, across 23 files
  • Use active voice instead of passive voicein 26 of 690, across 10 files
  • Implement or generate appropriate JSON-LD structured datain 24 of 690, across 17 files
  • Prioritize clarity over clevernessin 22 of 690, across 8 files

Said here and by no other author read

  • Define research contract before collecting data
  • Stop at login prompts, CAPTCHA, checkpoints, or rate limits
  • Preserve originating URL, discovery context, and parse date
  • Normalize handles to lowercase
  • Exclude previously reviewed handles
  • Mark ambiguous evidence as needs_manual_review

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.