{"id":51017257,"url":"https://github.com/jhubbardsf/rephrasy-skills","last_synced_at":"2026-06-21T12:02:08.045Z","repository":{"id":363084786,"uuid":"1261888796","full_name":"jhubbardsf/rephrasy-skills","owner":"jhubbardsf","description":"Claude Code plugin: score text for AI detectability and humanize AI-generated text via the Rephrasy API","archived":false,"fork":false,"pushed_at":"2026-06-07T10:35:35.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-07T12:11:13.087Z","etag":null,"topics":["ai-detection","claude-code","claude-code-plugin","gptzero","humanizer","rephrasy"],"latest_commit_sha":null,"homepage":"https://jhubbardsf.github.io/rephrasy-skills/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jhubbardsf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-07T09:39:02.000Z","updated_at":"2026-06-07T10:35:39.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jhubbardsf/rephrasy-skills","commit_stats":null,"previous_names":["jhubbardsf/rephrasy-skills"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/jhubbardsf/rephrasy-skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhubbardsf%2Frephrasy-skills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhubbardsf%2Frephrasy-skills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhubbardsf%2Frephrasy-skills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhubbardsf%2Frephrasy-skills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jhubbardsf","download_url":"https://codeload.github.com/jhubbardsf/rephrasy-skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhubbardsf%2Frephrasy-skills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34608905,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-21T02:00:05.568Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-detection","claude-code","claude-code-plugin","gptzero","humanizer","rephrasy"],"created_at":"2026-06-21T12:02:06.285Z","updated_at":"2026-06-21T12:02:08.039Z","avatar_url":"https://github.com/jhubbardsf.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rephrasy-skills\n\nHumanize AI-generated text, without leaving Claude Code.\n\n`rephrasy-skills` packages a Claude Code skill backed by the [Rephrasy API](https://www.rephrasy.ai/api-solution): `/rephrasy:humanize` rewrites AI-flavored text to read as human (Rephrasy's v3 model with the professional style by default). The skill encodes live-verified API behavior — including the places where the API's real behavior diverges from its public docs.\n\nTo check whether the result reads as human, score it with GPTZero. The Rephrasy AI-detector was removed in 0.1.2 as unreliable; GPTZero is the detector of record.\n\n## Installation\n\n### Claude Code plugin\n\nFrom inside Claude Code:\n\n```text\n/plugin marketplace add jhubbardsf/claude-plugins\n/plugin install rephrasy@joshd3v\n/reload-plugins\n```\n\n`joshd3v` is [Josh Hubbard's umbrella marketplace](https://github.com/jhubbardsf/claude-plugins) covering all of his plugins, so one marketplace add gives you this plugin and the rest.\n\nThen run:\n\n```text\n/rephrasy:humanize \u003cfile-or-text\u003e\n```\n\n**Direct repo install** (alternative — this repo also embeds its own standalone marketplace):\n\n```text\n/plugin marketplace add jhubbardsf/rephrasy-skills\n/plugin install rephrasy@rephrasy-skills\n/reload-plugins\n```\n\nClaude Code plugin install specs use `plugin@marketplace`. Here, `rephrasy` is the plugin name, `joshd3v` is the umbrella marketplace, and `rephrasy-skills` is this repo's standalone marketplace from `.claude-plugin/marketplace.json`. Plugin skills are namespaced by plugin name, so the invocations are identical either way.\n\n### One-line installer\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/jhubbardsf/rephrasy-skills/main/install.sh | bash\n```\n\nTo install at project or local scope:\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/jhubbardsf/rephrasy-skills/main/install.sh | bash -s -- --scope project\n```\n\n## Requirements\n\n- Claude Code with plugin support\n- `python3` (the bundled helpers are stdlib-only — zero pip dependencies)\n- A `REPHRASY_API_KEY` environment variable ([get a key](https://www.rephrasy.ai) — this is a paid API; every call costs credits)\n\n## Usage\n\n```text\n/rephrasy:humanize draft.md                       # -\u003e draft_rephrasy.md next to the input\n/rephrasy:humanize draft.md --style creative      # override the professional default\n/rephrasy:humanize draft.md --model \"Undetectable Model v2\"\n```\n\nThe humanize skill defaults to **model `v3` + style `professional`** and never overwrites the input unless `--in-place` is passed explicitly. To check the result, score it with GPTZero.\n\n## Helper CLI\n\nThe plugin bundles a stdlib-only Python script that also works standalone from any shell:\n\n```bash\npython3 plugins/rephrasy/scripts/rephrasy_humanize.py FILE [-o OUT] [--in-place] [--style STYLE] [--no-style] [--model MODEL] [--language NAME] [--json]\n```\n\nIt accepts a file path, `-` for stdin, or `--text \"literal text\"`.\n\n| Behavior | Detail |\n| --- | --- |\n| Exit codes | `0` success · `2` any error — loops can distinguish \"done\" from \"API is down\" |\n| Output naming | `foo.txt` → `foo_rephrasy.txt` (non-destructive by default); `--in-place` writes atomically via temp file + rename |\n| Cost reporting | The humanizer prints `cost=… credits` to stderr after every call, including `--json` runs |\n| Errors | Clean one-line `error: …` messages — no tracebacks, including response-phase timeouts and non-JSON 200 bodies |\n\n## API facts verified live (2026-06-07)\n\nThese differ from, or go beyond, Rephrasy's public docs — the skill encodes the observed behavior:\n\n- Humanizer `costs` is a plain number of credits, not the `{\"total\": ...}` object shown in the docs.\n- `new_flesch_score` can be negative for dense prose.\n- An invalid key returns **HTTP 400** `{\"error\":\"Invalid API Key\"}`, not the documented 401 (both are handled).\n- `style: \"professional\"` costs ~3x a no-style call and yields more formal output. It stays the default; score the result with GPTZero, the detector of record.\n\n## Changelog\n\n### 0.1.2\n\n- Removed the Rephrasy AI-detector (ai-detect skill, /ai-detect command, rephrasy_detect.py); GPTZero is the detector of record.\n\n## Configuration\n\n```bash\nexport REPHRASY_API_KEY=...   # required\n```\n\nEverything else is per-invocation flags. The humanize defaults (v3 + professional) are set in the skill and overridable with `--model` / `--style` / `--no-style`.\n\n## Repository layout\n\n```\n.claude-plugin/marketplace.json     # marketplace manifest (name: rephrasy-skills)\nplugins/rephrasy/                   # the plugin (name: rephrasy)\n├── .claude-plugin/plugin.json\n├── scripts/                        # stdlib-only Python helper\n└── skills/\n    └── humanize/SKILL.md\nskills/, commands/                  # author's personal (non-plugin) install; same scripts\ndocs/index.html                     # GitHub Pages site\n```\n\n## GitHub Pages\n\nThe project site lives in `docs/index.html`. Configure GitHub Pages to serve from `/docs` on the default branch.\n\n## Troubleshooting\n\n### `/plugin` is not recognized\n\nUpdate Claude Code. Plugin commands require a recent Claude Code release.\n\n### `error: REPHRASY_API_KEY not set`\n\nExport the key in the shell Claude Code runs from, or add it to your shell profile.\n\n## Disclaimer\n\nIndependent client — not affiliated with or endorsed by Rephrasy. API usage is billed to your Rephrasy account.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjhubbardsf%2Frephrasy-skills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjhubbardsf%2Frephrasy-skills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjhubbardsf%2Frephrasy-skills/lists"}