official-doc
- Repo stars 15
- Author repo openclaw-skills-marketplace
公文生成器
支持公文生成、格式检查、语气规范检查、模板库。
Usage
scripts/official.sh notice "标题" "内容" # 通知
scripts/official.sh request "事由" "请示" # 请示
scripts/official.sh report "主题" "内容" # 报告
scripts/official.sh reply "原请示" "批复" # 批复
scripts/official.sh format-check "文本" # 格式检查
scripts/official.sh tone "文本" # 语气/用语检查
scripts/official.sh template "类型" # 模板库
scripts/official.sh help # 帮助
Examples
# 生成通知
bash scripts/official.sh notice "关于开展安全检查的通知" "安全生产大检查"
# 格式检查
bash scripts/official.sh format-check "关于购置办公设备的请示,我觉得需要买10台电脑"
# 语气检查(检测口语化表达)
bash scripts/official.sh tone "我觉得这个方案差不多可以搞一下"
# 查看所有模板
bash scripts/official.sh template "all"
# 查看特定模板
bash scripts/official.sh template "请示"
Template Types
通知 | 报告 | 请示 | 批复 | 会议纪要 | 工作总结
Requirements
- Python 3.6+
- No external dependencies
- Fluxly category
- Writing
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 88 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @dvcrn · no license declared
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Plug-and-play
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Python >=3.6
- Detected file/system behavior
-
- Read-only
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. Usage
Usage
Examples
Examples
Template Types
通知 | 报告 | 请示 | 批复 | 会议纪要 | 工作总结
Requirements
Python 3.6+ No external dependencies
# 公文生成器
支持公文生成、格式检查、语气规范检查、模板库。
## Usage
```bash
scripts/official.sh notice "标题" "内容" # 通知
scripts/official.sh request "事由" "请示" # 请示
scripts/official.sh report "主题" "内容" # 报告
scripts/official.sh reply "原请示" "批复" # 批复
scripts/official.sh format-check "文本" # 格式检查
scripts/official.sh tone "文本" # 语气/用语检查
scripts/official.sh template "类型" # 模板库
scripts/official.sh help # 帮助
```
## Examples
```bash
# 生成通知
bash scripts/official.sh notice "关于开展安全检查的通知" "安全生产大检查"
# 格式检查
bash scripts/official.sh format-check "关于购置办公设备的请示,我觉得需要买10台电脑"
# 语气检查(检测口语化表达)
bash scripts/official.sh tone "我觉得这个方案差不多可以搞一下"
# 查看所有模板
bash scripts/official.sh template "all"
# 查看特定模板
bash scripts/official.sh template "请示"
```
## Template Types
通知 | 报告 | 请示 | 批复 | 会议纪要 | 工作总结
## Requirements
- Python 3.6+
- No external dependencies Evidence boundary and execution chain
Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> Usage → Examples → Template Types → Requirements
terms -> 支持公文生成、格式检查、语气规范检查、模板库。
files/cmd -> scripts/official.sh
body sha256 -> 506dee88ab79
Decide Fit First
Design Intent
How To Use It
Boundaries And Review