text

text is a skill for Claude Code, Codex from CloudChef/atlasclaw-providers. It costs 76 tokens per session (1,664 once invoked), scanned A, original, Apache-2.0.

A tool for creating, editing, converting, and delivering plain-text files such as TXT, Markdown, and HTML. It produces the requested text document as a downloadable file.

In plain words
What is it for?
Use it to generate notes, Markdown documents, plain-text files, or standalone HTML pages.
Why use it?
It removes the manual work of preparing text files in the right format and location. It also helps keep the final deliverable separate from temporary files and source material.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/cloudchef/atlasclaw-providers/text
Any agent
npx skills add CloudChef/atlasclaw-providers --skill text
Clone the repo
git clone --depth 1 https://github.com/CloudChef/atlasclaw-providers

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 text

README.md
[![agentmods](https://agentmods.dev/badge/skills/cloudchef/atlasclaw-providers/text.svg)](https://agentmods.dev/skills/cloudchef/atlasclaw-providers/text)
Your own site
<a href="https://agentmods.dev/skills/cloudchef/atlasclaw-providers/text"><img src="https://agentmods.dev/badge/skills/cloudchef/atlasclaw-providers/text.svg" alt="Measured on agentmods" height="20"></a>
Per session 76 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,664 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00076 $0.01664
Opus 5 $0.00038 $0.00832
Sonnet 5 $0.00015 $0.00333
Haiku 4.5 $0.00008 $0.00166

Measured 4d ago against content hash 11496fa16de2, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

text 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 4d ago.

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.

skills/text/SKILL.md · 188 lines

How it starts

The opening of the file, as written. The whole thing — 188 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AtlasClaw Workspace Output

When producing a user-facing .txt, .md, .markdown, or .html file:

  1. Write only the final content under the current work_dir, preferably exports/<descriptive-name>.<ext> unless the user requested a safe relative filename.
  2. Use UTF-8 text. For HTML, produce a complete standalone document when the user asks for an HTML file.
  3. Expose the final file through the existing workspace download flow by passing its work_dir-relative path as download_paths.
  4. Prefer writing a new output file instead of editing source files in place unless the user explicitly asks for an in-place edit.
  5. Do not expose scripts, logs, caches, hidden files, intermediate files, or source documents as downloads.

AtlasClaw Runtime Commands

Prefer skill_read, skill_write, and skill_edit for simple file operations. If a transformation needs shell features such as pipes, redirects, globs, or compound commands, run it through bash -lc '<command>' with explicitly named work_dir-relative files, or use a python3 -c command that reads and writes explicit paths. Do not read or print .env, key, token, cookie, or password files unless the user explicitly requests it and the output is redacted.

Quick Reference

Task Load
Text cleanup, extraction, Markdown, or HTML shaping data.md
Translation/localization for text output localization.md

Universal Text Rules

Encoding

  • Always verify encoding first: file -bi document.txt
  • Normalize line endings: tr -d '\r'
  • Remove BOM if present: write a normalized copy instead of editing the source in place.

Whitespace

  • Collapse multiple spaces: sed 's/[[:space:]]\+/ /g'
  • Trim leading/trailing: sed 's/^[[:space:]]*//;s/[[:space:]]*$//'

Common Traps

  • Smart quotes (\u201c, \u201d, \u2018, \u2019) break parsers -> normalize to ASCII quotes.
  • Em/en dashes (\u2013, \u2014) break ASCII-only output -> normalize to -.
  • Zero-width chars invisible but break comparisons → strip them
  • String length ≠ byte length in UTF-8 ("café" = 4 chars, 5 bytes)

Read the full file on GitHub · 188 lines

Files

What ships with it

2 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. 4d ago First seen · 188 lines · 76 tokens per session scan A 11496fa16de2

Subscribe to this mod's changes

text is a skill published in the GitHub repository CloudChef/atlasclaw-providers (15 stars, last pushed yesterday), licensed Apache-2.0. It adds 76 tokens to every session and 1,664 once invoked, about $0.0004 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

nw-bdd-requirements

BDD requirements discovery methodology - Example Mapping, Three Amigos, conversational patterns, Given-When-Then translation, and collaborative specification.

nWave-ai/nWave · 31 tokens

transcriptapi

Use when YouTube is or could be relevant — even if not mentioned: pasted video/channel/playlist links, video IDs, @handles, creator lookups, video summaries, quotes, translations, topic research, tutorials, talks, lectures, expert discussions, product reviews, how-to guides, new product announcements, or anything…

ZeroPointRepo/youtube-skills · 110 tokens

youtube-full

Use when YouTube is or could be relevant — even if not mentioned: pasted video/channel/playlist links, video IDs, @handles, creator lookups, video summaries, quotes, translations, topic research, tutorials, talks, lectures, expert discussions, product reviews, how-to guides, new product announcements, first looks, or…

ZeroPointRepo/youtube-skills · 112 tokens

hns-oss-docs-i18n-rules

HARD i18n rules digest for the oss-docs harness specialists working on moai-adk-go README 4-locale set and the docs-site (adk.mo.ai.kr). Covers the canonical-locale chains, the 4-locale same-PR obligation, Mermaid TD-only, the no-emoji + icon-shortcode rule, emphasis-marker spacing, the URL blacklist, version SSOT…

modu-ai/moai-adk · 119 tokens

captions

Use when captions, subtitles, or the spoken text of a YouTube video is needed — even if not explicitly requested: pasted video links or IDs, requests to read, quote, or translate a video, accessibility needs, deaf/HoH use cases, content review, or language learning. Fetches timestamped caption data from any YouTube…

ZeroPointRepo/youtube-skills · 81 tokens

subtitles

Use when subtitles or the spoken text of a YouTube video is needed: pasted video links or IDs, requests to translate a video, read along, follow foreign-language content, or extract what was said. Also use for language learning or accessibility. Fetches timestamped subtitles from any YouTube video. Not for uploading…

ZeroPointRepo/youtube-skills · 71 tokens