adapto-content-upload

adapto-content-upload is a skill for Claude Code from adaptocms/adapto-cms-agent-skills. It costs 80 tokens per session (2,032 once invoked), scanned A, original, MIT.

A workflow for sending reviewed Markdown drafts to Adapto, a content-management system. It converts the drafts to HTML, creates or updates content, copies its search-engine metadata, and leaves everything as a draft.

In plain words
What is it for?
Use it to upload approved articles, pages, or collection items from .adapto/drafts/ and keep their local-to-CMS records and search metadata aligned.
Why use it?
It reduces manual copying between local content files and Adapto while avoiding accidental overwrites of changes made in the CMS.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the adapto plugin — 16 skills, 3 agents, 1 hook shipped together

Good fit Use it to upload approved articles, pages, or collection items from .adapto/drafts/ and keep their local-to-CMS records and search metadata aligned.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/adaptocms/adapto-cms-agent-skills/adapto-content-upload
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 adaptocms/adapto-cms-agent-skills --skill adapto-content-upload
Clone the repo
git clone --depth 1 https://github.com/adaptocms/adapto-cms-agent-skills

Made for: Claude Code.

Or install adapto, the plugin that ships this one along with the rest of its 16 skills, 3 agents, 1 hook.

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 adapto-content-upload

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/adaptocms/adapto-cms-agent-skills/adapto-content-upload"><img src="https://agentmods.dev/badge/skills/adaptocms/adapto-cms-agent-skills/adapto-content-upload.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,032 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.
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.00080 $0.02032
Opus 5 $0.00040 $0.01016
Sonnet 5 $0.00016 $0.00406
Haiku 4.5 $0.00008 $0.00203

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

Security

Grade A, and why

adapto-content-upload 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 10d 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.

plugin/skills/adapto-content-upload/SKILL.md · 115 lines

How it starts

The opening of the file, as written. The whole thing — 115 lines — stays where its author put it; the contents beside it link to each section on GitHub.

adapto:content-upload

The pipeline's gated writer (content-pipeline.md). It takes the Markdown drafts you've approved and pushes them to Adapto: body md→HTML, create-or-update via the ledger's local↔CMS id-map (one-way push — local is the source of truth), the SEO metadata mirrored into the reserved _adapto_seo collection, everything landing as draft. It is schema-gated (every target type must exist first) and drift-guarded (it won't silently overwrite backoffice edits).

When to use

  • "Upload the drafts", "push the approved content to Adapto", "update the content in Adapto".
  • After you've reviewed .adapto/drafts/ and want the approved pieces in the CMS.

When not to use

  • Writing/revising the drafts → adapto:content-create.
  • Taking CMS drafts liveadapto:publish (upload lands drafts; publish flips them to published).
  • Rendering metadata on the site → adapto:seo-wire.

Inputs

  • The approved drafts in .adapto/drafts/ (frontmatter per content-pipeline.md §2). The user names which to upload, or "all reviewed".
  • The ledger (.adapto/ledger.json) — the local↔CMS id-map (create vs update) + drift fingerprints.
  • .adapto/schema.json — collection + _adapto_seo ids (the schema gate).
  • inventory.md — to resolve internal_links / category_slugs.
  • The working tenant + language (confirm the tenant).

Outputs

  • Created/updated Articles / Pages / collection items in Adapto (draft), provenance-tagged on Articles.
  • A mirrored _adapto_seo item per piece (meta/OG/JSON-LD), json_ld stringified.
  • The ledger advanced to status: uploaded with cms.content_id, cms.seo_id, last_push_hash, cms_updated_at; calendar.md refreshed.
  • Next step: adapto:seo-wire (if the render layer isn't wired yet) so the metadata shows on the site; then review on the dev server and adapto:publish to take it live; adapto:translate to localize.

Read the full file on GitHub · 115 lines

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. 10d ago First seen · 115 lines · 80 tokens per session scan A 5237b36788e1

Subscribe to this mod's changes

adapto-content-upload is a skill published in the GitHub repository adaptocms/adapto-cms-agent-skills (1 stars, last pushed 1mo ago), licensed MIT. It adds 80 tokens to every session and 2,032 once invoked, about $0.0004 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.

Related

Other skills, from other repositories

invest

First-time fork users: run the invest-setup skill first to initialize. The main flow lives in this skill (the AI agent uses the CLI/MCP to view the portfolio / run the committee / replay decision history). The Web GUI has been retired (2026-07) — every capability is exposed via CLI subcommands / MCP tools. The backend…

longsizhuo/openInvest · 261 tokens

invest-setup

A first-time setup workflow for openInvest, a system for tracking investments and running portfolio analysis.

longsizhuo/openInvest · 105 tokens

okf-frontmatter

Maintain openInvest's docs (docs/wiki chapters + docs/wiki/adr) under Google's Open Knowledge Format (OKF). Two jobs. (1) Teach agents to maintain docs the OKF way — every doc carries a small YAML frontmatter block as the single source of truth (type, title, tags, intent, schemasource, documents); schema details link…

longsizhuo/openInvest · 243 tokens

invest-backup

Back up / restore openInvest's local state — memory/ (holdings, strategy, user profile, committee records, dream logs) + db/ (trade ledger, job run history, market-data cache) + .env (SMTP/API credentials) + userprofile.json. All of this data is .gitignore'd with no historical versions in git, so a single accidental…

longsizhuo/openInvest · 202 tokens

yield-xyz-agentkit-builder

Build applications that integrate with the Yield.xyz APIs — staking, lending, vaults, and RWA across 80+ networks. Generates code covering REST API integration, transaction signing, wallet connection, and fee monetization. Use when user wants to build an app, integrate yield, generate code, or set up a project using…

stakekit/agentkit · 75 tokens

yield-xyz-agentkit-privy

The Privy connector for the Yield.xyz AgentKit — signs and broadcasts via Privy agentic wallets. Extends the yield-xyz-agentkit skill — that skill discovers yields and builds the unsigned transactions; this one adds Privy wallet creation, policy enforcement, signing, and broadcasting, in autonomous and semi-autonomous…

stakekit/agentkit · 124 tokens