tencent-survey

Manages Tencent Survey forms on wj.qq.com via a plain-text DSL.

Updated May 4, 2026
One-click install
npx skills add https://github.com/234194027-cpu/xianclaw --skill tencent-survey-234194027-cpu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tencent-survey
Source: https://github.com/234194027-cpu/xianclaw/tree/main/resources/openclaw/config/skills/tencent-survey
Command: npx skills add https://github.com/234194027-cpu/xianclaw --skill tencent-survey-234194027-cpu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

腾讯问卷的配置与操作需要反复打开网页、手动构建表单文本并管理授权流程,腾讯问卷 MCP Skill 让 AI 能够直接完成问卷的创建、题目更新与回答查看,减少来回切换与重复劳动。

Core Features & Use Cases

  • Get survey: 获取问卷详情(标题、设置、页面、题目、选项),并返回可用于编辑的纯文本 DSL。
  • Create survey: 用纯文本 DSL 创建问卷,支持调查、考试、测评与投票(按 scene 区分)。
  • Update question: 基于 get_survey 得到的 question_id,更新单个题目的 DSL 内容(仅覆盖该题)。
  • List answers: 拉取问卷回答列表,支持游标分页,便于统计与导出分析。

Quick Start

Tell the AI to create a survey as a poll by providing the scene (8) and a plain-text survey DSL text, e.g. “Create a poll named 年度最佳员工投票 with 1 single-choice question, then return the投放链接.”

Frequently Asked Questions about tencent-survey

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a Tencent Survey using plain-text DSL?

You can create a Tencent Survey by providing a plain-text DSL input and specifying a scene type like survey, exam, assessment, or poll. The Skill processes the DSL text to generate the corresponding form on wj.qq.com automatically.

How do I retrieve submission results from a Tencent Survey?

To retrieve submission results, use the list_answers capability which fetches the survey answer list. It supports cursor-based pagination, allowing you to systematically pull and export response data for analysis.

Can I update a single question in an existing Tencent Survey without rewriting the whole form?

Yes, you can update individual questions by using the update_question capability. You must first retrieve the survey structure to get the specific question_id, then provide the updated DSL content to overwrite only that question.

What is the DSL text format used for Tencent Survey creation and updates?

The DSL text is a plain-text representation of the survey structure, including titles, settings, pages, questions, and options. You can retrieve it from an existing survey to use as a template for creating new forms or updating questions.

Do I need OAuth authorization to manage Tencent Survey forms via AI?

Yes, this Skill requires token-based authorization to manage Tencent Survey forms. You must complete the OAuth authorization process to enable AI-driven operations like creating surveys, updating questions, and listing answers.

Does this Skill support creating different types of forms like polls and assessments?

Yes, you can create various form types by specifying the scene parameter. It supports survey, exam, assessment, and poll workflows, allowing you to tailor the form behavior to your specific data collection needs.