Skill forms data collection
Build and manage forms — create forms, add fields with validation, publish, collect submissions, and analyze responses. Use when creating forms, building surveys, reviewing submissions, validating input, or analyzing response data.From its SKILL.md
npx -y skills add zavora-ai/skill-forms-data-collectionAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its file declares
Copied from the file, not written here
The file declares its own license as Apache-2.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.2 KB, 149 tokens by cl100k_base, as published. Nobody here has run it
Forms & Data Collection
Build forms with validation, collect submissions, and analyze responses. Always validate server-side.
Decision Tree
├── "create form", "build survey"? → create_form + add_field + publish_form
├── "submissions", "responses"? → list_submissions / get_submission
├── "analytics", "results"? → get_analytics
├── "validate"? → validate_submission
MUST DO
- Validate all input server-side
- Include consent notices for data collection
- Set submission limits to prevent abuse
MUST NOT DO
- Don't collect more data than needed (data minimization)
- Don't skip validation on required fields
What ships with it: 8 files
7.8 KB alongside SKILL.md, 1 of them executable
assets/
- response-summary.md690 B
references/
- cross-mcp-workflows.md776 B
- examples.md608 B
- tool-sequences.md1.0 KB
scripts/
- analyze_responses.pyruns963 B
- .gitignore29 B
- LICENSE738 B
- README.md3.0 KB