Overview
- Skill Key
- dedene/strawpoll-cli
- Author
- dedene
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/dedene/strawpoll-cli
- Latest Commit SHA
- c365a1b9a5bdb6607d567f7a6ca3f1785751f17f
Create and manage StrawPoll polls, meeting polls, and ranking polls from the terminal using the strawpoll CLI. Use when the user wants to create polls, view poll results, schedule meetings with availability, run ranked-choice votes, delete or update polls, or automate StrawPoll workflows in scripts.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 strawpoll-cli 技能。 若已安装,则直接安装 strawpoll-cli 技能。
# strawpoll-cli Command-line interface for the [StrawPoll API v3](https://strawpoll.com/). Supports three poll types: multiple-choice, meeting (availability), and ranking. ## Installation ```bash # Homebrew (macOS/Linux) brew install dedene/tap/strawpoll # Or via Go go install github.com/dedene/strawpoll-cli/cmd/strawpoll@latest ``` ## Authentication An API key is required. Get one at [strawpoll.com/account/settings](https://strawpoll.com/account/settings). ```bash # Store in system keyring (interactive prompt) strawpoll auth set-key # Or use environment variable (for scripts/CI) export STRAWPOLL_API_KEY="your-key-here" # Verify setup strawpoll auth status ``` ## Quick Start ```bash # Create a poll strawpoll poll create "Favorite language?" Go Rust Python TypeScript # View poll details (accepts ID or full URL) strawpoll poll get NPgxkzPqrn2 strawpoll poll get https://strawpoll.com/NPgxkzPqrn2 # View results with vote counts strawpoll poll results NPgxkzPqrn2 # Delete (with confirmation) strawpoll poll delete NPgxkzPqrn2 ``` ## Poll Types ### Multiple-Choice Polls ```bash # Basic poll strawpoll poll create "Best editor?" Vim Emacs "VS Code" Neovim # With voting rules strawpoll poll create "Pick up to 3" A B C D E \ --is-multiple-choice --multiple-choice-max 3 \ --dupcheck session --deadline 24h # Private poll, copy URL to clipboard strawpoll poll create "Team vote" Opt1 Opt2 --is-private --copy # Open in browser after creation strawpoll poll create "Quick poll" Yes No --open # List your polls strawpoll poll list --limit 10 # Update a poll strawpoll poll update NPgxkzPqrn2 --title "New title" --add-option "New option" # Reset votes (with confirmation) strawpoll poll reset NPgxkzPqrn2 ``` ### Meeting Polls (Availability) ```bash # With all-day dates strawpoll meeting create "Team standup" \ -d 2025-03-10 -d 2025-03-11 -d 2025-03-12 # With time ranges strawpoll meeting create "1:1 meeting" \ -r "2025-03-10 09:00-10:00" \ -r "2025-03-1...
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.