muze-quotations
2
总安装量
2
周安装量
#64771
全站排名
安装命令
npx skills add https://github.com/cocacha12/muze-os-integrated --skill muze-quotations
Agent 安装分布
openclaw
2
gemini-cli
2
github-copilot
2
codex
2
kimi-cli
2
cursor
2
Skill 文档
Muze AI â Quotation & Proposal Branding
This skill standardizes the creation of commercial proposals and quotations, emphasizing the Muze AI brand and incorporating a “Certified AI” physical stamp.
Directory Structure
scripts/convert-cotizacion.js: Specialized converter with larger header and footer slogan.resources/styles-cotizacion.css: Premium stylesheet with Inter typography and signature block styling.resources/muze_aiconsulting.png: Muze AI logo for the header.resources/timbre_muze_consulting.png: The authentic Muze AI institutional seal/stamp.
Branding Elements
- Header: Emphasized Muze AI logo (65px height) with “Propuesta Comercial” tag.
- Footer: “Decisiones estratégicas potenciadas por Inteligencia Artificial”.
- Signature: Includes a
signature-blockwith astamp-placeholderthat automatically overlays the physical stamp image. - Color Palette: Primary
#26ccc0(Teal), Secondary#1a1a2e(Deep Navy).
Document Structure (Markdown)
Quotations should follow this pattern:
# [Title]
**De:** [Sender Name] â [Role], Muze AI Consulting
**Para:** [Recipient Name] â [Role], [Client Company]
**Fecha:** [Date]
**Referencia:** [Topic]
---
[Content...]
<div class="signature-block">
<div class="signature-line"></div>
<div class="signature-name">[Sender Name]</div>
<div class="signature-title">[Role]</div>
<div class="signature-company">Muze AI Consulting</div>
<div class="stamp-placeholder"></div>
</div>
Generation Process
- Run from the directory containing the proposal
.mdfile:node [path-to-skill]/scripts/convert-cotizacion.js proposal.md
Customization
- Stamp: Modify rotation or opacity in
resources/styles-cotizacion.cssunder.stamp-placeholder. - Slogan: Update the footer slogan directly in the
scripts/convert-cotizacion.jsif a change in company motto occurs.