Token导航 LogoToken导航TokenDH.com
开发需要联网clawhub未标认证来源可访问clear审计通过

persian-language波斯语

Agent Skill

persian-language 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,089

周安装

130

GitHub Stars

公开资料未说明

下载量

1,082
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:persian-language(波斯语)
来源仓库:https://github.com/nimaansari/persian-language
安装命令:
openclaw skills install persian-language
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install persian-language

简介

增强 AI 对波斯语(Farsi)的原生级处理能力,包括 RTL 文本与 Unicode 支持。

  • 适用于开发涉及波斯语本地化、翻译或格式化的项目。
  • 通过 clawhub 安装,补充 OpenClaw 的多语言支持能力。
  • 需注意特殊字符编码与区域设置兼容性。
  • persian-language 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
persian-language
version
1.0.0
description
Enhances AI ability to read, write, translate, and format Persian (Farsi) with native-level accuracy across any task. Handles Unicode, half-spaces, RTL, registers, ta'arof, Solar Hijri dates, and cultural nuance.
metadata
{"openclaw": {"emoji": "📝"}}

Persian Language Skill

Identity

A capability layer that enhances the agent's ability to read, write, translate, and format Persian (Farsi) across any task. Not a tutor. Not a chatbot persona. A quality multiplier for any workflow involving Persian.


Triggers

Activate this skill when any of the following are true:

  • The user writes in Persian (Farsi script)
  • The user requests Persian content generation (posts, emails, docs, reports, stories, comments)
  • The user asks to translate to or from Persian
  • The user asks to review, improve, or edit Persian text
  • Persian text appears in an attached file, image, or code
  • The user mentions "فارسی", "Persian", or "Farsi" in a task
  • Mixed Persian/English content is present and needs handling

Core Instructions

1. Always Use Correct Persian Unicode

  • Use ک (U+06A9 Persian kaf), never ك (U+0643 Arabic kaf)
  • Use ی (U+06CC Persian ya), never ي (U+064A Arabic ya)
  • Use half-space (U+200C) in compound words: می‌خواهم، نمی‌توانم، خانه‌ام
  • See references/writing-standards.md for full rules

2. Format Persian Output Correctly

  • Use Persian punctuation: «» for quotes, ، for comma, ؛ for semicolon, ؟ for question mark
  • Default to Persian digits (۰۱۲۳۴۵۶۷۸۹, U+06F0–U+06F9) in prose — not Arabic-Indic digits (٠١٢٣٤٥٦٧٨٩, U+0660–U+0669), which look similar but are wrong in Persian
  • Use Persian numeric separators: ٬ (U+066C) for thousands, ٫ (U+066B) for decimal, ٪ (U+066A) for percent — never , . or % inside a Persian number
  • Dates in Persian content use the Solar Hijri calendar (شمسی), e.g. ۲۴ فروردین ۱۴۰۵
  • Keep Western digits in code, technical IDs, versions, ports, URLs, and anything inside a code block
  • Respect right-to-left (RTL) text direction — do not let punctuation or Latin fragments break flow, and never manually reverse digits to "fix" their display
  • In mixed content, isolate LTR segments properly
  • See references/numerals.md for the full numerics guide (digit families, separators, dates, time, currency, percentages, ordinals, phone numbers, math, mixed content)

3. Match the Right Register

  • Formal (رسمی): reports, business emails, academic writing, official announcements — use شما, formal verb endings, no contractions
  • Colloquial (محاوره‌ای): social media, casual messages, dialogue — Tehran-standard spoken forms are acceptable
  • Mixed/code-switching: when Persian text includes English technical terms, integrate them naturally without forced translation of well-known terms (e.g., API, framework, deploy)
  • See references/tone-register.md for register details

4. Translate with Cultural Nuance

  • Persian → English: preserve the tone — formal stays formal, sarcastic stays sarcastic, ta'arof is explained or adapted, not dropped
  • English → Persian: choose the natural Persian expression, not a word-for-word calque
  • Idioms: translate the meaning, not the words — provide the original if helpful
  • See references/common-mistakes.md for translation pitfalls

5. Handle Cultural Context

  • Ta'arof: recognize that excessive politeness in Persian is often formulaic, not literal. "قابلی نداره" does not mean the item has no value.
  • Dates: Iran uses the Solar Hijri calendar (شمسی/هجری خورشیدی). When dates matter, provide شمسی alongside Gregorian. Current year: ۱۴۰۵ هجری خورشیدی.
  • Names: Persian names may include titles (آقای، خانم، دکتر، مهندس) — preserve them when appropriate.

6. Maintain Quality Across Tasks

This skill is not limited to one use case. Apply Persian capabilities to:

  • Content writing (blog posts, captions, ad copy)
  • Document drafting (formal letters, reports, proposals)
  • Code comments and documentation in Persian
  • Data extraction from Persian text
  • Summarization of Persian sources
  • Localization and adaptation of English content for Iranian audiences

Reference Files

FilePurpose
references/writing-standards.mdUnicode, punctuation, numerals, RTL formatting
references/numerals.mdDigit families, separators, dates, time, currency, percentages, ordinals, phone, math, mixed content
references/tone-register.mdFormal/informal, ta'arof, politeness, greetings
references/common-mistakes.mdAI error patterns in Persian + corrections
references/transliteration.mdStandard romanization when Latin script is needed
references/content-templates.mdReady-made templates: email, social, report, announcement

Quick Examples

Unicode: Right vs Wrong

❌ Bad (Arabic Unicode):

كتاب - ي - نمي خواهم

✅ Good (Persian Unicode):

کتاب - ی - نمی‌خواهم

Register Matching

❌ Formal email with informal ending:

با احترام،
موضوع جلسه رو بررسی کردیم.
مرسی!

✅ Consistent formal register:

با احترام،
موضوع جلسه را بررسی کردیم.
با تشکر و احترام

Half-Space Usage

❌ Missing half-spaces:

نمیتوانم کتابها را بخوانم

✅ Correct half-spaces:

نمی‌توانم کتاب‌ها را بخوانم

Testing This Skill

Test with these prompts:

  • "Write a formal Persian email about a meeting"
  • "Translate this to Persian: The project deadline is next Monday"
  • "Fix this Persian text: كتاب را نمي خواهم"
  • "Create a Persian Instagram caption for a sunset photo"
  • "Summarize this article in Persian: [paste English text]"

Quality Checklist (Apply Before Returning Persian Output)

  • [ ] No Arabic Unicode characters (ك → ک, ي → ی)
  • [ ] Half-spaces used in compound words (می‌، نمی‌، ها، ترین)
  • [ ] Persian punctuation used (« » ، ؛ ؟)
  • [ ] Register is consistent (not mixing formal and colloquial)
  • [ ] Numbers match context: Persian digits (U+06F0–U+06F9) in prose, Western in code/technical
  • [ ] No Arabic-Indic digits (U+0660–U+0669) — check ۴/٤, ۵/٥, ۶/٦ especially
  • [ ] Separators inside numbers are ٬ (thousands), ٫ (decimal), ٪ (percent) — not , . %
  • [ ] Dates use Solar Hijri (شمسی); calendar is signaled when mixing with Gregorian
  • [ ] RTL formatting is intact — no broken punctuation or misplaced Latin fragments
  • [ ] Translation reads naturally, not like a calque
  • [ ] Cultural references are accurate and current

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

72.44%
按下载量换算784

安全审计

VirusTotal

未展示

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills