Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/imoonkey/openweb/instagramnpx skills add imoonkey/openweb --skill instagramgit clone --depth 1 https://github.com/imoonkey/openwebWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.02584 |
| Opus 5 | $0.00000 | $0.01292 |
| Sonnet 5 | $0.00000 | $0.00517 |
| Haiku 4.5 | $0.00000 | $0.00258 |
Grade A, and why
instagram scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 196 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Overview
Social media platform (Meta). Photo/video sharing, stories, reels.
Workflows
Look up a user profile
getUserProfile(username)→ user info withid, bio, follower/following counts
Browse a user's posts (by username)
getUserPosts(username, count)→ posts withpk,code, captions, like counts, user infogetUserPosts(username, count, max_id)→ next page (cursor fromnext_max_id)
Browse a user's posts (by ID)
getUserProfile(username)→idgetFeed(id, count)→ posts withpk,code, captions, like countsgetFeed(id, count, max_id)→ next page (cursor fromnext_max_id)
View post comments
getPostComments(id)→ comments with text, author info, like countsidis the numeric PK fromgetFeedorgetUserPostsitems (items[].pk)
getPostComments(id, min_id)→ next page (cursor fromnext_min_id)
View a specific post
getPost(id)→ media detail with caption, likes, comments, media URLsidis the numeric PK fromgetFeeditems (items[].pk)
View a user's stories
getUserProfile(username)→idgetStories(id)→ current stories viareelobject (null if no active stories)
Like a post
getFeed(id, count)orgetUserPosts(username, count)→items[].pklikePost(id=items[].pk)→ status
Unlike a post
getFeed(id, count)orgetUserPosts(username, count)→items[].pkunlikePost(id=items[].pk)→ status
Follow a user
getUserProfile(username)→data.user.idfollowUser(id=data.user.id)→ friendship_status (following/outgoing_request)
Unfollow a user
getUserProfile(username)→data.user.idunfollowUser(id=data.user.id)→ friendship_status
Save a post
getFeed(id, count)orgetUserPosts(username, count)→items[].pksavePost(id=items[].pk)→ status
Unsave a post
getFeed(id, count)orgetUserPosts(username, count)→items[].pkunsavePost(id=items[].pk)→ status
What ships with it
30 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- adapters/instagram-api.ts 22 KB runs code
- DOC.md 12 KB
- examples/blockUser.example.json 279 B
- examples/createComment.example.json 346 B
- examples/deleteComment.example.json 349 B
- examples/followUser.example.json 280 B
- examples/getExplore.example.json 226 B
- examples/getFeed.example.json 276 B
- examples/getFollowers.example.json 281 B
- examples/getFollowing.example.json 281 B
- examples/getNotifications.example.json 232 B
- examples/getPost.example.json 266 B
- examples/getPostComments.example.json 274 B
- examples/getReels.example.json 277 B
- examples/getStories.example.json 258 B
- examples/getUserPosts.example.json 287 B
- examples/getUserProfile.example.json 269 B
- examples/likePost.example.json 289 B
- examples/muteUser.example.json 278 B
- examples/savePost.example.json 289 B
- examples/searchUsers.example.json 320 B
- examples/unblockUser.example.json 281 B
- examples/unfollowUser.example.json 282 B
- examples/unlikePost.example.json 291 B
- examples/unmuteUser.example.json 280 B
- examples/unsavePost.example.json 292 B
- manifest.json 462 B
- openapi.yaml 45 KB
- pipeline-gaps.md 2.9 KB
- PROGRESS.md 12 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 196 lines · 0 tokens per session scan A 82424e64d095
instagram is a skill published in the GitHub repository imoonkey/openweb (56 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,584 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
babysit-pr
Babysit a GitHub pull request after creation by continuously polling review comments, CI checks/workflow runs, and mergeability state until the PR is merged/closed or user help is required. Diagnose failures, retry likely flaky failures up to 3 times, auto-fix/push branch-related issues when appropriate, and keep…
imagegen
Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output…
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…
next-cache-components-optimizer
Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…