{
  "schemaVersion": "1.0",
  "item": {
    "slug": "strawpoll-cli",
    "name": "Strawpoll Cli",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/dedene/strawpoll-cli",
    "canonicalUrl": "https://clawhub.ai/dedene/strawpoll-cli",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/strawpoll-cli",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=strawpoll-cli",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "reference.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "strawpoll-cli",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-09T12:22:14.845Z",
      "expiresAt": "2026-05-16T12:22:14.845Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=strawpoll-cli",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=strawpoll-cli",
        "contentDisposition": "attachment; filename=\"strawpoll-cli-1.0.2.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "strawpoll-cli"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/strawpoll-cli"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/strawpoll-cli",
    "agentPageUrl": "https://openagent3.xyz/skills/strawpoll-cli/agent",
    "manifestUrl": "https://openagent3.xyz/skills/strawpoll-cli/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/strawpoll-cli/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "strawpoll-cli",
        "body": "Command-line interface for the StrawPoll API v3. Supports three poll types: multiple-choice, meeting (availability), and ranking."
      },
      {
        "title": "Installation",
        "body": "# Homebrew (macOS/Linux)\nbrew install dedene/tap/strawpoll\n\n# Or via Go\ngo install github.com/dedene/strawpoll-cli/cmd/strawpoll@latest"
      },
      {
        "title": "Authentication",
        "body": "An API key is required. Get one at strawpoll.com/account/settings.\n\n# Store in system keyring (interactive prompt)\nstrawpoll auth set-key\n\n# Or use environment variable (for scripts/CI)\nexport STRAWPOLL_API_KEY=\"your-key-here\"\n\n# Verify setup\nstrawpoll auth status"
      },
      {
        "title": "Quick Start",
        "body": "# Create a poll\nstrawpoll poll create \"Favorite language?\" Go Rust Python TypeScript\n\n# View poll details (accepts ID or full URL)\nstrawpoll poll get NPgxkzPqrn2\nstrawpoll poll get https://strawpoll.com/NPgxkzPqrn2\n\n# View results with vote counts\nstrawpoll poll results NPgxkzPqrn2\n\n# Delete (with confirmation)\nstrawpoll poll delete NPgxkzPqrn2"
      },
      {
        "title": "Multiple-Choice Polls",
        "body": "# Basic poll\nstrawpoll poll create \"Best editor?\" Vim Emacs \"VS Code\" Neovim\n\n# With voting rules\nstrawpoll poll create \"Pick up to 3\" A B C D E \\\n  --is-multiple-choice --multiple-choice-max 3 \\\n  --dupcheck session --deadline 24h\n\n# Private poll, copy URL to clipboard\nstrawpoll poll create \"Team vote\" Opt1 Opt2 --is-private --copy\n\n# Open in browser after creation\nstrawpoll poll create \"Quick poll\" Yes No --open\n\n# List your polls\nstrawpoll poll list --limit 10\n\n# Update a poll\nstrawpoll poll update NPgxkzPqrn2 --title \"New title\" --add-option \"New option\"\n\n# Reset votes (with confirmation)\nstrawpoll poll reset NPgxkzPqrn2"
      },
      {
        "title": "Meeting Polls (Availability)",
        "body": "# With all-day dates\nstrawpoll meeting create \"Team standup\" \\\n  -d 2025-03-10 -d 2025-03-11 -d 2025-03-12\n\n# With time ranges\nstrawpoll meeting create \"1:1 meeting\" \\\n  -r \"2025-03-10 09:00-10:00\" \\\n  -r \"2025-03-10 14:00-15:00\" \\\n  --tz \"America/New_York\" --location \"Room 4B\"\n\n# Interactive wizard (no dates = launches wizard)\nstrawpoll meeting create \"Sprint planning\"\n\n# View availability grid\nstrawpoll meeting results xYz123abc\n\n# List meeting polls\nstrawpoll meeting list"
      },
      {
        "title": "Ranking Polls",
        "body": "# Create ranking poll\nstrawpoll ranking create \"Rank these frameworks\" React Vue Svelte Angular Solid\n\n# View Borda count results\nstrawpoll ranking results rAnK456\n\n# Verbose: per-position breakdown\nstrawpoll ranking results rAnK456 --verbose\n\n# List ranking polls\nstrawpoll ranking list"
      },
      {
        "title": "Output Formats",
        "body": "All commands support three output modes:\n\n# Default: colored table (human-readable)\nstrawpoll poll results NPgxkzPqrn2\n\n# JSON: structured output for scripting\nstrawpoll poll results NPgxkzPqrn2 --json\n\n# Plain: tab-separated values\nstrawpoll poll results NPgxkzPqrn2 --plain\n\n# Disable colors (also respects NO_COLOR env var)\nstrawpoll poll results NPgxkzPqrn2 --no-color"
      },
      {
        "title": "Scripting Examples",
        "body": "# Get poll ID from creation\nPOLL_ID=$(strawpoll poll create \"Vote\" A B --json | jq -r '.id')\n\n# Pipe results\nstrawpoll poll results \"$POLL_ID\" --plain | cut -f1,3\n\n# Delete without confirmation\nstrawpoll poll delete \"$POLL_ID\" --force\n\n# Results with participant breakdown\nstrawpoll poll results \"$POLL_ID\" --participants --json"
      },
      {
        "title": "Configuration Defaults",
        "body": "Save preferred settings to avoid repetitive flags:\n\n# Set defaults\nstrawpoll config set dupcheck session\nstrawpoll config set results_visibility after_vote\nstrawpoll config set is_private true\n\n# View config\nstrawpoll config show\n\n# Config file location\nstrawpoll config path\n\nConfig stored at ~/.config/strawpoll/config.yaml."
      },
      {
        "title": "Interactive Mode",
        "body": "Create commands launch an interactive wizard when run in a terminal without arguments:\n\n# Launches wizard (poll title, options, settings)\nstrawpoll poll create\n\n# Launches meeting wizard (dates, times, location)\nstrawpoll meeting create \"Team sync\"\n\nWizards render on stderr; data output goes to stdout. In non-TTY (pipes), provide all arguments via flags."
      },
      {
        "title": "Important Notes",
        "body": "Poll options: minimum 2, maximum 30\nPoll IDs: accepts bare IDs or full URLs (with/without https://, www., /polls/)\nDeadlines: RFC3339 (2025-03-15T18:00:00Z) or duration (24h, 1h30m)\nMeeting dates: YYYY-MM-DD for all-day, YYYY-MM-DD HH:MM-HH:MM for time ranges\nTimezones: IANA format (e.g., Europe/Berlin, America/New_York)\nNo voting endpoint — voting is browser-only via the poll URL"
      },
      {
        "title": "Shell Completions",
        "body": "strawpoll completion bash > /etc/bash_completion.d/strawpoll\nstrawpoll completion zsh > \"${fpath[1]}/_strawpoll\"\nstrawpoll completion fish > ~/.config/fish/completions/strawpoll.fish\n\nSee reference.md for complete flag reference for all commands."
      },
      {
        "title": "Installation",
        "body": "brew install dedene/tap/strawpoll"
      }
    ],
    "body": "strawpoll-cli\n\nCommand-line interface for the StrawPoll API v3. Supports three poll types: multiple-choice, meeting (availability), and ranking.\n\nInstallation\n# Homebrew (macOS/Linux)\nbrew install dedene/tap/strawpoll\n\n# Or via Go\ngo install github.com/dedene/strawpoll-cli/cmd/strawpoll@latest\n\nAuthentication\n\nAn API key is required. Get one at strawpoll.com/account/settings.\n\n# Store in system keyring (interactive prompt)\nstrawpoll auth set-key\n\n# Or use environment variable (for scripts/CI)\nexport STRAWPOLL_API_KEY=\"your-key-here\"\n\n# Verify setup\nstrawpoll auth status\n\nQuick Start\n# Create a poll\nstrawpoll poll create \"Favorite language?\" Go Rust Python TypeScript\n\n# View poll details (accepts ID or full URL)\nstrawpoll poll get NPgxkzPqrn2\nstrawpoll poll get https://strawpoll.com/NPgxkzPqrn2\n\n# View results with vote counts\nstrawpoll poll results NPgxkzPqrn2\n\n# Delete (with confirmation)\nstrawpoll poll delete NPgxkzPqrn2\n\nPoll Types\nMultiple-Choice Polls\n# Basic poll\nstrawpoll poll create \"Best editor?\" Vim Emacs \"VS Code\" Neovim\n\n# With voting rules\nstrawpoll poll create \"Pick up to 3\" A B C D E \\\n  --is-multiple-choice --multiple-choice-max 3 \\\n  --dupcheck session --deadline 24h\n\n# Private poll, copy URL to clipboard\nstrawpoll poll create \"Team vote\" Opt1 Opt2 --is-private --copy\n\n# Open in browser after creation\nstrawpoll poll create \"Quick poll\" Yes No --open\n\n# List your polls\nstrawpoll poll list --limit 10\n\n# Update a poll\nstrawpoll poll update NPgxkzPqrn2 --title \"New title\" --add-option \"New option\"\n\n# Reset votes (with confirmation)\nstrawpoll poll reset NPgxkzPqrn2\n\nMeeting Polls (Availability)\n# With all-day dates\nstrawpoll meeting create \"Team standup\" \\\n  -d 2025-03-10 -d 2025-03-11 -d 2025-03-12\n\n# With time ranges\nstrawpoll meeting create \"1:1 meeting\" \\\n  -r \"2025-03-10 09:00-10:00\" \\\n  -r \"2025-03-10 14:00-15:00\" \\\n  --tz \"America/New_York\" --location \"Room 4B\"\n\n# Interactive wizard (no dates = launches wizard)\nstrawpoll meeting create \"Sprint planning\"\n\n# View availability grid\nstrawpoll meeting results xYz123abc\n\n# List meeting polls\nstrawpoll meeting list\n\nRanking Polls\n# Create ranking poll\nstrawpoll ranking create \"Rank these frameworks\" React Vue Svelte Angular Solid\n\n# View Borda count results\nstrawpoll ranking results rAnK456\n\n# Verbose: per-position breakdown\nstrawpoll ranking results rAnK456 --verbose\n\n# List ranking polls\nstrawpoll ranking list\n\nOutput Formats\n\nAll commands support three output modes:\n\n# Default: colored table (human-readable)\nstrawpoll poll results NPgxkzPqrn2\n\n# JSON: structured output for scripting\nstrawpoll poll results NPgxkzPqrn2 --json\n\n# Plain: tab-separated values\nstrawpoll poll results NPgxkzPqrn2 --plain\n\n# Disable colors (also respects NO_COLOR env var)\nstrawpoll poll results NPgxkzPqrn2 --no-color\n\nScripting Examples\n# Get poll ID from creation\nPOLL_ID=$(strawpoll poll create \"Vote\" A B --json | jq -r '.id')\n\n# Pipe results\nstrawpoll poll results \"$POLL_ID\" --plain | cut -f1,3\n\n# Delete without confirmation\nstrawpoll poll delete \"$POLL_ID\" --force\n\n# Results with participant breakdown\nstrawpoll poll results \"$POLL_ID\" --participants --json\n\nConfiguration Defaults\n\nSave preferred settings to avoid repetitive flags:\n\n# Set defaults\nstrawpoll config set dupcheck session\nstrawpoll config set results_visibility after_vote\nstrawpoll config set is_private true\n\n# View config\nstrawpoll config show\n\n# Config file location\nstrawpoll config path\n\n\nConfig stored at ~/.config/strawpoll/config.yaml.\n\nInteractive Mode\n\nCreate commands launch an interactive wizard when run in a terminal without arguments:\n\n# Launches wizard (poll title, options, settings)\nstrawpoll poll create\n\n# Launches meeting wizard (dates, times, location)\nstrawpoll meeting create \"Team sync\"\n\n\nWizards render on stderr; data output goes to stdout. In non-TTY (pipes), provide all arguments via flags.\n\nImportant Notes\nPoll options: minimum 2, maximum 30\nPoll IDs: accepts bare IDs or full URLs (with/without https://, www., /polls/)\nDeadlines: RFC3339 (2025-03-15T18:00:00Z) or duration (24h, 1h30m)\nMeeting dates: YYYY-MM-DD for all-day, YYYY-MM-DD HH:MM-HH:MM for time ranges\nTimezones: IANA format (e.g., Europe/Berlin, America/New_York)\nNo voting endpoint — voting is browser-only via the poll URL\nShell Completions\nstrawpoll completion bash > /etc/bash_completion.d/strawpoll\nstrawpoll completion zsh > \"${fpath[1]}/_strawpoll\"\nstrawpoll completion fish > ~/.config/fish/completions/strawpoll.fish\n\n\nSee reference.md for complete flag reference for all commands.\n\nInstallation\nbrew install dedene/tap/strawpoll"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/dedene/strawpoll-cli",
    "publisherUrl": "https://clawhub.ai/dedene/strawpoll-cli",
    "owner": "dedene",
    "version": "1.0.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/strawpoll-cli",
    "downloadUrl": "https://openagent3.xyz/downloads/strawpoll-cli",
    "agentUrl": "https://openagent3.xyz/skills/strawpoll-cli/agent",
    "manifestUrl": "https://openagent3.xyz/skills/strawpoll-cli/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/strawpoll-cli/agent.md"
  }
}