weaverse-content-api

weaverse-content-api is a skill for Claude Code, Codex from Weaverse/shopify-hydrogen-skills. It costs 82 tokens per session (3,166 once invoked), scanned A, original, no licence file.

A guide for reading and changing live Weaverse content through its API, which is a programmatic way for software to exchange data. It covers pages, projects, theme settings, copy, media, and deletions.

In plain words
What is it for?
Use it to fetch or update Weaverse pages and settings, make bulk content edits, upload media, or remove pages.
Why use it?
It helps automate content changes instead of editing every page manually in the visual editor.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to fetch or update Weaverse pages and settings, make bulk content edits, upload media, or remove pages.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/weaverse/shopify-hydrogen-skills/weaverse-content-api
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 Weaverse/shopify-hydrogen-skills --skill weaverse-content-api
Clone the repo
git clone --depth 1 https://github.com/Weaverse/shopify-hydrogen-skills

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 weaverse-content-api

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/weaverse/shopify-hydrogen-skills/weaverse-content-api"><img src="https://agentmods.dev/badge/skills/weaverse/shopify-hydrogen-skills/weaverse-content-api.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 82 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,166 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 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.1 $0.00082 $0.03166
Opus 5 $0.00041 $0.01583
Sonnet 5 $0.00016 $0.00633
Haiku 4.5 $0.00008 $0.00317

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

Security

Grade A, and why

weaverse-content-api 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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/weaverse_content_api.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/weaverse-content-api/SKILL.md · 159 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

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 159 lines · 82 tokens per session scan A 6a74221f165f

Subscribe to this mod's changes

weaverse-content-api is a skill published in the GitHub repository Weaverse/shopify-hydrogen-skills (87 stars, last pushed 14d ago), with no licence file. It adds 82 tokens to every session and 3,166 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-30.

Related

Other skills, from other repositories

acp-checkout-rest

Implement the ACP REST checkout API — create, update, retrieve, complete, and cancel checkout sessions. Use when building merchant-side checkout endpoints, handling the checkout session state machine, or integrating with AI agent checkout flows.

OrcaQubits/agentic-commerce-skills-plugins · 49 tokens

acp-checkout-mcp

Implement ACP checkout as an MCP server, exposing checkout operations as MCP tools. Use when building an MCP-based commerce server for AI agents that use tool-calling to complete purchases.

OrcaQubits/agentic-commerce-skills-plugins · 42 tokens

acp-orders-webhooks

Implement ACP order lifecycle management and webhook event delivery. Use when building order creation, status tracking, fulfillment updates, post-purchase adjustments, and HMAC-signed webhook emission.

OrcaQubits/agentic-commerce-skills-plugins · 41 tokens

acp-setup

Scaffold an ACP merchant server project — install dependencies, import OpenAPI specs and JSON schemas, configure environment, and create initial endpoint stubs. Use when starting a new ACP implementation from scratch.

OrcaQubits/agentic-commerce-skills-plugins · 44 tokens

building-with-medusa

Load automatically when planning, researching, or implementing ANY Medusa backend features (custom modules, API routes, workflows, data models, module links, business logic). REQUIRED for all Medusa backend work in ALL modes (planning, implementation, exploration). Contains architectural patterns, best practices, and…

medusajs/medusa-agent-skills · 70 tokens

creating-agents-in-medusa

Use when building an internal admin-facing AI agent in a Medusa project. These agents are operated by merchants and store operators — not customers. Covers data models, module service, agent runtime (tools, system prompt, streamText), streaming API routes (NDJSON), and admin UI chat extensions. Load for any internal…

medusajs/medusa-agent-skills · 109 tokens