TopRank Skills

Home / Claw Skills / 文档 / official-doc
Official OpenClaw rules 36%

official-doc

公文写作助手。通知、报告、请示、批复、会议纪要、工作总结、格式检查、语气检查、模板库。Official document writer for notices, reports, requests, meeting minutes with format check, tone check, template library. 公文模板、行政公文、政府文件。Use when writing official documents.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 official-doc 技能。 若已安装,则直接安装 official-doc 技能。

Overview

Skill Key
ckchzh/official-doc
Author
ckchzh
Source Repo
openclaw/skills
Version
-
Source Path
skills/ckchzh/official-doc
Latest Commit SHA
2feca5461ac71a0067796f7b6a1e73225753a848

Extracted Content

SKILL.md excerpt

# 公文生成器

支持公文生成、格式检查、语气规范检查、模板库。

## 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

Related Claw Skills

edholofy

dojo.md

★ 4

University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.

lethehades

wps-macos-helper

★ 1

macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance

capt-marbles

firecrawl

★ 0

Web scraping and crawling with Firecrawl API. Fetch webpage content as markdown, take screenshots, extract structured data, search the web, and crawl documentation sites. Use when the user needs to scrape a URL, get current web info, capture a screenshot, extract specific data from pages, or crawl docs for a framework/library.

caqlayan

Tweet Processor

★ 0

Tweet Processor Skill

carev01

md-docs-search

★ 0

Full-text search across structured Markdown documentation archives using SQLite FTS5. Use when you need to search large collections of Markdown articles that are separated by "---" delimiters and contain source URLs (marked with "*Source:" pattern). Provides fast BM25-ranked search with automatic source URL extraction for citations. Ideal for research, documentation lookups, and knowledge base exploration. Requires indexing documentation first with `docs.py index`.

camelsprout

duckdb-en

★ 0

DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".