‹ 首页

docx-lite

@assistos-ai · 收录于 昨天 · 上游提交 2 周前

Use for lightweight document drafting when a plain-text template is sufficient. Trigger when the user wants a structured memo or report without needing actual .docx output.

适合你,如果只需要轻量文本输出,不需要复杂格式

/ 通过 npx 安装 校验哈希
npx oh-my-skill add assistos-ai/achillesagentlib/docx-lite
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- assistos-ai/achillesagentlib/docx-lite
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify assistos-ai/achillesagentlib/docx-lite
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
0GitHub stars
~236最小装载
~256含声明引用
~256文本包总量
索引托管

怎么用

技能原文 SKILL.md作者撰写 · MIT · f5d78ac

DOCX Lite

Overview

This skill creates structured text documents based on a bundled template. It does not generate real .docx files.

Inputs
  • title: Document title.
  • summary: One-paragraph summary.
  • action_items: 2-4 bullet items.
Steps
  1. Use get-resource to read resources/doc_template.txt.
  2. Replace the placeholders with the user-provided content.
  3. Return the filled template as plain text.
Notes
  • Do not ask follow-up questions if the prompt already includes title, summary, and action items.
  • MUST replace all placeholders (no {{PLACEHOLDER}} tokens may remain).
Example Output

Title: Project Update

Summary: This release closes the onboarding gaps. Customer satisfaction improved after the fixes.

Action Items:

  • Share the rollout note with stakeholders
  • Schedule a follow-up review
  • Monitor adoption metrics
Output Format
  • Return the completed template exactly, with headings preserved.
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。