Overview
- Skill Key
- east5ringroad-kyle/pollinations-sketch-note
- Author
- east5ringroad-kyle
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/east5ringroad-kyle/pollinations-sketch-note
- Latest Commit SHA
- 983283b5d00b93fcaf9810f0ceab433b26a0393f
Pollinations Sketch Note Skill
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Pollinations Sketch Note 技能。 若已安装,则直接安装 Pollinations Sketch Note 技能。
# Pollinations Sketch Note Skill **Name**: pollinations-sketch-note **Version**: 0.0.1 **Author**: 锦鲤 **License**: MIT ## Description AI-powered sketch note generator that creates hand-drawn style knowledge cards with auto-search and summary. AI 手绘知识卡片生成器,自动搜索主题并总结,生成手绘风格知识卡片。 ## Features - Auto-search from Wikipedia and Baidu Baike - AI summary to 180-200 characters - 3 artistic styles (Minimalist/Cute/Cyberpunk) - Standard 804×440 output - Auto signature and timestamp ## Requirements - Python 3.10+ - requests - pillow>=10.0.0 - Environment variables: POLLINATIONS_API_KEY, TAVILY_API_KEY ## Usage ```bash python3 generate.py --theme "主题名" ``` ## Documentation See README.md and INTRO.md for full usage guide.
# Pollinations Sketch Note 🎨 **AI 手绘知识卡片生成器 | AI-Powered Sketch Note Generator** 自动生成手绘风格知识卡片,支持自动搜索、智能总结、3 种艺术风格。 --- ## 📖 简介 / Introduction ### 🇨🇳 中文 Pollinations Sketch Note 是一个为 OpenClaw 设计的 AI 图片生成技能。它能自动搜索主题信息,智能总结内容,并生成精美的手绘风格知识卡片。 **它能做什么:** - 🔍 自动从维基百科、百度百科搜索主题信息 - 📝 AI 智能总结成 180-200 字 - 🎨 3 种手绘风格随机轮换(极简/可爱/赛博朋克) - 📐 输出 804×440 标准尺寸图片 - ✍️ 自动添加署名和时间 **适合谁用:** - 学生:制作学习笔记卡片 - 老师:快速生成教学材料 - 内容创作者:社交媒体知识分享 - 企业培训:标准化培训材料 ### 🇺🇸 English Pollinations Sketch Note is an AI image generation skill for OpenClaw. It automatically searches for topic information, summarizes content, and generates beautiful hand-drawn style knowledge cards. **What it does:** - 🔍 Auto-search from Wikipedia and Baidu Baike - 📝 AI summarizes to 180-200 characters - 🎨 3 hand-drawn styles (Minimalist/Cute/Cyberpunk) - 📐 Outputs 804×440 standard size images - ✍️ Auto signature and timestamp **Who it's for:** - Students: Create learning note cards - Educators: Quick teaching materials - Content creators: Social media knowledge sharing - Corporate training: Standardized training materials --- ## 🚀 快速开始 / Quick Start ### 1️⃣ 安装依赖 / Install Dependencies ```bash pip3 install requests pillow ``` ### 2️⃣ 配置环境变量 / Configure Environment Variables ```bash # macOS/Linux: 编辑 ~/.zshrc 或 ~/.bashrc export POLLINATIONS_API_KEY="your-key" export TAVILY_API_KEY="your-key" # Windows PowerShell: $env:POLLINATIONS_API_KEY="your-key" $env:TAVILY_API_KEY="your-key" ``` ### 3️⃣ 生成卡片 / Generate Card ```bash # 自动生成(搜索 + 总结) python3 generate.py --theme "人工智能" # 自定义文字 python3 generate.py --theme "AI" --detail "自定义介绍内容..." ``` ### 4️⃣ 在 OpenClaw 中使用 / Use in OpenClaw 对话中说: - "生成关于 XXX 的图片" - "画一个 XXX 的知识卡片" ---...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
carlulsoe
Local speech-to-text with NVIDIA Parakeet TDT 0.6B v3 (ONNX on CPU). 30x faster than Whisper, 25 languages, auto-detection, OpenAI-compatible API. Use when transcribing audio files, converting speech to text, or processing voice recordings locally without cloud APIs.
carlzhao007
飞书消息自动处理与进度反馈技能。安装后后台运行,监听飞书任务消息并自动创建独立进程处理。 在处理前后发送实时进度反馈(任务确认、进度百分比、完成通知)。 支持任务类型识别、智能解析、错误重试、并发控制、状态持久化。 使用场景:飞书自动化工作流、任务进度追踪、批量任务处理、需要实时反馈的场景。
cartoonitunes
BottyFans agent skill for autonomous creator monetization. Lets AI agents register, build a profile, publish posts (public, subscriber-only, or pay-to-unlock), upload media, accept USDC subscriptions and tips on Base, send and receive DMs, track earnings, and appear on the creator leaderboard. Use this skill when an agent needs to monetize content, interact with fans, manage a creator profile, handle payments in USDC, or operate as an autonomous creator on the BottyFans platform.
camopel
Local arXiv paper manager with semantic search. Crawls arXiv categories, downloads PDFs, chunks content, and indexes with FAISS + Ollama embeddings. No cloud API keys required — everything runs locally.