@socialrouter/skills package ships those
procedures as files your agent picks up automatically, so a run is the same one every time and
the same one for every teammate.
They are not a second way into the API. Every call a skill makes goes through the
MCP server and its two tools, list_services and run — the skill
supplies the judgment around them.
Before you install
The skills need the MCP server connected. It is hosted at one URL:Install
Claude Code
Other hosts
Clone the repo at the root of your project and the right files are auto-discovered. It follows the multi-host convention of the agentskills.io spec, so the same procedure works across every host that readsSKILL.md or AGENTS.md-style files:
What’s included
Two skills, each triggering on its own kind of request. They read the same live catalogue; what differs is which signal they chase and what they do with the result.instagram-scout
Discovery. Triggers when you ask who exists on Instagram — creators in a niche, shops in a
city, accounts like a given one. Instagram has no directory, so the agent seeds from a search,
a place or an account, expands for free through related_profiles, mentions and commenters,
then qualifies every candidate on followers, engagement rate and contact route, and ranks them
in four tiers.
linkedin-prospector
Prospecting. Triggers when you ask who to contact. The agent runs the lanes that carry a buying
signal — public posts about the problem, job listings that betray a team taking it on, the people
who engage with a competitor — sizes the companies behind them, enriches only the shortlist
(title, public email), and quotes the signal as the opening line.
Usage
Just ask in plain language:MCP server
One URL, sign in from your client, nothing to install.
SDK
Build your own integration in TypeScript.