원클릭으로
instagram-post
Instagram single-post lookup by shortcode or URL — post info, comments, and recent likers.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Instagram single-post lookup by shortcode or URL — post info, comments, and recent likers.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Terminal automation skills for web platforms. CLI commands — no browser needed after initial auth.
Web market / industry analysis from a SimilarWeb FREE account: list 200+ industry categories and rank the top + rising websites in any industry by traffic share, visits, engagement, and month-over-month change.
Website traffic analytics from a SimilarWeb FREE account: overview, traffic & engagement, weekly visit trend, marketing channels, audience geography, similar sites, referrals, social traffic, and display advertising. Covers a single most-recent month, worldwide.
Backlink analytics from SimilarWeb: backlink summary with TLD/country distribution, top referring domains, and individual backlinks with source URLs, anchors, and domain/page scores.
Side-by-side domain comparison using SimilarWeb Pro: engagement metrics, traffic channels, device split, rankings, and more.
SEO keyword research from SimilarWeb: SEO overview, keyword rank distribution, top organic/paid pages, keyword gap analysis, and SEO trends.
| name | instagram-post |
| description | Instagram single-post lookup by shortcode or URL — post info, comments, and recent likers. |
Single-post operations on Instagram. Accepts both shortcodes (DYkCUGmjfMc) and full post URLs (https://www.instagram.com/p/DYkCUGmjfMc/, /reel/<code>/, /tv/<code>/).
instagram-user skill — auth is shared.node scripts/instagram-post.mjs info <shortcode|url>
Returns id, caption (with extracted hashtags + mentions), media URLs, carousel items, like and comment counts, owner, location, and accessibility caption.
node scripts/instagram-post.mjs comments <shortcode|url> [--count=20] [--cursor=X]
Returns comment objects (text, like count, reply count, author) with nextCursor for pagination.
node scripts/instagram-post.mjs likers <shortcode|url>
Returns the first page of likers (~24). Instagram does not expose deep liker pagination on the web.
Instagram post URLs use a base64-encoded media_id (the shortcode). The script decodes it to the numeric media_id using the alphabet A–Za–z0–9-_, then calls:
GET /api/v1/media/<media_id>/info/GET /api/v1/media/<media_id>/comments/GET /api/v1/media/<media_id>/likers/Auth (cookies + csrftoken) is loaded from the shared session file at ~/.local/share/showrun/data/instagram/session.json.