← 返回 Skills 市场
mupengi-bot

Doc Factory

作者 mupengi-bot · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
218
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install doc-factory
功能描述
문서 생성 후 디스코드 채널 간 양방향 링크로 전달하는 프로세스. 펭귄공장(지휘 채널)에서 문서 생성 지시가 오면 대상 채널에 문서 업로드 + 펭귄공장 링크, 펭귄공장에 완료 알림 + 대상 채널 링크를 남긴다. "문서 만들어줘", "PDF 만들어줘", "견적서 만들어줘", "리스트...
使用说明 (SKILL.md)

Doc Factory — 문서 생성 프로세스

프로세스

펭귄공장(1486250338338996325)에서 지시가 들어오면:

  1. 문서 생성 — HTML → Chrome headless PDF (여백 좁게, --no-margins)
  2. 대상 채널에 업로드 — 문서 파일 + 본문에 \x3C#1486250338338996325> (펭귄공장) 링크 포함
  3. 펭귄공장에 완료 알림\x3C#대상채널> 링크 포함하여 바로 이동 가능하게

핵심 규칙

  • 양방향 링크 필수: 대상 채널 → 펭귄공장, 펭귄공장 → 대상 채널
  • 대상 채널 메시지 예: 📋 문서 제목\ 💬 피드백은 \x3C#1486250338338996325>에서!
  • 펭귄공장 메시지 예: \x3C#대상채널>에 문서 올렸어! 확인하고 피드백 줘 🐧

PDF 생성 팁

/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome \
  --headless --disable-gpu --print-to-pdf="output.pdf" \
  --no-margins --print-to-pdf-no-header input.html
  • 여백: 좁게 (@page { margin: 15mm 10mm; } HTML 내부 제어)
  • 헤더별 구분: 테이블 또는 섹션으로 시각적 분리
  • 파일명: MUFI-{문서종류}-{날짜}.pdf
安全使用建议
This skill appears to do what it says (create PDFs and post them with channel links), but before installing: 1) confirm the agent runtime has a headless Chrome available (or update the skill to declare Chrome as a required binary and provide cross-platform commands); 2) verify how the agent will authenticate to Discord (bot token or platform integration) and grant only minimal upload/post permissions to the bot; 3) check the hard-coded control channel ID (1486250338338996325) is intended and safe to use; and 4) test in a staging server or sandboxed environment to ensure it doesn't post to unintended channels. If you need higher assurance, ask the skill author to declare required binaries and authentication steps explicitly and to provide non-macOS examples.
功能分析
Type: OpenClaw Skill Name: doc-factory Version: 1.0.0 The skill bundle describes a legitimate workflow for generating PDF documents from HTML using headless Google Chrome and sharing them between specific Discord channels. The instructions in SKILL.md are focused on automation and cross-linking within Discord, with no evidence of malicious intent, data exfiltration, or unauthorized command execution.
能力评估
Purpose & Capability
The described purpose (generate documents and post them with reciprocal channel links on Discord) aligns with the instructions. However, the SKILL.md references running Google Chrome headless to produce PDFs but the skill declares no required binaries — this is a mismatch (Chrome should be listed as required). The command is macOS-specific while the skill has no OS restriction.
Instruction Scope
Instructions are narrowly scoped to: generate HTML → PDF using headless Chrome, upload the file to the target Discord channel, and post reciprocal channel mentions. They do not ask to read unrelated system files. They do assume the agent has the capability to upload to Discord and run Chrome, but they do not describe how authentication / permissions for Discord posting are obtained.
Install Mechanism
Instruction-only skill with no install steps or external downloads — minimal risk from installation. Nothing will be written to disk by an installer, though the runtime workflow will create PDF files.
Credentials
No environment variables or credentials are declared, yet the workflow requires posting to Discord channels (which normally needs a bot token or platform-level Discord integration) and a local Chrome binary. The absence of declared credentials/binaries is an operational omission; it’s not necessarily malicious but you should confirm where the Discord posting capability and Chrome runtime come from and that only required permissions are granted.
Persistence & Privilege
always is false and the skill is user-invocable with normal autonomous invocation allowed; it does not request persistent presence or attempt to modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install doc-factory
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /doc-factory 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
초판: 펭귄공장 문서 생성 프로세스 — 양방향 채널 링크 + PDF 생성
元数据
Slug doc-factory
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Doc Factory 是什么?

문서 생성 후 디스코드 채널 간 양방향 링크로 전달하는 프로세스. 펭귄공장(지휘 채널)에서 문서 생성 지시가 오면 대상 채널에 문서 업로드 + 펭귄공장 링크, 펭귄공장에 완료 알림 + 대상 채널 링크를 남긴다. "문서 만들어줘", "PDF 만들어줘", "견적서 만들어줘", "리스트... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 218 次。

如何安装 Doc Factory?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install doc-factory」即可一键安装,无需额外配置。

Doc Factory 是免费的吗?

是的,Doc Factory 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Doc Factory 支持哪些平台?

Doc Factory 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Doc Factory?

由 mupengi-bot(@mupengi-bot)开发并维护,当前版本 v1.0.0。

💬 留言讨论