← Back to Skills Marketplace
kofna3369

Publish-To-Public

by Kofna3369 · GitHub ↗ · v0.1.7 · MIT-0
cross-platform ⚠ suspicious
50
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install publish-to-public
Description
Generic rebrand pipeline. Deterministic, idempotent, byte-to-byte. Strip jargon, fix paths, regenerate manifests, validate. Use when preparing internal code...
README (SKILL.md)

axiom-rebrand

Generic rebrand pipeline. Deterministic, idempotent, byte-to-byte.

Pricing

  • Free tier: 100 rebrand/months
  • Then: $0.005 per use

When to use

  • Open-sourcing an internal tool with private codenames
  • Marketplace publication (Capafy, GitHub Marketplace)
  • Multi-tenant projects — strip org-specific references
  • CI/CD gates on jargon leaks

When NOT to use

  • Code logic needs to change (use a real refactor tool)
  • One-off case with few files (just sed by hand)
  • Need 100% custom rules (this has a configurable jargon list)

Dependencies

  • Pure Python stdlib
  • 1 optional dep: PyYAML (for YAML config; falls back to JSON without it)
Usage Guidance
Install only if you are comfortable with a local tool that reads and rewrites a whole source tree into a destination. Use it first with --dry-run and a clean destination directory. Do not pass --validator, and do not run validation/tests, on untrusted projects unless you isolate the run in a container or VM.
Capability Assessment
Purpose & Capability
The core purpose of copying and rewriting project files is coherent, but validation expands the capability into executing a user-supplied Python validator and unittest discovery over destination test files.
Instruction Scope
README mentions optional validation and tests, but SKILL.md only says 'validate' and neither clearly warns that validator scripts and test_*.py files execute code in the user's environment.
Install Mechanism
Installation appears to be a normal Python package/CLI with no install-time execution found; package metadata and versions are somewhat inconsistent but not security-critical by themselves.
Credentials
The module docstring says selected file types are copied, but implementation recursively processes all non-excluded files as UTF-8 text, which can unintentionally read or rewrite secrets, binaries, or unsupported project files into the destination.
Persistence & Privilege
No background persistence, credential harvesting, network exfiltration, or privilege escalation behavior was found; writes are directed to the user-specified destination and MANIFEST.txt.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install publish-to-public
  3. After installation, invoke the skill by name or use /publish-to-public
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.7
v0.1.7: Make trilingual EN/FR/ZH the latest version (was 0.1.1/0.1.6, semver too low)
v0.1.6
v0.1.6: Trilingual SKILL.md (EN/FR/ZH), Capafy voice, no pricing section for ClawHub
v0.1.5
v0.1.5: Generic rebrand pipeline (axiom-rebrand). 21 unit tests, 7 axiom_check. Byte-to-byte deterministic, idempotent. 3 modes: safe defaults, opt-in sensitive, auto include-sensitive. 3 SKILL.md locales (EN/FR/ZH). Apache-2.0. Companion to Capafy marketplace publication.
Metadata
Slug publish-to-public
Version 0.1.7
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Publish-To-Public?

Generic rebrand pipeline. Deterministic, idempotent, byte-to-byte. Strip jargon, fix paths, regenerate manifests, validate. Use when preparing internal code... It is an AI Agent Skill for Claude Code / OpenClaw, with 50 downloads so far.

How do I install Publish-To-Public?

Run "/install publish-to-public" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Publish-To-Public free?

Yes, Publish-To-Public is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Publish-To-Public support?

Publish-To-Public is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Publish-To-Public?

It is built and maintained by Kofna3369 (@kofna3369); the current version is v0.1.7.

💬 Comments