Agent skill

SurveyMonkey Automation

Automate SurveyMonkey survey creation, response collection, collector management, and survey discovery through natural language commands

composio-communitygithub.com/composio-communityGitHub ↗
codex
Install
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.

Facts
Files in the skill folder: 1
SKILL.md size: 7 KB
Bundled scripts: none
Path: composio-skills/survey-monkey-automation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 15,591
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Setup
  2. Core Workflows
  3. 1. Create a New Survey
  4. 2. List and Search Surveys
  5. 3. Get Survey Details
  6. 4. Manage Collectors and Distribution Links
  7. 5. Retrieve Survey Responses
  8. 6. Full Survey Lifecycle Workflow
  9. Known Pitfalls
  10. Quick Reference
More from awesome-codex-skills
All skills →
About this skill
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.

Keep going