wiki_submit

wiki_submit is a skill for Claude Code, Codex from wecode-ai/Wegent. It costs 21 tokens per session (1,786 once invoked), scanned A, original, Apache-2.0.

A command-line workflow for submitting complete wiki pages to the Wegent backend, the service that stores and publishes the documentation. Pages use stable paths such as architecture/backend rather than file names.

In plain words
What is it for?
Use it to publish or replace wiki pages, keep page paths stable, maintain section overview pages, and prepare a complete documentation version.
Why use it?
It clarifies the replacement-based publishing model and the requirement that parent sections also have their own overview pages.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/wecode-ai/wegent/wiki_submit
Any agent
npx skills add wecode-ai/Wegent --skill wiki_submit
Clone the repo
git clone --depth 1 https://github.com/wecode-ai/Wegent

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 wiki_submit

README.md
[![agentmods](https://agentmods.dev/badge/skills/wecode-ai/wegent/wiki_submit.svg)](https://agentmods.dev/skills/wecode-ai/wegent/wiki_submit)
Your own site
<a href="https://agentmods.dev/skills/wecode-ai/wegent/wiki_submit"><img src="https://agentmods.dev/badge/skills/wecode-ai/wegent/wiki_submit.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,786 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00021 $0.01786
Opus 5 $0.00010 $0.00893
Sonnet 5 $0.00004 $0.00357
Haiku 4.5 $0.00002 $0.00179

Measured 3d ago against content hash 041c2077f207, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

wiki_submit 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 3d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (mermaid_validation.js, wiki_submit.js), 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.

backend/init_data/skills/wiki_submit/SKILL.md · 196 lines

How it starts

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

Wiki Submit Skill

This skill provides a simple command-line tool to submit wiki documentation pages to the Wegent backend.

Page paths

A page is identified by its --path: index, architecture/backend, modules/indexing. Lowercase, /-separated, no file extension, at most 4 folders deep. Two paths may not differ only by case — the projection matches them case-insensitively, so they would collapse into one page.

Keep a path stable across runs. It is what lets an unchanged page keep its place, its links and its search index. Changing it republishes the page as a deletion plus an insertion, so reword titles freely and move paths rarely.

Send a page's complete content every time. There is no patch format; what you send replaces the page.

A section that holds pages needs a substantive page of its own. If you submit architecture/backend, also submit architecture with an overview of that section; for architecture/backend/api, submit both architecture and architecture/backend. This is a publish requirement: complete refuses a version with any ancestor path that is not a page. Submit overview pages first where practical, and always before running complete. Write index as the wiki overview.

Create a slash-separated section only when its parent has a meaningful overview and at least two independent child pages. If one topic is all that is needed, make it one page (for example domain-concepts) rather than a parent page plus a one-page folder. Titles name the subject and the reader's purpose; do not use generic titles such as "Domain concepts part", "Module part", "Part N", or their translated equivalents.

Link to another wiki page by its complete page path without an extension, for example [Backend](architecture/backend). Do not use ./architecture/backend.md or a URL: wiki pages are not files served at those locations.

Anything submitted is part of the version; there is no scratch page or draft namespace. Remove an accidental page before completing the run.

Read the full file on GitHub · 196 lines

Files

What ships with it

2 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. 3d ago First seen · 196 lines · 21 tokens per session scan A 041c2077f207

Subscribe to this mod's changes

wiki_submit is a skill published in the GitHub repository wecode-ai/Wegent (747 stars, last pushed 3d ago), licensed Apache-2.0. It adds 21 tokens to every session and 1,786 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

github

Prepare GitHub issues, pull requests, reviews, and release notes for Zhin projects. Use when asked to write an issue, PR description, changelog entry, or review comment. Triggers: 写 issue, PR 描述, 提 PR, release notes, gh pr.

zhinjs/zhin · 58 tokens

skill-creator

Create or improve Zhin Agent skills (SKILL.md). Use when asked to add a skill, write SKILL.md, document a repeatable agent workflow, or refine skill frontmatter/keywords. Triggers: 创建技能, 写 SKILL, skill-creator, 加 skill.

zhinjs/zhin · 61 tokens

openapi-expert

OpenAPI/Swagger expert for API specification design, validation, and code generation.

librefang/librefang-registry · 20 tokens

eliza-cloud

Use when the task involves Eliza Cloud or elizaOS Cloud as a managed backend, app platform, deployment target, billing layer, or monetization surface. The catch-all skill for any user request about THEIR existing apps / containers / earnings / credits / api-keys / analytics / billing / payment requests / payouts …

elizaOS/eliza · 191 tokens

build-monetized-app

Use when the task is building a new app on Eliza Cloud that earns money — chat apps, agent apps, MCP-backed tools, anything that calls the cloud's chat/messages/inference endpoints on behalf of users. Covers app registration, container deploy, markup configuration, affiliate header, app charge requests, x402 payment…

elizaOS/eliza · 126 tokens

eliza-cloud-buy-domain

Use whenever a user wants to register or buy a custom domain for an Eliza Cloud app — including in the same request as building the app ("build me X and put it on Y.com"). Uses Cloudflare as registrar after explicit user confirmation, paid from the user's existing cloud credit balance. Pairs with build-monetized-app…

elizaOS/eliza · 125 tokens