← Back to Skills Marketplace
leosheep821-debug

poster-precise-text

by leosheep821-debug · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
96
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install poster-precise-text
Description
精准文字海报生成技能(两步法)。当用户需要生成中文海报且文字必须100%精准时触发。核心方法:Step1 用 image_synthesize 以参考图生成插画,Step2 用 HTML 精确渲染文字,两者互补。适用场景:健康科普、教育宣传、活动海报、运营素材。
Usage Guidance
这个技能总体自洽且低风险,但在安装/使用前请注意:1) images_understand / image_synthesize 会把用户提供的原图和文字上下文发送到图像服务,确认该服务的隐私与合规性(尤其是健康类内容与个人信息);2) SKILL.md 中的 deploy(...) 未指定目标,确认部署流程与目标环境(是否需要凭据或会把内容发布到公开服务器);3) HTML 模板会从 fonts.googleapis.com 加载字体,打开页面时会发生外部网络请求——若需避免外泄可改为内嵌或使用本地字体;4) 若使用受版权保护的参考图,请确保拥有使用/修改权限。若你能确认图像合成与部署工具的实现(在哪个后端运行、需要哪些凭据或网络访问),则可以更加安心地使用此技能。
Capability Analysis
Type: OpenClaw Skill Name: poster-precise-text Version: 1.0.0 The skill bundle is a legitimate tool designed to generate posters with precise Chinese text using a two-step process involving AI image synthesis and HTML rendering. All files, including SKILL.md and the HTML templates, are focused on the stated purpose of poster creation and do not contain any evidence of malicious intent, data exfiltration, or unauthorized command execution.
Capability Tags
crypto
Capability Assessment
Purpose & Capability
技能名称、描述和 SKILL.md 中的步骤一致:先用 images_understand / image_synthesize 生成或重绘插画,再用 HTML 模板精确渲染中文文字。它没有要求与海报生成无关的凭据、二进制或配置路径,所需资源(HTML 模板、prompt 指南)都包含在包内。
Instruction Scope
大部分指令局限于解析图片、调用图像合成工具并填充 HTML 模板,这是与描述相符的行为。需要注意的几点:SKILL.md 假定存在 images_understand 和 image_synthesize 工具(会把图片/文本发送到图像模型);它还建议调用一个 deploy(...) 操作用于发布 HTML,但没有说明该 deploy 函数的实现或目标平台,存在模糊点(可能需要确认部署目标和权限)。模板引用外部字体(fonts.googleapis.com),打开 HTML 时会发出外部网络请求,可能泄露用户的 IP/请求元数据。
Install Mechanism
这是一个纯说明型技能(无安装规范、无代码可执行文件、无 extract 下载),没有写磁盘或运行第三方安装脚本的风险。
Credentials
skill.json 与 SKILL.md 未声明任何环境变量或凭据;SKILL.md 执行流程需要调用图像合成/理解工具,但这与技能目的直接相关. 没有请求与海报生成无关的密钥或系统配置路径。
Persistence & Privilege
flags 显示 always:false,技能不会强制常驻或修改其他技能/系统配置。默认允许模型自主调用(平台默认)且这与技能用途一致。
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install poster-precise-text
  3. After installation, invoke the skill by name or use /poster-precise-text
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: 精准文字海报两步法
Metadata
Slug poster-precise-text
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is poster-precise-text?

精准文字海报生成技能(两步法)。当用户需要生成中文海报且文字必须100%精准时触发。核心方法:Step1 用 image_synthesize 以参考图生成插画,Step2 用 HTML 精确渲染文字,两者互补。适用场景:健康科普、教育宣传、活动海报、运营素材。 It is an AI Agent Skill for Claude Code / OpenClaw, with 96 downloads so far.

How do I install poster-precise-text?

Run "/install poster-precise-text" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is poster-precise-text free?

Yes, poster-precise-text is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does poster-precise-text support?

poster-precise-text is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created poster-precise-text?

It is built and maintained by leosheep821-debug (@leosheep821-debug); the current version is v1.0.0.

💬 Comments