AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Social Check

skill-inklate-social-skills-social-check · by inklate

>

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-inklate-social-skills-social-check

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-inklate-social-skills-social-check)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
23d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Social Check? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Run a draft through each target platform's real constraints and hand back a pass/warn/fix verdict per check, with the fixed text supplied inline. A bundled linter does the mechanical counting; you supply the judgment.

Context

Read social-context.md at the project root (also check .agents/social-context.md) for the ## Voice rules, ## Platforms, and the ## Never list. Hashtag, emoji, and link conventions may not be spelled out there — if they aren't, use the inline fallback below. If it's missing, offer to run the social-context skill first, but don't block — ask 2–3 quick inline questions and proceed:

  • Which platform(s) is this draft for?
  • Does the post have media, and does it have alt text?
  • Any house rules on hashtags, emoji, or links?

Workflow

  1. Establish targets. Confirm which platform(s) the draft is bound for. Evaluate one draft per platform separately — a draft can pass X and fail LinkedIn, and averaging verdicts helps nobody.
  1. Run the linter for the mechanical checks. It computes platform-accurate character counts (X bills URLs at 23 and emoji at 2; Mastodon bills URLs at 23), the truncation point, link count and placement, hashtag count/placement/casing, engagement-bait phrasing, and formatting gotchas — deterministically, so you never eyeball a character count:

``bash bun scripts/lint-post.mjs --platform x --file draft.txt # one platform bun scripts/lint-post.mjs --all --file draft.txt # every platform echo "$DRAFT" | bun scripts/lint-post.mjs --platform linkedin ``

It prints JSON — { counts, checks: [{ check, verdict, detail }], summary } — with each verdict as pass, warn, or fix, and exits non-zero when any check is a fix. node works in place of bun. Run it with --help for options, or --list for supported platforms. If neither runtime is available, count by hand against [references/platform-limits.md](references/platform-limits.md).

  1. Read the reasoning when a flag needs it. Load [references/platform-limits.md](references/platform-limits.md) for the full constraint table, the per-platform link and hashtag norms, the media/aspect rules, and the verdict-discipline definitions. Don't restate limits from memory — that reference (and the JSON the linter reads) is the source of truth.
  1. Add the judgment the linter can't. The script flags mechanics; these are yours:
  • Hook. Does the first visible line carry a complete, compelling idea before the truncation point the linter reported? "So I've been thinking about someth…" is a fix — supply a rewritten opening inline.
  • Media & alt text. If media is described, check the aspect ratio against the placement's rule in [references/platform-limits.md](references/platform-limits.md) (Media & accessibility), and confirm the alt text actually describes the image — "image" or keyword stuffing is a fix.
  • First-comment strategy. If a link belongs in the first comment (or the draft says "link in comments"), draft that comment — one line of context plus the link.
  • Engagement bait. When the linter flags bait, replace it with an ask that requests genuine input, not a reflex.
  • Voice. Check the draft against every rule in the Voice section of social-context.md.
  1. Assemble the verdict. Merge the linter's mechanical verdicts with your judgment calls into one table per platform: pass / warn / fix, a one-clause reason, and for every fix the corrected text inline. If a check doesn't apply (no media, no links), say n/a rather than dropping the row. If anything was fix, finish with a fully corrected version of the whole post for that platform.

Quality bar

Check against the real numbers in [references/platform-limits.md](references/platform-limits.md), not a vague memory of "roughly 280". Verdict discipline:

  • pass — meets the constraint; nothing more to say.
  • warn — will publish but underperform or annoy; give a one-clause reason and a suggested improvement.
  • fix — don't post as-is; supply the corrected text inline. A fix without corrected text is an unfinished check.

Run every check for every target platform. A silently skipped check reads as a pass.

Deliverable

Per target platform: a verdict table (check | verdict | note), each fix row followed by the corrected text inline, and — if anything was fix — a complete corrected draft for that platform, plus the drafted first comment if the strategy calls for one. The user copies the corrected draft and posts it wherever and whenever they choose — hand it back and stop.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.