jpage-publishing

jpage-publishing is a skill for Claude Code, Codex from code2rich/agentwaker-xiaohongshu-operator. It costs 75 tokens per session (937 once invoked), scanned A, original, MIT.

A workflow for creating and managing JPage files that support Xiaohongshu content. Xiaohongshu is a social platform where people publish posts, and JPage provides pages or assets that can support those posts and campaigns.

In plain words
What is it for?
Use it to make a public preview, landing page, content hub, visual brief, or other supporting asset for a Xiaohongshu note or campaign.
Why use it?
It organizes the steps for preparing, checking, uploading, updating, and sharing campaign-related pages while requiring approval before remote changes.

Skill for Claude CodeCodex

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

Good fit Use it to make a public preview, landing page, content hub, visual brief, or other supporting asset for a Xiaohongshu note or campaign.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/code2rich/agentwaker-xiaohongshu-operator/jpage-publishing
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 code2rich/agentwaker-xiaohongshu-operator --skill jpage-publishing
Clone the repo
git clone --depth 1 https://github.com/code2rich/agentwaker-xiaohongshu-operator

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 jpage-publishing

README.md
[![agentmods](https://agentmods.dev/badge/skills/code2rich/agentwaker-xiaohongshu-operator/jpage-publishing.svg)](https://agentmods.dev/skills/code2rich/agentwaker-xiaohongshu-operator/jpage-publishing)
Your own site
<a href="https://agentmods.dev/skills/code2rich/agentwaker-xiaohongshu-operator/jpage-publishing"><img src="https://agentmods.dev/badge/skills/code2rich/agentwaker-xiaohongshu-operator/jpage-publishing.svg" alt="Measured on agentmods" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 937 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.00075 $0.00937
Opus 5 $0.00037 $0.00468
Sonnet 5 $0.00015 $0.00187
Haiku 4.5 $0.00007 $0.00094

Measured 8d ago against content hash 7d9f79446d86, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

jpage-publishing 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 8d 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.

xiaohongshu-operator-skills/jpage-publishing/SKILL.md · 90 lines

How it starts

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

JPage publishing

Purpose

Create, validate, upload, update, and share JPage artifacts that support Xiaohongshu operations, such as campaign pages, content hubs, lead pages, visual briefs, public preview pages, and reusable publishing assets.

Trigger Conditions

Use this skill when the user asks to:

  • Turn Xiaohongshu content into a public landing page or preview page.
  • Upload an HTML, Markdown, ZIP bundle, or generated asset to JPage.
  • Produce a public URL that can support a Xiaohongshu note, campaign, or content workflow.
  • Update an existing JPage file linked to Xiaohongshu operations.
  • Browse or use JPage templates for campaign, content, or landing-page creation.

Required Inputs

  • JPage base URL or confirmation to use the configured default.
  • Valid token source: --token, JPAGE_TOKEN, MCP_TOKEN, or a configured .env.
  • Source file path, template ID, or generated artifact path.
  • Public/private visibility requirement.
  • Overwrite target ID when updating an existing file.
  • Final approval for every remote upload, template instantiation, overwrite, rename, delete, or visibility change.

Workflow

  1. Confirm the Xiaohongshu operational purpose: note support, campaign landing page, material page, lead page, or preview page.
  2. Check configuration without exposing secrets:
    • jpage whoami
    • jpage ls --limit 5
  3. Prepare the artifact locally and verify that it contains no secrets, draft-only notes, or unsupported claims.
  4. Choose the safest action:
    • New private upload for drafts, still requiring approval because it changes remote state.
    • Public upload only after approval.
    • Overwrite only when the target ID is explicit.
  5. Preview the exact command before any upload, overwrite, delete, or visibility change.
  6. Run the approved command and capture the file ID and URL.
  7. Return the JPage URL, visibility state, command summary, and residual risks.

Useful Commands

jpage whoami
jpage ls --limit 5
jpage upload ./page.html
jpage upload ./page.html --public
jpage upload ./bundle.zip --public
jpage upload ./page.html --overwrite <id>
jpage url <id>
jpage mv <id> <new-name> --public
jpage template ls --kw <keyword> --limit 10
jpage template get <id>
jpage template use <id> --name <file-name>

Read the full file on GitHub · 90 lines

Files

What ships with it

1 file 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. 8d ago First seen · 90 lines · 75 tokens per session scan A 7d9f79446d86

Subscribe to this mod's changes

jpage-publishing is a skill published in the GitHub repository code2rich/agentwaker-xiaohongshu-operator (5 stars, last pushed 1mo ago), licensed MIT. It adds 75 tokens to every session and 937 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

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

general-video

Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…

heygen-com/hyperframes · 92 tokens

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

html-ppt-taste-brutalist

16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).

nexu-io/open-design · 78 tokens

diagnostic-stem-delivery

Audio production with diagnostic analysis, timecode parsing from documents, and verified export workflow.

HKUDS/OpenSpace · 23 tokens

chengfeng-check-updates

An environment manager for a video-editing system. It checks whether its skills and runtime—the software needed to run them—are installed and compatible.

Agentchengfeng/chengfeng-videocut-skills · 120 tokens