Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Post Skill To X

ASecurity

Find an interesting agent skill in the skillexplorer.dev index, work out what is genuinely worth saying about it, and post that to X from Scott's account (@persingerscott). Use when asked to post/tweet about a skill, to promote a skill on X, or to do the day's skill post. Always drafts first and waits for approval before posting.

2 stars
0 votes
0 copies
0 views
Added 9/22/2026
ai-agentsgonodekubernetesgitapi

Works with

cliapi

Security Analysis

A100/100

Scanned 9/22/2026

Install to Claude Code

$npx -y skills add freeflow-community/skill-explorer --skill post-skill-to-x --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Post Skill To X?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Post Skill To X
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/freeflow-community-post-skill-to-x/badge)](https://www.skillsdirectory.com/skills/freeflow-community-post-skill-to-x)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: post-skill-to-x
description: Find an interesting agent skill in the skillexplorer.dev index, work out what is genuinely worth saying about it, and post that to X from Scott's account (@persingerscott). Use when asked to post/tweet about a skill, to promote a skill on X, or to do the day's skill post. Always drafts first and waits for approval before posting.
---

# Posting about a skill on X

One post, about one skill, that gives a reader something they didn't know. The account is a
real person's, so the bar is: would someone who follows a lot of AI tooling accounts stop on
this? If the honest answer is no, pick a different skill rather than writing it up anyway.

**You never post without approval.** Draft, show it, wait. The human says go, then you post.

## 1. Pick a skill

Skills come from the live site. Its API is public and needs no auth:

```sh
curl -s "https://skillexplorer.dev/api/home"            # recent, popular, collections, total
curl -s "https://skillexplorer.dev/api/popular?limit=50"
curl -s "https://skillexplorer.dev/api/search?q=<term>"  # or ?tag= / ?collection= / ?repo=
curl -s "https://skillexplorer.dev/api/skills/<slug>"    # one skill, plus its safety score
curl -s "https://skillexplorer.dev/api/skills/<slug>/source"  # its SKILL.md, frontmatter + HTML
```

Check `posted.jsonl` next to this file first and skip anything already in it.

What makes a skill worth a post — you need at least one:

- It does something people don't know an agent *can* do (drive a browser, read a heatmap,
  mint a certificate, rig a 3D model).
- Its method is opinionated and specific, not "helps you with X" — the SKILL.md argues for a
  way of working and you can say what the argument is.
- The pairing is odd. A skill about knitting charts or tarot next to one about Kubernetes.
- It quietly solves a problem the reader has felt (flaky test triage, a migration nobody
  wants to do by hand).

Reasons to pass: the description is generic ("assists with data analysis"), the SKILL.md is
a stub, or it's the fifth CRUD-adjacent skill this month. A thin skill can't be rescued by
good writing.

## 2. Read it before you write about it

Pull the SKILL.md — `/api/skills/<slug>/source` — and read the body, not just the
description. The post needs one **concrete particular** from inside the file: a rule it
insists on, a number, a step that reveals how it thinks. That detail is what makes the post
worth reading; without one, you're writing a press release.

Note who owns the repository (`repoUrl` → the GitHub user or org) and what the skill is
actually *for* — the problem it exists to solve, which is often clearer in the body than in
the frontmatter description. Both go in the post.

Note the safety grade too (`/api/skills/<slug>` → `safety`). Mention it only when it's
actually interesting — an A on something that touches the filesystem, or a D that a reader
deserves fair warning about. Never as filler.

## 3. Write the post

Shape:

- Under 280 characters including the link. Aim for 180–240; short reads as confident.
- Open on the specific thing. No "Check out this skill" or "Ever wanted to…".
- Name **who wrote it** and **what it's for**. Both are non-negotiable: a post about
  someone's work that doesn't credit them is bad manners, and a reader who can't tell what
  the skill is *for* has no reason to click. Credit by the GitHub owner from `repoUrl`
  (`addyosmani`, `anthropics`) — only use an X handle if you have actually confirmed it
  belongs to that person, because a wrong @ drags a stranger into the thread. The purpose
  is one clause, in your words, not the description pasted back.
- One detail from the SKILL.md, in concrete terms.
- Close with the link: `https://skillexplorer.dev/skill/<slug>` — its own line. The page has
  og tags, so X renders a card; don't paste a second link and don't use a shortener.
- At most one hashtag, and usually zero. No emoji unless it's doing real work.
- Never invent a capability the SKILL.md doesn't claim. If you're unsure it does the thing,
  it doesn't go in the post.

Voice: plain, specific, a little dry. The reader is smart and has seen a hundred AI
threads today. Say the interesting thing and stop — no "game changer", no "🚀", no
"I've been exploring…", no thread unless the human asks for one.

Write two or three options in different directions rather than one and a polish pass. It's
cheap, and the human picks faster from a spread.

## 4. Show the draft, wait

Post the options with the skill's name, its link, and one line on why you picked it. Then
stop and wait for a real answer. Silence, a background notification, or your own summary of
what you'd do next are not approval.

## 5. Post it

The account is reached with a shared logged-in session, not a password — see the
`browser-auth-handoff` skill. Get a session for `https://x.com` if you don't have a live
one, then drive the composer:

```js
// node, with playwright; bundle from `browser-handoff request --origins https://x.com --out …`
const { newContextFromBundle } = await import(process.env.HOME +
  "/.claude/skills/browser-auth-handoff/scripts/import-bundle.mjs");
const ctx = await newContextFromBundle(await chromium.launch(), bundle);
const p = await ctx.newPage();
await p.goto("https://x.com/compose/post", { waitUntil: "domcontentloaded" });
await p.waitForSelector('[data-testid="tweetTextarea_0"]');
await p.click('[data-testid="tweetTextarea_0"]');
await p.keyboard.type(text);                       // type it; pasting can drop the card preview
await p.waitForSelector('[data-testid="tweetButton"]:not([aria-disabled="true"])');
await p.click('[data-testid="tweetButton"]');
```

Then **verify it actually went out**: load `https://x.com/persingerscott` and confirm the
post is at the top with the card attached. A composer that silently failed looks exactly
like one that worked. Screenshot it for the human.

If it posted, append one line to `posted.jsonl`:

```json
{"slug":"...","posted_at":"2026-09-22T02:40:00Z","url":"https://x.com/persingerscott/status/...","text":"..."}
```

## Not your call

Deleting or editing an existing post, replying as the human to someone else, following,
liking, or DMing. Ask first — every one of those is the human's voice in public.

Attribution

freeflow-communityfreeflow-community
View sourceMore from freeflow-community →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1066601 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

686011 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

651 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →