公文生成

official-doc

by BytesAgain

📄 公文生成器(标准格式). Use when you need official doc capabilities. Triggers on: official doc.

4.5k其他未扫描2026年3月23日

安装

claude skill add --url github.com/openclaw/skills/tree/main/skills/ckchzh/official-doc

文档

公文生成器

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

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

💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com

相关 Skills

Claude API

by anthropic

热门

Build, debug, and optimize Claude API / Anthropic SDK apps. Apps built with this skill should include prompt caching. Also handles migrating existing Claude API code between Claude model versions (4.5 → 4.6, 4.6 → 4.7, retired-model replacements). TRIGGER when: code imports `anthropic`/`@anthropic-ai/sdk`; user asks for the Claude API, Anthropic SDK, or Managed Agents; user adds/modifies/tunes a Claude feature (caching, thinking, compaction, tool use, batch, files, citations, memory) or model (Opus/Sonnet/Haiku) in a file; questions about prompt caching / cache hit rate in an Anthropic SDK project. SKIP: file imports `openai`/other-provider SDK, filename like `*-openai.py`/`*-generic.py`, provider-neutral code, general programming/ML.

其他
安全147.7k

并行代理

by axelhu

热门

Use when facing 2 or more independent tasks that can be worked on without shared state - dispatches parallel subagents using sessions_spawn for concurrent investigation and execution, adapted for OpenClaw

其他
未扫描4.5k

高光制作器

by bwbernardweston18

热门

>

其他
未扫描4.5k

评论