content-calendar

content-calendar is a skill for Claude Code, Codex from paperclipai/paperclip. It costs 25 tokens per session (65 once invoked), scanned A, original, MIT.

A simple planning tool for a weekly editorial calendar, which is a schedule of content to publish.

In plain words
What is it for?
Use it to plan weekly articles, posts, or other content with topics, owners, status, and verification notes.
Why use it?
It connects company goals to specific topics and makes responsibility and progress visible. It also records how each item should be checked before publication.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to plan weekly articles, posts, or other content with topics, owners, status, and verification notes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/paperclipai/paperclip/content-calendar
About the project

Paperclip is a Node.js server and React application for coordinating AI agents as a business team, with goals, organizational roles, budgets, governance, and work tracking in one interface. It is used by people managing multiple agents or autonomous agent organizations across tools such as OpenClaw, Claude Code, Codex, and Cursor. The catalogue includes skills, agents, an MCP add-on, and an instruction for working with Paperclip.

paperclipai/paperclip · 80,385 stars · on GitHub · paperclip.ing

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.

Any agent
npx skills add paperclipai/paperclip --skill content-calendar
Clone the repo
git clone --depth 1 https://github.com/paperclipai/paperclip

Made for: Claude Code, Codex.

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 content-calendar

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/paperclipai/paperclip/content-calendar"><img src="https://agentmods.dev/badge/skills/paperclipai/paperclip/content-calendar.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 65 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
  • Snyk pass 7 Sept 2026
  • 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.00025 $0.00065
Opus 5 $0.00013 $0.00032
Sonnet 5 $0.00005 $0.00013
Haiku 4.5 $0.00003 $0.00006

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

Security

Grade A, and why

content-calendar 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 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.

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.

packages/teams-catalog/catalog/optional/content/content-machine/skills/content-calendar/SKILL.md · 13 lines

What it actually says

Content Calendar

Use this skill when creating or maintaining a lightweight content calendar from company priorities.

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 · 13 lines · 25 tokens per session scan A aa62a332fc31

Subscribe to this mod's changes

content-calendar is a skill published in the GitHub repository paperclipai/paperclip (80,385 stars, last pushed today), licensed MIT. It adds 25 tokens to every session and 65 once invoked, about $0.0001 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

audio-transcriber

Transform audio recordings into professional Markdown documentation with intelligent summaries using LLM integration.

sickn33/agentic-awesome-skills · 18 tokens

tika-eval-compare

Compare extracts from two Tika builds over a corpus to detect regressions in content, encoding, exceptions, and embedded-document handling. Use for "compare before/after extracts", "eval this change against the corpus".

apache/tika · 50 tokens

tika-eval-h2-query

Query the tika-eval H2 database directly for counts and joins the canned reports do not compute — connection gotchas, key tables, example queries. Use when the xlsx/summary.md reports are not enough.

apache/tika · 51 tokens

feature-workflow

Taking a multi-PR feature from "shape unknown" to merged without five review rounds per PR: spike until interfaces stop moving, write the contract, cut PRs along contract seams, one review per PR. Use when starting a feature that touches more than one lifecycle object or public interface, when a PR review keeps…

apache/tika · 77 tokens

file-forensics

Examine what a file claims about itself and what it actually contains — powered by Apache Tika. True content-based type detection (extensions lie), provenance claims (authors, dates, creating application), revision and tamper signals (PDF incremental updates, tracked changes, hidden slides, zip integrity), hidden and…

apache/tika · 142 tokens

goose-graphics-create-format

Creates a new graphics format spec (custom canvas dimensions + content rules) and publishes it to the Gooseworks library so any agent can render against it. Use when the existing community formats (carousel, story, infographic, slides, poster, chart, tweet, plus community additions) don't fit the user's canvas — e.g.…

gooseworks-ai/goose-skills · 109 tokens