Agent Plugins Marketplace
All plugins

safe-text-post

v0.1.1

File-based text posting with unicode lint and read-back verification — payloads always travel via files (never inline argv/heredocs), zero-width characters are rejected before posting, and every post is fetched back and byte-compared so curly quotes and non-ASCII content provably survived. Kills the empty-comment / corrupted-PR-body failure class.

CodexClaude Code1 Skill

By Andre PaatLicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 13, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install safe-text-post for Codex and Claude Code

Installs for the current user
codex plugin marketplace add paat/claude-plugins
codex plugin marketplace upgrade paat-plugins
codex plugin add safe-text-post@paat-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the paat-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “safe-text-post” remain stable.

  • Codex: safe-text-post@agent-plugin-marketplacesafe-text-post@paat-plugins

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/paat/claude-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/safe-text-post/.

Plugin files

plugins/safe-text-post/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/safe-text-post/SKILL.md

Included Skills1

safe-text-postskills/safe-text-post/SKILL.md

Use when posting any multi-line, non-ASCII, or user-facing text to an external system — GitHub issue/PR bodies and comments, tracker comments, JSON payloads, browser-injected JS — or when a posted comment came back empty or corrupted. File-based payloads, unicode lint, and read-back verification.

Plugin manifests2

plugins/safe-text-post/.codex-plugin/plugin.json
{
  "name": "safe-text-post",
  "version": "0.1.1",
  "description": "File-based text posting with unicode lint and read-back verification — payloads always travel via files (never inline argv/heredocs), zero-width characters are rejected before posting, and every post is fetched back and byte-compared so curly quotes and non-ASCII content provably survived. Kills the empty-comment / corrupted-PR-body failure class.",
  "author": {
    "name": "Andre Paat"
  },
  "interface": {
    "displayName": "Safe Text Post",
    "shortDescription": "File-based text posting with unicode lint and read-back verification — payloads always travel via files (never inline argv/heredocs), zero-width characters are rejected before posting, and every post is fetched back and byte-compared so curly quotes and non-ASCII content provably survived. Kills the empty-comment / corrupted-PR-body failure class.",
    "longDescription": "File-based text posting with unicode lint and read-back verification — payloads always travel via files (never inline argv/heredocs), zero-width characters are rejected before posting, and every post is fetched back and byte-compared so curly quotes and non-ASCII content provably survived. Kills the empty-comment / corrupted-PR-body failure class.",
    "developerName": "Andre Paat",
    "category": "Productivity",
    "capabilities": [
      "Skills",
      "Scripts"
    ],
    "defaultPrompt": "Use the safe-text-post plugin for this task.",
    "websiteURL": "https://github.com/paat/claude-plugins"
  },
  "homepage": "https://github.com/paat/claude-plugins",
  "repository": "https://github.com/paat/claude-plugins",
  "license": "MIT",
  "keywords": [
    "posting",
    "non-ascii",
    "curly-quotes",
    "zero-width",
    "read-back",
    "verification",
    "body-file",
    "arg-max"
  ],
  "skills": "./skills/"
}
plugins/safe-text-post/.claude-plugin/plugin.json
{
  "name": "safe-text-post",
  "version": "0.1.1",
  "description": "File-based text posting with unicode lint and read-back verification — payloads always travel via files (never inline argv/heredocs), zero-width characters are rejected before posting, and every post is fetched back and byte-compared so curly quotes and non-ASCII content provably survived. Kills the empty-comment / corrupted-PR-body failure class.",
  "author": {
    "name": "Andre Paat"
  },
  "repository": "https://github.com/paat/claude-plugins",
  "license": "MIT",
  "keywords": [
    "posting",
    "non-ascii",
    "curly-quotes",
    "zero-width",
    "read-back",
    "verification",
    "body-file",
    "arg-max"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[safe-text-post on Agent Plugins Marketplace](https://pluginsmp.com/plugins/safe-text-post)