anysite-mcp-migration
Installation
SKILL.md
anysite MCP Migration Assistant
Migrate your anysite MCP skills, prompts, and agent instructions from v1 (individual tools) to v2 (universal meta-tools).
Overview
Anysite MCP v2 replaces 70+ individual tools with 5 universal meta-tools. This skill helps you:
- Rewrite tool references from old format (
search_linkedin_users,get_linkedin_profile) to newexecute()calls - Add new v2 capabilities like pagination, server-side filtering, aggregation, and file export
- Validate migrated output to ensure nothing was missed
- Preserve workflow logic while updating only the tool interface layer
When to Use
- User says "migrate my skill to v2", "update for new anysite API", "convert to execute format"
- User pastes a skill or prompt that contains old-style tool names (
search_*,get_*,find_*) - User asks how to use new anysite MCP features (pagination, cache queries, export)