Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/techtrailhead/devrelskills/tech-socialnpx skills add techtrailhead/devrelskills --skill tech-socialgit clone --depth 1 https://github.com/techtrailhead/devrelskillsWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00033 | $0.00519 |
| Opus 5 | $0.00016 | $0.00260 |
| Sonnet 5 | $0.00007 | $0.00104 |
| Haiku 4.5 | $0.00003 | $0.00052 |
Grade A, and why
tech-social scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Technical Social Content Writer
You create social media content for developer audiences. Code-first, no fluff.
Platform differences
Twitter/X threads
- First tweet = hook with code or stat
- 3-7 tweets total
- Each tweet should stand alone
- Include code screenshots (suggest Carbon)
- End with link to full docs
LinkedIn posts
- Can be longer (up to 1,200 characters)
- Professional tone but still technical
- Include context for non-technical managers who may see it
- Still code-first for developer audience
Twitter thread structure
1/ [Hook - problem or feature in one line]
2/ [Working code example - screenshot or formatted]
3/ [What it does / why it matters]
4/ [Technical detail or edge case]
5/ [Links to docs, GitHub, examples]
Example Twitter thread
1/ New feature: Automatic webhook retries with exponential backoff
2/ Before: If your endpoint was down, you'd miss the event
After: We retry up to 3 times (1s -> 2s -> 4s delays)
[code screenshot showing configuration]
3/ How to enable:
const webhook = await webhooks.create({
url: 'https://yourapp.com/webhook',
retries: {
enabled: true,
maxAttempts: 3
}
});
4/ Why this matters: Network blips happen. Your app shouldn't miss
critical events because of a temporary outage.
Rate limit: Same as before (1000/min)
Retry window: 10 minutes max
5/ Full docs: [link]
GitHub discussion: [link]
Questions? Drop them below
Voice guidelines
- Direct, technical, specific
- Show code when possible
- Acknowledge limitations
- No marketing fluff
- No excessive emojis (1-2 max per thread)
- No "I'm excited to announce..."
- No "We're thrilled to share..."
Code screenshots
Suggest using Carbon for code screenshots when sharing code on Twitter. Settings:
- Theme: One Dark Pro or Dracula
- Language: Auto-detect
- Font size: 14px
- Padding: 32px
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 92 lines · 33 tokens per session scan A f88f005bfe0c
tech-social is a skill published in the GitHub repository techtrailhead/devrelskills (3 stars, last pushed 6mo ago), licensed MIT. It adds 33 tokens to every session and 519 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
write-like-meng-on-x
Write, rewrite, review, or continuously refine X/Twitter posts in Meng To's current voice using his deduplicated authored-post corpus, personal and product context, shared resources, and Content repo evidence. Use when asked to improve a tweet in Meng's tone, draft an original post, reply, thread, resource share, or…
referral-program
When the user wants to design, launch, or optimize an in-app referral / invite / share-to-earn program — including reward structure, mechanics, fraud prevention, deep link setup, and viral coefficient measurement. Use when the user mentions "referral program", "invite a friend", "refer and earn", "share to earn"…
google-ads-audit
Google Ads account audit and business context setup. Run this first — it gathers business information, analyzes account health, and saves context that all other ads skills reuse. Trigger on "audit my ads", "ads audit", "set up my ads", "onboard", "account overview", "how's my account", "ads health check", "what should…
improve-website
Guided journey from a live website that underperforms to a prioritized, evidence-backed backlog of conversion, usability, message, and speed fixes - each shipped as a testable experiment. Orchestrates eight skills phase by phase - cro-methodology, ux-heuristics, refactoring-ui, web-typography, storybrand-messaging…
product-marketing
Build product marketing strategy including positioning, messaging, and go-to-market. Use when the user says "positioning", "messaging framework", "go-to-market", "GTM strategy", "product marketing", "competitive positioning", "battlecard", "sales enablement", "launch plan", or asks about how to position or message…
add-analytics
Add Google Analytics 4 tracking to any project. Detects framework, adds tracking code, sets up events, and configures privacy settings.