superagnt/leverage
Agents are the newest form of leverage. Skills + blueprints that give yours something real to work with: live social data, people + company enrichment, a workspace Postgres, schedules, shareable dashboards. Solo founder, big company, day job, or your personal life: one install, any agent.
Leverage provides a registry of skills and blueprints for AI agents to interact with live social data, company enrichment services, and workspace databases. It implements the agentskills.io standard to allow agents to perform structured tasks like CRM management, web scraping, and automated research across platforms including LinkedIn, X, and YouTube.
- Provides skills for social data, enrichment, and CRM management.
- Supports Claude Code, Cursor, and other agentskills.io compatible clients.
- Includes an MCP server option for automated agent configuration.
full readme from github
leverage
"Code and media are permissionless leverage." — @naval
the robot army already exists. every programmer has had one for years — code that works while they sleep. the catch was always that last part: you had to write the code.
agents broke that. now you describe the job and the agent does it. but a fresh agent is a genius locked in an empty room — no data, no memory, no database, nowhere to even put its results. you ask it for leverage and it hands you advice.
this repo is the room.
skills that give your agent something real to work with: live data from X, reddit, youtube, instagram, tiktok, linkedin and the open web. people and company enrichment, email finding. a real postgres your agent owns. task agents and schedules that run while you sleep. dashboards it builds and shares. blueprints — entire jobs, packaged.
Install
one command, any client that reads SKILL.md (Claude Code, Codex, Cursor, Hermes, OpenClaw, dsh — the agentskills.io standard):
npx skills add superagnt/leverage
or skip the command entirely — paste this into your agent and it wires itself up, MCP connection included:
Fetch and execute the appropriate instructions to set me up for superagnt_ from https://superagnt.com/agent-setup/prompt.md
on Claude Code the plugin is the tightest install (MCP server + skills in one):
/plugin marketplace add superagnt/plugins
skills that call the superagnt API need a key — the MCP route is OAuth (one
browser approval, the consent screen doubles as signup), or grab a key at
app.superagnt.com and export it as
SUPERAGNT_API_KEY.
Skills
| Skill | Description |
|---|---|
attio-crm |
Manage Attio CRM records, lists, notes, tasks, and meetings through the superagnt unified API. |
company-enrichment |
Company firmographics, tech stack, headcount, and intelligence from a domain — agent-ready account research. |
dub-links |
Manage Dub short links, track conversions, and read link attribution analytics through the superagnt unified API. |
email-finder |
Find and verify work emails from a name and company — waterfall lookup across providers, one call for agents. |
exa-search |
Neural web search, parsed page contents, find-similar, and agentic Q&A over the live web through the superagnt unified API. |
facebook-data |
Facebook pages, posts, and group data for agents — brand and market research without scraping. |
heyreach-outreach |
Manage LinkedIn outreach campaigns, leads, lists, inbox conversations, and analytics via HeyReach through the superagnt unified API. |
instagram-data |
Instagram profiles, posts, reels, and audience data for agents — influencer and brand research without a headless browser. |
instantly-outreach |
Manage cold email campaigns, leads, and outreach analytics via Instantly AI through the superagnt unified API. |
lead-enrichment |
Enrich people and companies from a name, domain, or LinkedIn URL — emails, titles, firmographics, and mobile numbers for agents. |
linkedin-data |
LinkedIn API integration with a single superagnt API key (Bearer token). Fetch company profiles, jobs, people, posts, and professional netwo |
reddit-data |
Reddit posts, comments, and subreddit data for agents — community research and sentiment as structured JSON. |
seo-data |
SEO and search intelligence for agents: live Google results, keyword research, competitor and backlink gaps, page audits and AI answer visib |
social-data |
Unified social data API for AI agents. One API key for LinkedIn, YouTube, TikTok, X, Instagram, Reddit, and Facebook — structured JSON, no s |
tiktok-data |
TikTok videos, creators, sounds, and trend data for agents — content and creator research as structured JSON. |
web-scraping |
Scrape, search, and map the web for agents — clean markdown, structured JSON, and site URL discovery. |
x-twitter-data |
X posts, profiles, followers, and search for agents — audience research and social listening as structured JSON. |
youtube-data |
YouTube channels, videos, transcripts, and comments for agents — content research and channel intelligence. |
Blueprints
entire jobs, packaged — an agent + the skills + the data flow that proves out one real outcome. each blueprint's page on superagnt.com/blueprints carries a recorded real run — no estimated numbers.
| Skill | Description |
|---|---|
audience-radar |
This skill should be used when the user wants to run the Content Ideas Engine blueprint, or asks to "find out what my audience talks about", |
competitor-mindshare |
This skill should be used when the user wants to run the Competitor Tracker blueprint, or asks to "measure competitor mindshare", "track how |
gtm-prospecting-desk |
This skill should be used when the user wants to run the Outbound Pipeline Engine blueprint, or asks to "build my prospecting pipeline", "ru |
newsletter-autopilot |
This skill should be used when the user wants to run the Newsletter Autopilot blueprint, or asks to "research and draft my newsletter", "ass |
seo-page-factory |
This skill should be used when the user wants to run the SEO Page Factory blueprint, or asks to "write SEO pages for keyword gaps", "draft p |
shortform-script-engine |
This skill should be used when the user wants to run the Short-Form Script Engine blueprint, or asks to "write short-form scripts from what' |
video-multiplier |
This skill should be used when the user wants to run the Video Multiplier blueprint, or asks to "package my YouTube upload", "write chapters |
Star it
if this gave your agent leverage, star the repo — stars are how the next person finds the room.
Contributing
community skills are welcome in skills/community/ —
see CONTRIBUTING.md. merged contributions are credited in
release notes. skills/core/ and blueprints/ are generated from the
superagnt monorepo by CI; PRs there will be closed with a pointer here.
License
MIT. the skills are free to use, fork, and adapt; API calls they make are billed to your superagnt workspace like any other usage.