EngineeringPROPRO REQUIREDFC-ENG-019
i18n Claw
i18n-claw
Internationalization: locale management, plural rules, RTL support, and translation pipelines.
i18n Claw implements internationalization with locale management, plural rules, RTL support, translation extraction, and automated translation pipelines.
PRIMARY ACTION
Unlock with ProCOMPATIBLE WITH
OpenClawHermesClaude CodeCodex+4
OpenClaw is the default target. Cursor example below.
When to Use
- Implement production-grade code and architecture
- Audit design decisions and tradeoffs
- Catch reliability issues before release
- Raise quality consistency across teams
Compatible Frameworks
8 TOOLS
Quality Gates
No explicit gate list for this agent in the current dataset.
4 GATES DEFINED
Expected Outputs
Native exports per tool
OpenClaw10 files
openclaw/AGENTS.mdopenclaw/SOUL.mdopenclaw/TOOLS.md+7 moreHermes5 files
hermes/skills/flickclaw/i18n-claw/SKILL.mdhermes/skills/flickclaw/i18n-claw/references/workflow.mdhermes/skills/flickclaw/i18n-claw/references/quality-gates.md+2 moreClaude Code6 files
claude-code/CLAUDE.mdclaude-code/.claude/skills/i18n-claw/SKILL.mdclaude-code/.claude/skills/i18n-claw/references/workflow.md+3 moreCodex5 files
codex/AGENTS.mdcodex/.flickclaw/agents/i18n-claw/codex.mdcodex/.flickclaw/agents/i18n-claw/workflow.md+2 moreCursor3 files
cursor/.cursor/rules/flickclaw-i18n-claw.mdccursor/.cursor/rules/flickclaw-i18n-claw-workflow.mdccursor/.cursor/rules/flickclaw-i18n-claw-quality-gates.mdcWindsurf3 files
windsurf/.windsurf/rules/flickclaw-i18n-claw.mdwindsurf/.windsurf/rules/flickclaw-i18n-claw-workflow.mdwindsurf/.windsurf/rules/flickclaw-i18n-claw-quality-gates.mdAider3 files
aider/CONVENTIONS.mdaider/aider.mdaider/.aider.conf.ymlOllama4 files
ollama/Modelfileollama/system-prompt.mdollama/template.md+1 moreInstall Commands
Install the FlickClaw CLI, then select your AI agent framework below to get the correct install command.
Step 1: Install CLI (one-time)
npm install -g @flickclaw/cli@latestStep 2: Select Framework
OpenClaw
npm exec --yes @flickclaw/cli@latest -- install i18n-claw --target openclawDownload as ZIP
Example Prompt
Try this prompt with i18n Claw to see what it can do:
Review the codebase architecture and identify 3 areas for improvement. Focus on maintainability, test coverage, and performance. Produce .Example Output
IllustrativeWhat a typical i18n Claw report looks like:
# i18n Claw — Assessment Report **Project**: data-pipeline **Context**: an ETL pipeline processing 2M events/hour with PostgreSQL and Redis **Generated**: 2026-05-26 ## Executive Summary The i18n Claw completed its review of data-pipeline (an ETL pipeline processing 2M events/hour with PostgreSQL and Redis). 3 findings were identified with concrete remediation steps. All quality gates were verified before delivery. ## Findings | # | Severity | Area | Finding | Recommended Action | |---|----------|------|---------|-------------------| | 1 | **P0** | Performance | N+1 queries in batch processing loop | Use eager loading with batch size 500 | | 2 | **P1** | Architecture | Tight coupling between extract and transform | Introduce event queue with dead letter handling | | 3 | **P2** | Testing | No integration tests for Redis failover | Add chaos test with Redis connection drop | ## Quality Gates - [✓] no_fake_claims - [✓] locale_coverage_complete - [✓] rtl_support_documented ## Outputs Generated ## Validation - [x] All quality gates passed (3/3) - [x] 3 findings documented with severity and remediation - [x] 0 output sections generated - [x] Evidence collected and referenced --- *This is an illustrative example output from FlickClaw. Results vary based on project context.*