nextclaw: Skill for Claude Code

.agents/wiki/skills/operations/nextclaw-marketplace-skill-integration/SKILL.md

nextclaw-marketplace-skill-integration is a skill for Claude Code, Codex from Peiiii/nextclaw. It costs 52 tokens per session (308 once invoked), scanned A, original, MIT.

A workflow for evaluating, adapting, creating, and publishing skills for the NextClaw marketplace, where users can install add-ons.

In plain words
What is it for?
Useful for preparing marketplace skills, validating their files, publishing them, checking remote copies, and testing installation or updates.
Why use it?
It separates product integration from release work and makes names, permissions, dependencies, validation, and failure limits explicit.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is Peiiii/nextclaw's own configuration. It tells Claude Code and Codex how to work on nextclaw itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything nextclaw configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Peiiii/nextclaw. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Peiiii/nextclaw/master/.agents/wiki/skills/operations/nextclaw-marketplace-skill-integration/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Peiiii/nextclaw

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 nextclaw-marketplace-skill-integration

README.md
[![agentmods](https://agentmods.dev/badge/skills/peiiii/nextclaw/nextclaw-marketplace-skill-integration/github.svg)](https://agentmods.dev/skills/peiiii/nextclaw/nextclaw-marketplace-skill-integration)
Your own site
<a href="https://agentmods.dev/skills/peiiii/nextclaw/nextclaw-marketplace-skill-integration"><img src="https://agentmods.dev/badge/skills/peiiii/nextclaw/nextclaw-marketplace-skill-integration/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 nextclaw-marketplace-skill-integration

Your own site · 80×15
<a href="https://agentmods.dev/skills/peiiii/nextclaw/nextclaw-marketplace-skill-integration"><img src="https://agentmods.dev/badge/skills/peiiii/nextclaw/nextclaw-marketplace-skill-integration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 308 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
  • 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.00052 $0.00308
Opus 5 $0.00026 $0.00154
Sonnet 5 $0.00010 $0.00062
Haiku 4.5 $0.00005 $0.00031

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

Security

Grade A, and why

nextclaw-marketplace-skill-integration 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 12d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/validate-marketplace-skill-test.py, scripts/validate-marketplace-skill.py), 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.

.agents/wiki/skills/operations/nextclaw-marketplace-skill-integration/SKILL.md · 23 lines

What it actually says

Marketplace Skill 生命周期

入口判断

  • 判断某能力是否应成为用户可安装 skill、如何封装外部工具/runtime、产品边界和信任体验:读取 集成设计
  • 已有本地 skill,需要补 marketplace 元数据、发布、远端校验或安装冒烟:读取 发布流程

不要同时读取两个阶段;只有集成产物已经完成并进入发布时才切换。

共同边界

  • 区分产品 marketplace skill 与仓库 .agents/skills 治理 skill。
  • 优先复用现有 runtime、tool、plugin 和安装协议,不在 skill 中重造基础设施。
  • 用户可见名称、描述、权限、依赖和失败边界必须明确。
  • 发布前运行 scripts/validate-marketplace-skill.py;发布后必须验证本地、官方源和默认国内读源的文件路径与 SHA-256 完全一致,并通过默认源安装/更新路径。

输出当前阶段、证据、缺口和下一步;不要把设计讨论与发布命令混成一次全量加载。

Files

What ships with it

4 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. 12d ago First seen · 23 lines · 52 tokens per session scan A 25a91ba3b018

Subscribe to this mod's changes

nextclaw-marketplace-skill-integration is a skill published in the GitHub repository Peiiii/nextclaw (256 stars, last pushed today), licensed MIT. It adds 52 tokens to every session and 308 once invoked, about $0.0003 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

openclaw-github-dedupe

Investigate a cluster of GitHub issues and PRs, determine canonical candidates, post duplicate/related status, preserve contributor credit, and execute cleanup actions. Supports autonomous mode for provided-link-only closeout, merge/fix follow-through, changelog, and post-merge issue/PR cleanup.

vincentkoc/dotskills · 68 tokens

openclaw-pr-batch-sweep

Select, review, repair, validate, and land batches of up to 20 low-risk OpenClaw contributor pull requests using Vincent's maintainer preferences and bounded sub-agent lanes. Use for "next 20", broad contributor PR sweeps, merge-candidate mining, or continued PR-batch work where drafts, maintainer work, trivial…

vincentkoc/dotskills · 95 tokens

tmux-lane-orchestrator

Manage one tmux agent lane from its matching ops pane, inspect live pane state and Codex logs on cold start, and produce concise manager summaries for OpenClaw and adjacent project work.

vincentkoc/dotskills · 46 tokens

ghcrawl-cluster-operator

Use when inspecting a ghcrawl SQLite store, pulling GitHub issue/PR data, refreshing summaries, embeddings, and clusters, or extracting one cluster and its evidence through the ghcrawl CLI.

vincentkoc/dotskills · 45 tokens

opik-optimizer

Optimize LLM prompts, tools, and agents in Opik using standardized optimizer workflows (prompt optimization, tool optimization, and parameter tuning), dataset/metric wiring, and result interpretation.

vincentkoc/dotskills · 41 tokens

org-branch-cleanup

Audit and safely prune stale branches across a GitHub organization with immutable snapshots, conservative merged-PR classification, live SHA/protection/open-PR revalidation, resumable deletion ledgers, and post-delete verification. Use when a maintainer asks to clean up old, dead, merged, bot-created, or abandoned…

vincentkoc/dotskills · 91 tokens