skills-store

skills-store is a skill for Claude Code, Codex from PostHog/ai-plugin. It costs 49 tokens per session (2,878 once invoked), scanned A, original, no licence file.

A guide for finding and using shared skills kept by a team in PostHog. Shared skills are reusable instructions or workflows that multiple people or agents can access.

In plain words
What is it for?
Use it to list, browse, load, or manage skills in the team's skill store.
Why use it?
It avoids duplicating team knowledge and makes it easier to find the right shared workflow when needed.

Skill for Claude CodeCodex

Part of the posthog plugin — 137 skills, 3 commands, 1 agent, 2 hooks, 1 MCP server shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/posthog/ai-plugin/skills-store
Any agent
npx skills add PostHog/ai-plugin --skill skills-store
Clone the repo
git clone --depth 1 https://github.com/PostHog/ai-plugin

Made for: Claude Code, Codex.

Or install posthog, the plugin that ships this one along with the rest of its 137 skills, 3 commands, 1 agent, 2 hooks, 1 MCP server.

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 skills-store

README.md
[![agentmods](https://agentmods.dev/badge/skills/posthog/ai-plugin/skills-store.svg)](https://agentmods.dev/skills/posthog/ai-plugin/skills-store)
Your own site
<a href="https://agentmods.dev/skills/posthog/ai-plugin/skills-store"><img src="https://agentmods.dev/badge/skills/posthog/ai-plugin/skills-store.svg" alt="Measured on agentmods" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,878 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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 $0.00049 $0.02878
Opus 5 $0.00024 $0.01439
Sonnet 5 $0.00010 $0.00576
Haiku 4.5 $0.00005 $0.00288

Measured yesterday against content hash c2946dc9791a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

skills-store 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 yesterday.

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.

skills/skills-store/SKILL.md · 280 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. yesterday First seen · 280 lines · 49 tokens per session scan A c2946dc9791a

Subscribe to this mod's changes

skills-store is a skill published in the GitHub repository PostHog/ai-plugin (80 stars, last pushed today), with no licence file. It adds 49 tokens to every session and 2,878 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-09-03.

Related

Other skills, from other repositories

houseclean

Cross-drive storage audit and cleanup. Surveys all drives, finds orphaned git worktrees, large AI tool caches (.ollama, .gemini, .cursor, npm, pip), and buildable artifacts (nodemodules, .venv). Produces a prioritized action plan with specific migration commands. Use when disk space is low or worktrees need cleanup…

SethGammon/Citadel · 89 tokens

schedule

Manages recurring and one-off scheduled tasks. Session-scoped scheduling via CronCreate/CronDelete/CronList. Documents the cloud path for tasks that need to survive machine sleep or network drops.

SethGammon/Citadel · 41 tokens

domscribe

Work with Domscribe — the pixel-to-code bridge. Use when setting up, initializing, or configuring Domscribe for a project, OR when editing or modifying UI components (React, Vue, Next.js, Nuxt), implementing features from captured UI annotations, querying runtime context for source locations, exploring component…

patchorbit/domscribe · 94 tokens

zapier-explore

Explore what Zapier MCP can do for the user — interview them about their role and the apps they live in, suggest specific use cases as on-demand prompts, then walk them through enabling the actions to make those use cases real. The natural next step after zapier-demo. Use when the user asks "what else can Zapier do…

zapier/zapier-mcp · 130 tokens

token-efficiency

Token conservation economics, bounded context-window pruning, AST structural query optimization, and high-precision prompt budget discipline.

saitarrun/Devforge-ai · 26 tokens

structure-swift-sources

Organize Swift source trees and oversized Swift files by feature, layer, and declaration group; split large files, normalize // MARK: sections, enforce plain-language block-comment file headers, and move TODO and FIXME text into ledger files. Use after format-swift-sources has established a clean formatting baseline.

gaelic-ghost/socket · 69 tokens