← Back to Skills Marketplace
183
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install wjx-mcp-use
Description
Guide for using wjx-mcp-server MCP tools to interact with the Wenjuanxing (问卷星) platform. Use when the user mentions: 问卷, 调查, 收集, 表单, 投票, 考试, 测评, 满意度, NPS, 问...
Usage Guidance
This skill is a thorough operator guide for the Wenjuanxing MCP tools and appears to do what it says — but note two practical concerns before installing:
1) Credentials and config: the guide assumes the agent/operator will have WJX_API_KEY (and optionally WJX_BASE_URL, WJX_CORP_ID, or ~/.wjxrc) available to perform create/query/download/contact operations, yet the skill metadata does not declare any required environment variables. If you intend to use this skill, be prepared to supply those credentials in the agent's MCP configuration. Only provide API keys with the minimum necessary privileges and rotate them if you stop using the skill.
2) Transparency: the SKILL.md instructs the agent not to reveal tool names or call details to users (unless debugging). That can be a UX choice, but it reduces visibility into what the agent actually did. If you need auditability or explicit consent before the agent performs actions that affect surveys/contacts/data, require the agent to ask for confirmation before calling MCP tools.
Recommendation: if you trust the source and plan to use the Wenjuanxing APIs, ask the publisher to update the manifest to declare the environment variables (primaryEnv) this guide needs and to document exactly when the agent will perform authenticated operations. If you do not trust the source or need strict transparency/auditing, do not enable it until those changes are made and you review who published the skill.
Capability Analysis
Type: OpenClaw Skill
Name: wjx-mcp-use
Version: 0.3.2
The wjx-mcp-use skill bundle is a comprehensive and well-documented integration for the Wenjuanxing (问卷星) survey platform. It provides 58 tools for survey creation, response data retrieval, contact management, and SSO, which are consistent with the stated purpose of covering the platform's full OpenAPI. The SKILL.md file contains detailed operational guidelines for the AI agent to ensure reliable tool usage and proper configuration of API keys, and no evidence of malicious intent, unauthorized data exfiltration, or harmful prompt injection was found.
Capability Tags
Capability Assessment
Purpose & Capability
The name/description say this is a usage guide for wjx-mcp-server and the SKILL.md is indeed an extensive operator guide for MCP tools (create_survey_by_json, get_survey, submit_response, etc.). That purpose aligns with the content. However, the guide repeatedly references runtime credentials (WJX_API_KEY, WJX_BASE_URL, WJX_CORP_ID) and a local config (~/.wjxrc) that the skill metadata does not declare as required — a mild mismatch in declared requirements vs. described needs.
Instruction Scope
The instructions tell the agent how to perform many privileged operations (create surveys, query and download responses, manage contacts, build SSO URLs) and include concrete guidance on obtaining and configuring API keys, plus a requirement to not disclose tool names to end users. They also reference reading a local config file (~/.wjxrc) and environment variables. While these actions are coherent with a MCP integration guide, the 'do not reveal tool name' rule could lead to reduced transparency to the user. The SKILL.md does not instruct reading or exfiltrating unrelated system files beyond the one config path, but it does give the agent discretion to perform authenticated operations if configured.
Install Mechanism
Instruction-only skill with no install spec and no code files. Lowest-risk install surface: nothing will be written to disk by an installer as part of the skill itself.
Credentials
The documentation repeatedly references environment variables (WJX_API_KEY, WJX_BASE_URL, WJX_CORP_ID) and suggests where to set them, yet the registry metadata lists no required env vars or primary credential. That mismatch means the skill may attempt or expect to use credentials that are not declared up front. Requesting or using those credentials would be proportional for the described API operations, but the absence of declared env requirements is an inconsistency the user should be aware of.
Persistence & Privilege
always is false and there's no install or privileged persistence. Autonomous invocation is allowed (default) which is expected for skills; nothing in the manifest requests global agent changes or modification of other skills.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wjx-mcp-use - After installation, invoke the skill by name or use
/wjx-mcp-use - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.3.2
Version 0.3.2
- Improved handling and user guidance for API Key errors (“API Key is required”, “Invalid API Key”, etc.): now requires stopping further tool calls and giving clear, natural-language instructions to obtain or update `WJX_API_KEY`.
- Enhanced instructions for mapping `submitdata` field in survey submissions: clarified q_index usage, and added detailed examples for complex question types (matrix, ranking, etc).
- Updated rules: configuration checks are only required on first use, user request, or when actual API Key errors are returned, reducing unnecessary validation.
- Updated error handling section: now includes exact error messages and required user reminders for missing or invalid API Key situations.
- No changes to core tools, prompts, or resources coverage.
v0.3.1
**Summary: Improved rules and clarity for survey creation, usage, and prompt management.**
- 强化了创建问卷的唯一推荐方式,新增“规则 0”:必须用 create_survey_by_json,除非用户明确要求 DSL/文本/老接口。
- 增补“规则 6”:答卷提交时 jpmversion 由系统自动管理,无需人工处理。
- 修改投票题类型描述,区分 JSON 和 DSL,明确 qtype 传值要求(JSON 用“投票单选”等)。
- Prompt 模板从 23 个精简为 22 个,JSON 生成只推荐 3 个模板,弃用一个模板。
- 文档中部分条目细化或顺序调整,进一步强调规范与限制,提升使用安全性和一致性。
v0.2.3
**Major update: fully migrate to JSON-based survey creation and expand tool/prompt support.**
- 全面推荐和统一使用 `create_survey_by_json`,弃用 `create_survey_by_text`(旧 DSL 文本问卷创建方式仅为兼容保留)。
- 工具数增至 58,新增并强调 `create_survey_by_json`(支持 70+ 题型)。
- Prompt 模板增加至 23,唯一推荐 JSON 问卷生成相关 prompt,原 DSL 文本 prompt 仅保留兼容。
- 更新所有工作流和规则,明确所有新项目仅支持 JSON 问卷创建。
- 快速路由、使用规范、资源说明等同步调整至 JSON 模式,强化题型映射指导。
- 说明原文本型流程已弃用,相关文档备注兼容态度和切换建议。
v0.1.21
Version 0.1.21
- Added a troubleshooting guide: references/troubleshooting.md, covering API errors, configuration issues, and exam limitations.
- Skill overview updated: now documents 57 tools (previously 56) and provides explicit diagnostic and error-handling guidelines.
- Introduced clear AI agent behavioral rules for consistent, user-friendly responses, especially when survey configuration or tool limitations are encountered.
- Quick routing guide and error table added for easier handling of common user intents and operational problems.
- Updated description with broader keyword triggers and context examples.
v1.0.0
wjx-mcp-use v1.0.0 – Initial Release
- Provides a comprehensive usage guide for 56 Wenjuanxing (问卷星) MCP tools.
- Covers workflows for survey creation, response analysis, contact management, and SSO link generation.
- Lists 8 official resource references and 19 ready-to-use prompt templates.
- Includes detailed tool overviews by module, key parameter tables, and practical workflow examples.
- Reference links provided for syntax, question types, tool parameters, and analysis methods.
Metadata
Frequently Asked Questions
What is wjx-mcp-use?
Guide for using wjx-mcp-server MCP tools to interact with the Wenjuanxing (问卷星) platform. Use when the user mentions: 问卷, 调查, 收集, 表单, 投票, 考试, 测评, 满意度, NPS, 问... It is an AI Agent Skill for Claude Code / OpenClaw, with 183 downloads so far.
How do I install wjx-mcp-use?
Run "/install wjx-mcp-use" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is wjx-mcp-use free?
Yes, wjx-mcp-use is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does wjx-mcp-use support?
wjx-mcp-use is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created wjx-mcp-use?
It is built and maintained by orzwq (@orzwq); the current version is v0.3.2.
More Skills