SurveyMonkey Automation
Automate SurveyMonkey survey creation, response collection, collector management, and survey discovery through natural language commands
npx skills add composio-community/awesome-codex-skills --skill survey-monkey-automation --agent codex
Same command for any agent — swap --agent for claude-code, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# SurveyMonkey Automation Automate SurveyMonkey survey workflows -- create surveys, list and search existing surveys, manage collectors and distribution links, retrieve responses, and inspect survey details -- all through natural language. **Toolkit docs:** [composio.dev/toolkits/survey_monkey](https://composio.dev/toolkits/survey_monkey) --- ## Setup 1. Add the Rube MCP server to your environment: `https://rube.app/mcp` 2. Connect your SurveyMonkey account when prompted (OAuth flow via Composio) 3. Start issuing natural language commands for SurveyMonkey automation --- ## Core Workflows ### 1. Create a New Survey Create a new empty survey that can be further configured with questions and pages. **Tool:** `SURVEY_MONKEY_CREATE_SURVEY` Key parameters: - `title` -- survey title displayed to respondents (required) - `nickname` -- optional internal name for organizing surveys (not shown to respondents) - `language` -- ISO 639-1 language code (default `en`); examples: `es`, `fr`, `de` - `footer` -- whether to display SurveyMonkey branding footer (default `true`) > The created survey starts with one empty page and no questions. Use the returned `survey_id` with other actions to add conte
- Setup
- Core Workflows
- 1. Create a New Survey
- 2. List and Search Surveys
- 3. Get Survey Details
- 4. Manage Collectors and Distribution Links
- 5. Retrieve Survey Responses
- 6. Full Survey Lifecycle Workflow
- Known Pitfalls
- Quick Reference
What does the SurveyMonkey Automation skill do?
Automate SurveyMonkey survey creation, response collection, collector management, and survey discovery through natural language commands
How do I install it?
Run `npx skills add composio-community/awesome-codex-skills --skill survey-monkey-automation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From composio-community/awesome-codex-skills, a repository with 15,591 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
