Data & analysis

SurveyMethods

Try it

SurveyMethods (surveymethods.com). Use this skill for ANY SurveyMethods request — reading, creating, and updating data. Whenever a task involves SurveyMethods, use this skill instead of calling the API directly.

What it does

SurveyMethods (surveymethods.com). Use this skill for ANY SurveyMethods request — reading, creating, and updating data. Whenever a task involves SurveyMethods, use this skill instead of calling the API directly.

The skill document

SurveyMethods

Operate SurveyMethods through your OOMOL-connected account. This skill calls the surveymethods connector with the oo CLI; OOMOL injects credentials server-side, so you never handle raw tokens.

Running an action

Assume the user has already installed the oo CLI, signed in, and connected SurveyMethods. Do not run oo auth login or open the connection URL proactively — just run the action. Fall back to First-time setup only when a command actually fails with an auth or connection error.

1. Inspect the contract to get the authoritative input/output schema before building a payload:

oo connector schema "surveymethods" --action ""

2. Run the action with a JSON payload that matches the input schema:

oo connector run "surveymethods" --action "" --data '' --json
  • --data takes a JSON object string or @path/to/file.json; omit it to send {}.
  • The response is { "data": ..., "meta": { "executionId": "..." } }; the execution id lives under meta.executionId.

Each action is listed below with a one-line description; actions that change state carry a [write] or [destructive] tag. Before constructing --data, fetch the action's live schema with oo connector schema to get its authoritative input fields.

Available actions

  • add_email_list_contact — Add one contact to a Basic or Advanced SurveyMethods email list. [write]
  • create_email_list — Create a Basic or Advanced email list in SurveyMethods. [write]
  • get_account — Get subscription and license information for the authenticated SurveyMethods account.
  • get_survey — Get detailed metadata for one SurveyMethods survey.
  • list_email_list_contacts — List contacts and custom field values from a SurveyMethods email list.
  • list_email_lists — List email lists in the authenticated SurveyMethods account.
  • list_surveys — List surveys and their deployment metadata from the SurveyMethods account.

Safety

  • Untagged actions are reads (get / list / search) — safe to run directly.
  • Actions tagged [write] change SurveyMethods state — confirm the exact payload and effect with the user before running.
  • Actions tagged [destructive] remove or overwrite data — always confirm the target and get explicit approval first.

First-time setup

These are one-time steps — do not repeat them on every call. Run a step only when a command fails for the matching reason.

  • oo: command not found — install the oo CLI (other platforms: ):

    curl -fsSL https://cli.oomol.com/install.sh | bash    # macOS / Linux
    
    irm https://cli.oomol.com/install.ps1 | iex           # Windows PowerShell
    
  • Not signed in / authentication error — sign in to your OOMOL account once:

    oo auth login
    
  • scope_missing / credential_expired / app_not_ready / app_not_found — SurveyMethods is not connected, or the connection expired or lacks a scope. Connect once (auth type: API key) at:

    https://console.oomol.com/app-connections?provider=surveymethods
    
  • HTTP 402 / OOMOL_INSUFFICIENT_CREDIT — billing stop. Recharge at https://console.oomol.com/billing/token-recharge before retrying.

Resources

Related skills

SurveyMonkey (surveymonkey.com). Use this skill for ANY SurveyMonkey request — reading, creating, and updating data. Whenever a task involves SurveyMonkey, use this skill instead of calling the API directly.

Design an employee engagement survey and analyse results. Use when asked to create an employee survey, engagement questionnaire, pulse survey, or eNPS survey...

1 installs

根据用户的调研目标,生成一份结构完整的调查问卷,并渲染成可直接打开、可作答、可导出的网页。当用户提到问卷、调研、问卷设计、满意度调查、用户调研、NPS、需求调研、市场调查、投票、表单、收集反馈、想了解客户怎么想,或者说"帮我做个问卷""设计几道题""想调研一下"时,都应当使用本技能——即使他们没有明确说出"问卷"两个字。联系方式:zenobiazizi.skills@foxmail.com

Analyse CSAT / NPS / CES survey results and turn the score into actions. Use when asked to analyse NPS, CSAT, or CES data, compute an NPS score, interpret su...

Generate standardized usability and human factors questionnaires (SUS, ASQ, SEQ, NASA-TLX, UEQ, SUS, CSUQ, etc.) with scoring instructions for UX coursework.

1 installs

Measure (getmeasure.com). Use this skill for ANY Measure request — reading, creating, and updating data. Whenever a task involves Measure, use this skill ins...