← Back to Skills Marketplace
Doc Factory
by
mupengi-bot
· GitHub ↗
· v1.0.0
· MIT-0
218
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install doc-factory
Description
문서 생성 후 디스코드 채널 간 양방향 링크로 전달하는 프로세스. 펭귄공장(지휘 채널)에서 문서 생성 지시가 오면 대상 채널에 문서 업로드 + 펭귄공장 링크, 펭귄공장에 완료 알림 + 대상 채널 링크를 남긴다. "문서 만들어줘", "PDF 만들어줘", "견적서 만들어줘", "리스트...
README (SKILL.md)
Doc Factory — 문서 생성 프로세스
프로세스
펭귄공장(1486250338338996325)에서 지시가 들어오면:
- 문서 생성 — HTML → Chrome headless PDF (여백 좁게,
--no-margins) - 대상 채널에 업로드 — 문서 파일 + 본문에
\x3C#1486250338338996325>(펭귄공장) 링크 포함 - 펭귄공장에 완료 알림 —
\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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install doc-factory - After installation, invoke the skill by name or use
/doc-factory - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
초판: 펭귄공장 문서 생성 프로세스 — 양방향 채널 링크 + PDF 생성
Metadata
Frequently Asked Questions
What is Doc Factory?
문서 생성 후 디스코드 채널 간 양방향 링크로 전달하는 프로세스. 펭귄공장(지휘 채널)에서 문서 생성 지시가 오면 대상 채널에 문서 업로드 + 펭귄공장 링크, 펭귄공장에 완료 알림 + 대상 채널 링크를 남긴다. "문서 만들어줘", "PDF 만들어줘", "견적서 만들어줘", "리스트... It is an AI Agent Skill for Claude Code / OpenClaw, with 218 downloads so far.
How do I install Doc Factory?
Run "/install doc-factory" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Doc Factory free?
Yes, Doc Factory is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Doc Factory support?
Doc Factory is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Doc Factory?
It is built and maintained by mupengi-bot (@mupengi-bot); the current version is v1.0.0.
More Skills