一键导入
pinterest-publish
Create pins on Pinterest via Pinterest API v5. Supports image pins and video pins with board selection. Requires Pinterest OAuth2 token.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create pins on Pinterest via Pinterest API v5. Supports image pins and video pins with board selection. Requires Pinterest OAuth2 token.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
| name | pinterest-publish |
| description | Create pins on Pinterest via Pinterest API v5. Supports image pins and video pins with board selection. Requires Pinterest OAuth2 token. |
| metadata | {"openclaw":{"emoji":"📌","requires":{"bins":["python3"]}}} |
通过 Pinterest API v5 创建 Pin,支持图片 Pin 和视频 Pin。使用 OAuth2 认证。
pins:write 和 boards:read 权限保存到 ~/.openclaw/credentials/pinterest_config.json:
{
"access_token": "your_access_token",
"board_id": "your_default_board_id"
}
图片 Pin:
python3 ./skills/pinterest-publish/scripts/publish_pinterest.py \
--title "Pin 标题" \
--description "描述" \
--image https://example.com/image.jpg \
--board-id 123456789
视频 Pin:
python3 ./skills/pinterest-publish/scripts/publish_pinterest.py \
--title "Pin 标题" \
--description "描述" \
--video https://example.com/video.mp4 \
--board-id 123456789
| 参数 | 必填 | 说明 |
|---|---|---|
--title | 是 | Pin 标题 |
--description | 否 | Pin 描述 |
--image | 图片必填 | 图片 URL |
--video | 视频必填 | 视频 URL |
--board-id | 是 | 看板 ID |
--link | 否 | 关联链接 URL |
| 错误 | 原因 | 处理 |
|---|---|---|
| AUTH_REQUIRED | Token 失效 | 更新 Access Token |
| UPLOAD_FAILED | 上传失败 | 检查 URL 可访问性 |
| INVALID_BOARD | 看板 ID 无效 | 检查看板是否存在 |
注意:Pinterest API 仅支持 URL 形式的媒体,不支持本地文件上传。
Publish videos to Bilibili (B站) via Open Platform API (OAuth2). Supports chunked video upload, cover image, tags, and partition selection. Requires BILIBILI_APP_ID and BILIBILI_APP_SECRET environment variables.
内容校准预测循环——打分 → 盲预测 → T+3d复盘 → 进化 rubric。按平台独立迭代,每个平台拥有自己的 rubric、校准池、预测日志、受众画像。本技能负责打分(blind sub-agent + score-only.sh + 阈值门 + 流程 1A)与校准闭环;发布记录与数据采集由 published-track 统一管理。
口播视频去口误。自动识别并删除静音、语气词、卡顿词、重复句、残句等,输出干净视频+字幕+剪映草稿。触发词:去口误、剪口播、de-mouth、去除口误
Generate custom WeChat CSS themes from natural language descriptions, WeChat article URLs, or recent articles from a WeChat Official Account. Produces a valid CSS file conforming to wenyan and ready for wx-mp-publisher.
一站式短视频制作。支持文章链接、追爆报告、文字主题等多种输入,用 gen.py 直连火山 Seedance / 阿里云百炼 Wan2.7-HappyHorse 端点生成视频素材(声画同出),FFmpeg 组装成片。
通过浏览器自动化发布视频到微信视频号。处理 wujie shadow DOM,支持视频上传、标题描述填写、即时发布。