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 performance-learninggit 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/performance-learning)<a href="https://agentmods.dev/skills/editorialos/pinterest-marketing-strategist/performance-learning"><img src="https://agentmods.dev/badge/skills/editorialos/pinterest-marketing-strategist/performance-learning/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/performance-learning"><img src="https://agentmods.dev/badge/skills/editorialos/pinterest-marketing-strategist/performance-learning.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.00046 | $0.02785 |
| Opus 5 | $0.00023 | $0.01392 |
| Sonnet 5 | $0.00009 | $0.00557 |
| Haiku 4.5 | $0.00005 | $0.00279 |
Grade A, and why
performance-learning 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 — 257 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Performance Learning — Pinterest Compound Intelligence
Purpose
Turn pin results into reusable intelligence about what image-copy-board-timing combinations work for this specific brand. Pinterest's long content lifespan (3-4 months average) means data accumulates slowly but compounds powerfully. By pin 50, the system knows which specific image types paired with which title patterns on which boards drive the highest save rates — a level of cross-variable analysis that no human tracks manually and no scheduling tool provides.
Why This Is the Product
The composed pin is the deliverable. The learning loop is the product. Any tool can generate pin copy. Any designer can make a vertical image. The value is in knowing — with increasing confidence over time — that "vertical lifestyle images paired with problem-solution titles on the Content Operations board = 4.2% save rate, 3.8x the rate of product shots with the same title pattern on the same board." That kind of compound intelligence is the defensible advantage. It makes every subsequent batch meaningfully better than the last.
Why Pinterest Specifically
Pinterest is the platform where the learning loop compounds fastest because content lives longest:
- Instagram post: peaks in 48 hours. A learning from 3 months ago is ancient.
- Tweet: dies in 43 minutes. Learnings decay immediately.
- Pinterest pin: drives traffic for 3-4 months. Top pins last years. A learning from 3 months ago is still actively relevant because pins from 3 months ago are still actively performing.
This means: by pin 50, the system has a genuine map of what works. And because each pin is a long-lived asset, the intelligence helps retroactively understand why old pins are still performing — or why they stopped.
The Learning Loop
/create (Batch 1) → composed pins → post → 7 days → /track (early signal)
→ 30 days → /track (full picture)
↓
learnings extracted
(image-copy combos,
board patterns,
title effects)
↓
/create (Batch 2) → reads learnings → better image matching → /track
↓
more learnings
↓
/create (Batch 5+) → reliable predictions → optimized combos → /track
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 · 257 lines · 46 tokens per session scan A 028836e33d9e
performance-learning is a skill published in the GitHub repository EditorialOS/pinterest-marketing-strategist (2 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 46 tokens to every session and 2,785 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-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.