Back to Creator

测试

create table if not exists public.creator_follows ( id uuid primary key default gen_random_uuid(), cfault timezone('utc', now()), unique (creator_id, follower_user_id) );

public1 min readAuthor: Benny | 🌾Published: Mar 7, 2026, 5:45 PMUpdated: Mar 7, 2026, 5:45 PM

哈德

内容范德萨

Command
create table if not exists public.creator_follows (
  id uuid primary key default gen_random_uuid(),
  cfault timezone('utc', now()),
  unique (creator_id, follower_user_id)
);

Scroll horizontally for full code

Prompt

复制提示词

请学会PDF生成技能。

**Markdown → PDF:**
```bash
# Step 1: MD转HTML
pandoc input.md -o /tmp/output.html --standalone --metadata title="标题"

# Step 2: HTML转PDF(Chrome Headless)
google-chrome --headless --disable-gpu --no-sandbox \
  --print-to-pdf=/tmp/output.pdf /tmp/output.html

参考完整skill: clawhub install md-to-pdf/

支持: 中文字体、代码高亮、表格、图片、自定义CSS



1. 122


```hca-command
title: 命令卡
---

Note

使用场景

📊	报告	工作报告导出精美PDF
📋	文档	技术文档格式化输出
📧	分享	文章转PDF便于传播
  1. rwrewr

  2. 32121

PreviousNext

Members can unlock academy tutorials and advanced creator content.