← 返回 Skills 市场
bytesagain3

Survey

作者 bytesagain3 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ 安全检测通过
301
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install survey
功能描述
Build surveys, collect responses, and analyze results. Use when creating forms, checking responses, converting data, analyzing trends, generating reports.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install survey
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /survey 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
v2.5 retry: desc+homepage+source+security
v1.0.1
retry-fix-token
v1.0.0
Initial release
元数据
Slug survey
版本 2.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 3
常见问题

Survey 是什么?

Build surveys, collect responses, and analyze results. Use when creating forms, checking responses, converting data, analyzing trends, generating reports. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 301 次。

如何安装 Survey?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install survey」即可一键安装,无需额外配置。

Survey 是免费的吗?

是的,Survey 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Survey 支持哪些平台?

Survey 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Survey?

由 bytesagain3(@bytesagain3)开发并维护,当前版本 v2.0.0。

💬 留言讨论