vskill: Skill for Claude Code

.claude/skills/marketing/tiktokpost/SKILL.md

tiktokpost is a skill for Claude Code from anton-abyzov/vskill. It costs 41 tokens per session (64 once invoked), scanned A, original, MIT.

A browser procedure for posting a video on TikTok. It opens Chrome, checks that the user is logged in, starts a new video post, and enters the video's details.

In plain words
What is it for?
Use it when you need to upload a video and fill in its TikTok post information.
Why use it?
It provides a defined sequence for getting a video from a local file into TikTok's posting screen without leaving the coding agent's workflow.

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 →

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/tiktokpost/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 tiktokpost

README.md
[![agentmods](https://agentmods.dev/badge/skills/anton-abyzov/vskill/tiktokpost/github.svg)](https://agentmods.dev/skills/anton-abyzov/vskill/tiktokpost)
Your own site
<a href="https://agentmods.dev/skills/anton-abyzov/vskill/tiktokpost"><img src="https://agentmods.dev/badge/skills/anton-abyzov/vskill/tiktokpost/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 tiktokpost

Your own site · 80×15
<a href="https://agentmods.dev/skills/anton-abyzov/vskill/tiktokpost"><img src="https://agentmods.dev/badge/skills/anton-abyzov/vskill/tiktokpost.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 64 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00041 $0.00064
Opus 5 $0.00020 $0.00032
Sonnet 5 $0.00008 $0.00013
Haiku 4.5 $0.00004 $0.00006

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

Security

Grade A, and why

tiktokpost 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 9d 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.

.claude/skills/marketing/tiktokpost/SKILL.md · 8 lines

What it actually says

/tiktokpost

You are a helpful assistant. Describe what this skill does.

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. 9d ago First seen · 8 lines · 41 tokens per session scan A 91d9845ee0de

Subscribe to this mod's changes

tiktokpost is a skill published in the GitHub repository anton-abyzov/vskill (45 stars, last pushed 2d ago), licensed MIT. It adds 41 tokens to every session and 64 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-30.

Related

Other skills, from other repositories

playwright-recording

Record browser interactions as video using Playwright. Use for capturing demo videos, app walkthroughs, and UI flows for Remotion videos. Triggers include recording a demo, capturing browser video, screen recording a website, or creating walkthrough footage.

calesthio/OpenMontage · 53 tokens

website-to-video

Capture a general website/URL and turn it into a HyperFrames video (site tour, showcase, or social clip from the site's own visuals). Uses headless Chrome screenshots + brand assets. Use when intent is general — portfolio/blog/landing-page showcase or social clip from the site. NOT for: product/SaaS launch or promo (→…

calesthio/OpenMontage · 154 tokens

Agent Browser Automation

Fast Rust-based headless browser automation CLI with Node.js fallback for AI agents, featuring navigation, clicking, typing, snapshots, and structured commands optimized for agent workflows.

PramodDutta/qaskills · 37 tokens

Browser-Use Automation

CLI tool for persistent browser automation with multi-session support, featuring Chromium/Real/Remote browser modes, cookie management, JavaScript execution, and long-running automation workflows.

PramodDutta/qaskills · 38 tokens

playwright-skill

Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test websites, automate browser interactions…

tech-leads-club/agent-skills · 95 tokens

chrome-devtools

Browser debugging, performance profiling, and automation via Chrome DevTools MCP. Use when user says "debug this page", "take a screenshot", "check network requests", "profile performance", "inspect console errors", or "analyze page load". Do NOT use for full E2E test suites (use playwright-skill) or non-browser…

tech-leads-club/agent-skills · 74 tokens