← Back to Skills Marketplace
bytesagain3

Survey

by bytesagain3 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ Security Clean
301
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install survey
Description
Build surveys, collect responses, and analyze results. Use when creating forms, checking responses, converting data, analyzing trends, generating reports.
Usage Guidance
This skill is coherent and operates locally: it creates and stores logs under ~/.local/share/survey (or SURVEY_DIR if you set it). Before installing, be aware that survey responses are stored as plain text (not encrypted) and exported JSON/CSV are not robustly escaped — values containing quotes, newlines, or special characters may break exports or reveal raw input. If you will collect sensitive information, set SURVEY_DIR to a secure location with appropriate permissions, review the script, and avoid storing secrets in survey entries. Otherwise the skill appears safe and proportional to its described purpose.
Capability Analysis
Type: OpenClaw Skill Name: survey Version: 2.0.0 The survey skill bundle is a straightforward utility for logging and managing survey-style data locally in ~/.local/share/survey/. The shell script (scripts/script.sh) implements basic CRUD-like operations by appending timestamped entries to log files and providing simple search and statistics functions. While the script contains minor logic errors (specifically, duplicate case handlers for 'export' and 'status' that make the actual export function unreachable), it lacks any indicators of malicious intent, such as network exfiltration, unauthorized file access, or obfuscation.
Capability Assessment
Purpose & Capability
Name/description (survey builder, collect responses, export/analyze) match the included runtime script and SKILL.md commands. The script implements logging, listing, exporting and simple analysis operations which are proportionate to the stated purpose.
Instruction Scope
The SKILL.md documents CLI usage that maps directly to the shell script. Runtime actions are limited to creating/reading/writing files inside a data directory (default ~/.local/share/survey) and producing stdout. The instructions do not ask the agent to read unrelated system files, secrets, or send data externally.
Install Mechanism
No install spec or external downloads; this is an instruction-only skill with an included shell script. Nothing is fetched from remote URLs and no archives are extracted, minimizing install risk.
Credentials
No required environment variables or credentials. The script uses HOME (to build a default data dir) and supports an optional SURVEY_DIR per SKILL.md — both are reasonable and expected for a local data tool.
Persistence & Privilege
Skill is not force-included (always:false), does not modify other skills or system-wide configuration, and only creates a per-user data directory and log files. This level of persistence is appropriate for its function.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install survey
  3. After installation, invoke the skill by name or use /survey
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
v2.5 retry: desc+homepage+source+security
v1.0.1
retry-fix-token
v1.0.0
Initial release
Metadata
Slug survey
Version 2.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

What is Survey?

Build surveys, collect responses, and analyze results. Use when creating forms, checking responses, converting data, analyzing trends, generating reports. It is an AI Agent Skill for Claude Code / OpenClaw, with 301 downloads so far.

How do I install Survey?

Run "/install survey" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Survey free?

Yes, Survey is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Survey support?

Survey is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Survey?

It is built and maintained by bytesagain3 (@bytesagain3); the current version is v2.0.0.

💬 Comments