safe-text-post
v0.1.1File-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.
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
codex plugin marketplace add paat/claude-plugins
codex plugin marketplace upgrade paat-plugins
codex plugin add safe-text-post@paat-pluginsPaste 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-marketplace→safe-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-pluginsClone 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
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/safe-text-post/SKILL.md
Included Skills1
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
{
"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/"
}{
"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"
]
}For maintainers
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)