Install
$ agentstack add skill-sandbaseai-sandbase-skills-instagram-research ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Instagram Research
Instagram content and creator research through SandBase. Search posts, analyze profiles, track hashtag trends, and gather competitive intelligence. Read [the API map](references/sandbase-api-map.md) before selecting a capability.
Call SandBase capabilities
For every selected tool, call sandbase_describe_tool first and use only arguments in its current input schema. Then call sandbase_call_tool with the exact tool_name.
Operating principles
- Use Instagram data for market research and competitive intelligence only.
- Preserve attribution: include post URLs, usernames, engagement metrics, dates.
- Respect user privacy — focus on public accounts and public content.
- Never attempt to follow, like, comment, or message on behalf of the user.
Workflow
1. Search and discover
Use instagram_v3_general_search to find accounts, hashtags, and places. Use instagram_v3_hashtag_posts to track content around specific hashtags. Use instagram_v3_explore to discover trending content.
2. Analyze profiles
Use instagram_v3_user_profile for account details (bio, followers, post count). Use instagram_v3_user_posts for recent content and engagement patterns. Use instagram_v3_user_reels for Reels strategy analysis. Use instagram_v3_user_highlights for curated content themes.
3. Analyze content
Use instagram_v3_post_info for detailed post metrics (likes, comments, caption). Use instagram_v3_post_comments for audience sentiment and engagement quality. Use instagram_v3_post_likes to see who engages with content.
4. Location and music research
Use instagram_v3_location_posts for location-based content discovery. Use instagram_v3_music_posts to find content using specific audio.
Output
Return: search results, profile analysis (followers, engagement rate, content themes), hashtag performance, content patterns, and competitive positioning.
Example tasks
- "Analyze @competitor's Instagram — posting frequency, engagement rate, content themes."
- "Find top posts for #[hashtag] in the last week."
- "Who are the top Instagram influencers in [niche] with 50K-500K followers?"
- "What content format performs best for [brand] on Instagram?"
- "Track how [campaign hashtag] is performing in terms of post volume and engagement."
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: sandbaseai
- Source: sandbaseai/sandbase-skills
- License: Apache-2.0
- Homepage: https://skills.sh/sandbaseai/sandbase-skills/multi-source-search
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.