agentsclimarketplace

Insta parcel skill

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

Agent Skill for Claude Code and Codex: public Instagram creator discovery, influencer vetting, engagement-rate calculation, and lead CSV validation.

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.

2 things to look at

  • 14 days oldThe repository was created 14 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 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.

What its author says it does

Copied from the file, not written here

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.

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.

Gives 0 of the 12 instructions most social media skills give in ~1.1k tokens

Counted across 489 of the 492 authors here whose files we hold, read 2026-08-06

  • build content around three to five pillarsin 24 of 489, across 12 files
  • read product marketing context before asking questionsin 23 of 489, across 13 files
  • respond to all comments on your postsin 21 of 489, across 9 files
  • adapt tone and structure per platformin 18 of 489, across 8 files
  • adapt content for each platformin 15 of 489, across 10 files
  • use the output flag to specify an output directoryin 14 of 489, across 4 files
  • Generate output logo images with white backgroundin 13 of 489, across 4 files
  • Fix failing generation scripts directlyin 13 of 489, across 4 files
  • ask user about html preview after logo generationin 12 of 489, across 3 files
  • run the download script with a URLin 12 of 489, across 3 files
  • implement exponential backoff for 429 responsesin 12 of 489, across 3 files
  • include a single clear call to actionin 12 of 489, across 9 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 328,083. 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.