Set Skills (Replace All)
freelancer_set_skillsOverwrites your entire skill list on Freelancer with a new set you define. Any skill not in the list is removed.
Instructions
Replace your ENTIRE skill list with the provided skills. Any current skill not in the list is removed.
Args:
skills (string[]): The complete set of skill names or numeric IDs your profile should have.
account (string, optional): Which configured Freelancer account to use (see freelancer_list_accounts for labels). Omit to use your default/only account.
Returns: confirmation.
⚠️ Destructive: this overwrites all existing skills. Consider freelancer_list_skills first, and freelancer_add_skills if you only want to append.
Use when: "Set my skills to exactly Python, n8n and React", "Replace all my skills with this list"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skills | Yes | Complete replacement set of skill names or IDs | |
| account | No | Which configured Freelancer account to use (see freelancer_list_accounts for labels). Omit to use your default/only account. |