ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

survey

Build surveys, collect responses, and analyze results. Use when creating forms, checking responses, converting data, analyzing trends, generating reports.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bytesagain3/survey
Or

Survey

Survey builder — create questionnaires, collect responses, analyze results, export data.

Commands

CommandDescription
survey helpShow usage info
survey runRun main task
survey statusCheck current state
survey listList items
survey add <item>Add new item
survey export <fmt>Export data

Usage

survey help
survey run
survey status

Examples

# Get started
survey help

# Run default task
survey run

# Export as JSON
survey export json

Output

Results go to stdout. Save with survey run > output.txt.

Configuration

Set SURVEY_DIR to change data directory. Default: ~/.local/share/survey/


Powered by BytesAgain | bytesagain.com Feedback & Feature Requests: https://bytesagain.com/feedback

Metadata

Stars4097
Views0
Updated2026-04-14
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bytesagain3-survey": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#survey#tool#utility
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.