# Send Instagram Photo Find to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "instagram-photo-find",
    "name": "Instagram Photo Find",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/psyduckler/instagram-photo-find",
    "canonicalUrl": "https://clawhub.ai/psyduckler/instagram-photo-find",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/instagram-photo-find",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=instagram-photo-find",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/instagram-photo-find"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/instagram-photo-find",
    "downloadUrl": "https://openagent3.xyz/downloads/instagram-photo-find",
    "agentUrl": "https://openagent3.xyz/skills/instagram-photo-find/agent",
    "manifestUrl": "https://openagent3.xyz/skills/instagram-photo-find/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/instagram-photo-find/agent.md"
  }
}
```
## Documentation

### Instagram Photo Find

Find the best Instagram photo for a given destination or place name.

### Step 1 — Search for Instagram post URLs

Search Brave for: site:instagram.com/p/ {destination} popular photo

Request 10 results
If the destination is a specific attraction/restaurant, use its name directly (e.g. site:instagram.com/p/ "Barton Springs" Austin)

### Step 2 — Filter candidates by title

From search results, pick the top 5-6 candidates based on titles that suggest scenic/visual content:

Prefer titles with:

Visual/emotional language ("beautiful", "colors", "stunning", "golden hour", "aerial", "skyline")
Specific landmark names
Travel/photography language ("travel", "explore", "photography")

Skip titles that suggest:

Brand/corporate posts (Nike, concerts, conferences)
Personal diary posts ("photo dump", "my trip")
Celebrity/influencer selfies
Non-photo content (events, announcements)

### Step 3 — Download images

For each candidate, extract the image via:

https://www.instagram.com/p/{shortcode}/media/?size=l

Use curl -s -L (follows the 302 redirect to CDN)
Skip any that return non-200 or < 10KB (likely broken/removed)
Save to /tmp/ with descriptive names

### Step 4 — Vision-score each image

Run each downloaded image through the vision model with this prompt:

Describe briefly. Rate 1-10 as a hero destination photo for {destination} (iconic, scenic, represents the place well). Description + score only.

### Step 5 — Return results

Return images ranked by score. For each result, provide:

Score and brief description
Instagram post URL (instagram.com/p/{shortcode}/)
Local file path

### Parameters

destination (required): Place name (e.g. "Mexico City", "Taormina Italy", "Barton Springs Austin")
count (optional, default 2): How many top results to return
search_variant (optional): Additional search terms to append (e.g. "photography", "travel guide")

### Tips

For broad destinations (cities/countries), the generic search works well
For specific attractions, quote the name: "Palacio de Bellas Artes"
If first search yields low scores (< 6), retry with landmark-specific queries
The /media/?size=l endpoint requires no authentication
Carousel posts return only the first image
Video posts may return a thumbnail
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: psyduckler
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/instagram-photo-find)
- [Send to Agent page](https://openagent3.xyz/skills/instagram-photo-find/agent)
- [JSON manifest](https://openagent3.xyz/skills/instagram-photo-find/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/instagram-photo-find/agent.md)
- [Download page](https://openagent3.xyz/downloads/instagram-photo-find)