Install
$ agentstack add skill-inklate-social-skills-idk ✓ 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
Map what the user wants onto the one social skill whose procedure fits, and hand them the phrase that triggers it. Route, don't perform — the named skill does the work.
Context
Read social-context.md at the project root (also check .agents/social-context.md). If it is missing, the user hasn't been set up: your first recommendation is always the social-context skill ("set up my social context"), because every other skill reads that file. If it exists, setup is done — route straight to the task skill.
Workflow
- Name the job in one line. Restate what the user is trying to produce or decide — one
post, a thread, a week of content, a plan, ad copy, a fix, an audit. If it is ambiguous, ask one question; don't guess across two different procedures.
- Match the job to exactly one skill using the Skill map below. Match on the procedure
the user needs, not the platform — platform is a constraint each skill already handles.
- Check the prerequisite. If
social-context.mdis missing, recommendsocial-context
first, then the task skill. If the task leans on voice and the Voice section is thin, suggest social-voice alongside.
- Hand off. Name the skill, say in one line why it fits, and give the trigger phrase the
user can say to invoke it. If two skills genuinely both fit (one post vs many), present the pair with the one-line difference and let the user pick.
Skill map
| The user wants to… | Skill | Trigger phrase | | ---------------------------------------------------- | ------------------ | ----------------------------------------- | | Set up who they are / audience / pillars / red lines | social-context | "set up my social context" | | Teach the agent their writing voice | social-voice | "learn my voice" | | Write one post for one platform | social-post | "write a LinkedIn post about…" | | Write a thread / multi-post sequence | social-thread | "turn this into an X thread" | | Build an Instagram/LinkedIn carousel | social-carousel | "make a carousel about…" | | Get scored hook options for a draft | social-hook | "give me hooks for this" | | Adapt one message across many platforms at once | social-crosspost | "post this on LinkedIn, X, and Instagram" | | Mine one source into a week of different posts | social-repurpose | "turn my blog into a week of posts" | | Triage and reply to comments/mentions/DMs | social-reply | "help me reply to these comments" | | Write paid ad copy variants | social-ad | "write Facebook ad variants" | | Plan a 2-week content calendar | social-calendar | "plan my next two weeks" | | Validate a draft before posting | social-check | "will this work on Instagram?" | | Audit a profile / content history vs goals | social-audit | "audit my LinkedIn" |
The two easily-confused pairs:
social-postvssocial-crosspost— one platform, deeply (two hook variants) vs the same message adapted across several platforms at once.social-crosspostvssocial-repurpose— the same message on many platforms now vs many different posts mined from one source over a week.
Quality bar
- Recommend exactly one skill per job unless two genuinely fit — then name both with the one-line difference.
- Never route past setup: if
social-context.mdis missing,social-contextcomes first. - Match on procedure, not platform; every skill handles its own platforms.
- Always include the trigger phrase, so the user can act without asking how.
Deliverable
A one-line recommendation: the skill to use, why it fits in a phrase, and the exact trigger to say — plus the foundation prerequisite if setup isn't done. Then hand off; the named skill does the work.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: inklate
- Source: inklate/social-skills
- License: MIT
- Homepage: https://inklate.com
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.