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.
npx skills add EditorialOS/pinterest-marketing-strategist --skill pin-strategistgit clone --depth 1 https://github.com/EditorialOS/pinterest-marketing-strategistWrote 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.
[](https://agentmods.dev/skills/editorialos/pinterest-marketing-strategist/pin-strategist)<a href="https://agentmods.dev/skills/editorialos/pinterest-marketing-strategist/pin-strategist"><img src="https://agentmods.dev/badge/skills/editorialos/pinterest-marketing-strategist/pin-strategist/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.
<a href="https://agentmods.dev/skills/editorialos/pinterest-marketing-strategist/pin-strategist"><img src="https://agentmods.dev/badge/skills/editorialos/pinterest-marketing-strategist/pin-strategist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00053 | $0.02987 |
| Opus 5 | $0.00026 | $0.01494 |
| Sonnet 5 | $0.00011 | $0.00597 |
| Haiku 4.5 | $0.00005 | $0.00299 |
Grade A, and why
pin-strategist 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 12d 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.
How it starts
The opening of the file, as written. The whole thing — 250 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Pin Strategist — Composed Pin Methodology
Purpose
Turn brand documents and approved images into composed Pinterest pins ready to review and post. Pinterest is a visual search engine — this skill optimizes for search intent first, image-copy pairing second, and brand voice third. That order matters. The output is a finished product, not a concept deck.
Core Principle
Pinterest is not social media. It's a visual search engine where people plan purchases, trips, projects, and decisions. Users arrive with intent. Every pin must answer a search query with a compelling image-copy combination. A beautiful image with no search relevance gets zero impressions. A well-targeted pin with a matched image gets discovered for months.
The FAZ model applies: content in, finished product out, human quality gate, publish. The human reviews composed pins. Everything upstream — concept generation, image matching, copy writing, board assignment — is automated.
How Pinterest Discovery Works
Search weight: Pinterest ranks pins by keyword relevance in title, description, and alt text. Title keywords carry the most weight. Front-loading is not optional.
Visual ranking: Pinterest's algorithm evaluates image quality, orientation, and freshness. Vertical images get more feed space. High-contrast, well-lit images rank higher. Duplicate images get deprioritized.
Save signals: Saves compound. One save leads to impressions for similar audiences. Save rate is the most important engagement metric.
Freshness factor: New images with new URLs get priority distribution. Reuploading the same image to the same URL gets deprioritized. Each pin in a batch must use a different image.
Domain authority: Pins from consistently active, trusted domains get higher initial distribution.
Content lifespan: Average pin lifespan is 3-4 months. Top pins drive traffic for years. This makes Pinterest the highest-ROI channel per unit of effort — every pin is a long-term asset.
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.
- 12d ago First seen · 250 lines · 53 tokens per session scan A 2c3efe15858f
pin-strategist is a skill published in the GitHub repository EditorialOS/pinterest-marketing-strategist (2 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 53 tokens to every session and 2,987 once invoked, about $0.0003 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-31.
Other skills, from other repositories
self-improve
The deliberate self-improvement loop for the maintainer — step back from fixing issues and improve Heimdall's OWN capability. Ports karpathy/autoresearch to Heimdall's routing/planning: collect evidence from metrics.jsonl + queue dead/done stats → form testable hypotheses → run a bounded routing experiment → evaluate…
stacks
Load stack-specific knowledge (conventions, exact lint/test/build commands, common failure patterns) onto the current role agent for the project's detected tech stack(s) — Next.js, React Native, Spring Boot, FastAPI, Django, Rust, etc. Use at the start of any task in an unfamiliar or newly-onboarded repo, or whenever…
transmute
Comprehend an existing feature, then PORT it to another app (optionally upgrading it) or INTEGRATE/transform it in place — including swapping the vendor behind the scenes while preserving the exact UX. Use for "port/re-implement/clone this feature into ", "swap/migrate the vendor behind but keep the UX", "figure out…
confluence
Work with Confluence over its REST API (no MCP) — read/search (CQL), summarize pages, find docs, create/update/comment/label. Use for any read/search/create/update on Confluence pages, or references to a remembered space, page, or doc.
divine
Thorough, research-grounded code review of a change, PR, or MR — multi-lens (correctness, security, simplification, tests), severity-ranked with impact + fix, configurable depth, optional PR comments. Use when asked to review code, "do a code review", "review this PR/MR", "review my changes/diff/branch", or audit a…
conjure
Structured design dialogue with a visual companion — produces an approved spec and design artifacts before any implementation begins. Use at the start of a feature, before writing code.