AI Agent Hub
Back to skills
Wenjuan Survey Assistant icon

Wenjuan Survey Assistant

Office Efficiency Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Install @org-ygssd3cr/wenjuan-survey according to https://skillhub.cn/install/skillhub.md.

About this skill

The problem

When a request such as 'make a survey' needs to become a real Wenjuan.com project, the hard part is not creating a form but keeping the workflow consistent: local question JSON is edited repeatedly, the publish decision is unclear, survey, vote, form, and assess types are mixed up, and report viewing, overview stats, and raw export are scattered across different APIs with separate auth and signing concerns.

How it works

The skill packages Wenjuan.com operations into confirmable workflows:
- Create and publish: show the title, type, and question summary first; after user confirmation, run workflow_create_and_publish.js to log in, import, publish, and poll review status. Question input can come from templates, local JSON, a URL, or stdin.
- Edit safely: stop collection and archive the project before changing structure or project fields, so live surveys are not modified in place.
- Inspect data: open_report.js opens the report page, overview_stats.js returns answers, views, and completion metrics, and export_data.js downloads raw responses. The related endpoints reuse the signing logic in generate_sign.js.

Boundaries

It is aimed at Wenjuan.com accounts and at turning document outlines into publishable surveys. It does not support matrix question types, assess questions must include explicit correct answers, and repeated test projects for the same topic should be avoided. Re-login, mobile binding, or review status changes need to be handled according to the relevant docs.

Use Cases

  • Operations staff turn a sign-up outline into JSON, confirm it, and publish a form with a response link.
  • Support leads check response count, views, and completion rate, then export raw satisfaction answers.
  • Interviewers create assess questions with correct answers, publish them, and review results in reports.
  • Campaign owners retrieve a vote link and QR code poster, then monitor collection progress.

Best For

  • Operations staff converting event sign-up and satisfaction outlines into Wenjuan.com surveys
  • Product or academic staff editing existing questions, titles, and collection status
  • Customer support or data operations staff reviewing reports and exporting raw responses for analysis
  • Instructors or curriculum owners setting assess questions with correct answers before publishing