vskill: Skill for Claude Code

.claude/skills/marketing/social-media-posting/SKILL.md

social-media-posting is a skill for Claude Code from anton-abyzov/vskill. It costs 260 tokens per session (19,050 once invoked), scanned A, original, MIT.

A workflow for creating, publishing, and managing social-media posts across platforms such as Instagram, LinkedIn, X, YouTube, TikTok, Reddit, and others. It uses brand context, planned content, and generated images or videos where supported.

In plain words
What is it for?
Use it to plan social content, write platform-specific posts, create supporting visuals, publish approved content, and handle audience engagement.
Why use it?
It keeps posts aligned with the product, audience, and brand voice while coordinating content and engagement across different platforms. Human approval is required before publishing.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is anton-abyzov/vskill's own configuration. It tells Claude Code how to work on vskill itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything vskill configures →

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /Users/anton/image.png.

Reuse

Borrowing it

Nothing to install: this file belongs to anton-abyzov/vskill. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/anton-abyzov/vskill/main/.claude/skills/marketing/social-media-posting/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/anton-abyzov/vskill

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for social-media-posting

README.md
[![agentmods](https://agentmods.dev/badge/skills/anton-abyzov/vskill/social-media-posting/github.svg)](https://agentmods.dev/skills/anton-abyzov/vskill/social-media-posting)
Your own site
<a href="https://agentmods.dev/skills/anton-abyzov/vskill/social-media-posting"><img src="https://agentmods.dev/badge/skills/anton-abyzov/vskill/social-media-posting/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for social-media-posting

Your own site · 80×15
<a href="https://agentmods.dev/skills/anton-abyzov/vskill/social-media-posting"><img src="https://agentmods.dev/badge/skills/anton-abyzov/vskill/social-media-posting.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 260 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 19,050 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 2 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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

ModelPer sessionOnce invoked
Fable 5.1 $0.00260 $0.19050
Opus 5 $0.00130 $0.09525
Sonnet 5 $0.00052 $0.03810
Haiku 4.5 $0.00026 $0.01905

Measured 11d ago against content hash 3099e2d518ea, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

social-media-posting scanned grade A with 2 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 11d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

| Discord | `discord` skill actions | Webhook API (`curl`) | Browser automation | Chrome-open |

Runs shell commandslowCapability

Expected in a hook, worth knowing in a rule or an instructions file.

result = subprocess.run(['osascript', '-e', script], capture_output=True, text=True)
.claude/skills/marketing/social-media-posting/SKILL.md · 1,541 lines

How it starts

The opening of the file, as written. The whole thing — 1,541 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Social Media Posting & Engagement

Primary goal: go viral, grow followers, and promote the user's products and personal brand.

Every post is an opportunity to attract new followers, build brand authority, and drive awareness of the user's products. Content that delivers value or tells a compelling story while naturally weaving in the brand is the highest-leverage output. Engagement, reach, and follower growth are the metrics that matter — optimize for them, not just for "posting something".

Post content across all major platforms with AI-generated visuals, strategic content planning, mandatory human approval, and daily engagement to grow your audience.


Before Starting

Before writing any content, gather context:

  1. Check for a product/brand context file. Look for product-marketing-context.md in the project's .claude/ directory first, then the project root. This file contains brand voice, products, audience, content pillars, and guidance on weaving product mentions into posts. If it exists, read it -- every post should be informed by this context. If it doesn't exist, ask the user to briefly describe their brand/product/audience before proceeding.

  2. Check for a config file. Look for a config.json in the skill directory or project. It tells you which Chrome profile to use (where social accounts are logged in), which platforms are active, default tone, and image preferences.

  3. Check published articles / reference material. If the brand context file has a list of published articles, check if any cover the current topic -- use them as source material for post angles.

  4. Ensure image generation is available. This skill uses the nano-banana-pro skill (Gemini image generation) for AI images. Check that GEMINI_API_KEY is set. If not, warn the user and proceed with copy-only output.

  5. Ask the user for anything not already provided:

    • Topic: What is the post about?
    • Context/angle: Specific news, data, or event? Reference material?
    • Tone: Override default? (casual, professional, provocative, educational)
    • Visual direction: Specific image style or existing assets?
    • Platforms to skip: Any platforms to exclude?

Read the full file on GitHub · 1,541 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

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.

  1. 11d ago First seen · 1,541 lines · 260 tokens per session scan A 3099e2d518ea

Subscribe to this mod's changes

social-media-posting is a skill published in the GitHub repository anton-abyzov/vskill (45 stars, last pushed 4d ago), licensed MIT. It adds 260 tokens to every session and 19,050 once invoked, about $0.0013 per session on Opus 5. A static security scan graded it A with 2 findings (makes network calls, runs shell commands). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

cubelife

Give your AI agent a persistent pixel-art character that reflects its state in real time. Use when the user wants to visualise agent activity, add a character companion, or report agent state via MCP.

Ivy-Innovation/cubelife · 44 tokens

gsap-plugins

Official GSAP skill for GSAP plugins — registration, ScrollToPlugin, ScrollSmoother, Flip, Draggable, Inertia, Observer, SplitText, ScrambleText, SVG and physics plugins, CustomEase, EasePack, CustomWiggle, CustomBounce, GSDevTools. Use when the user asks about a GSAP plugin, scroll-to, flip animations, draggable, SVG…

calesthio/OpenMontage · 91 tokens

hyperframes

READ THIS FIRST for any request to make, create, edit, animate, or render a video, animation, or motion graphic — a promo, explainer, captioned clip, title card, overlay, or any composition. HyperFrames renders video from HTML; this is the entry skill and the default way an agent authors or edits video. It routes the…

calesthio/OpenMontage · 167 tokens

seedance-2-0

Generate cinematic clips with ByteDance Seedance 2.0 — the preferred premium video model in OpenMontage when a paid gateway is configured. Use when: (1) producing trailers, teasers, hype edits, or premium cinematic clips, (2) needing native synchronized audio (speech, SFX, ambience) in a single pass, (3) needing…

calesthio/OpenMontage · 194 tokens

ffmpeg

Video and audio processing with FFmpeg. Use for format conversion, resizing, compression, audio extraction, and preparing assets for Remotion. Triggers include converting GIF to MP4, resizing video, extracting audio, compressing files, or any media transformation task.

calesthio/OpenMontage · 55 tokens

motion-graphics

Use when the user wants a short, design-led motion graphic where motion is the message: kinetic typography, stat or number count-up, chart/data-viz hit, logo sting, brand lockup, lower-third, callout, social overlay, animated headline/tweet/news item, motion poster, or quick captured-page highlight. Usually under 10s…

calesthio/OpenMontage · 187 tokens