Domains
Forms
Domains
Forms
Mechanism
Breaks down how the skill works and what it produces, so you can quickly judge whether it fits your scenario and value.
When a user asks for Instagram profile info: bio, follower/following counts, post count, verification status, or account metadata for a username.
eval "$(python scripts/get-profile-meta.py '{username}')" to call internal REST API and return JSON profile dataStructured JSON with id, username, full_name, biography, follower_count, following_count, media_count, is_verified, etc. — quick account intelligence without manual page inspection.
Use Cases
A social media analyst needs to evaluate influencers for a campaign. They provide a list of Instagram usernames and use this skill to batch-fetch follower counts, verification status, and bios. The structured JSON output lets them rank creators by reach and authenticity, saving hours of manual profile checking and enabling data-driven partnership decisions.
A brand monitor wants to track a competitor's Instagram growth. By periodically running this skill on the competitor's username, they collect follower count and post count snapshots. The lightweight metadata extraction reveals account trajectory and content frequency without logging in, informing competitive strategy adjustments.
Skill Relationships
Dependency relationships read as "the upper tier points to the lower tier." The current Skill sits in the middle tier — above are Skills that depend on it, below are Skills it depends on.
Tier 1 · These Skills Use Me
Tier 2 · Current Skill
Tier 3 · I Use These Skills
Browse this skill's relationships within its skillset. Click a node to switch the side panel; use the search box to jump to any skill.
Skill File