Add Skills
freelancer_add_skillsAdd one or more skills to your Freelancer.com profile while preserving existing skills. Accepts skill names or numeric IDs.
Instructions
Add one or more skills (jobs) to your Freelancer.com profile, keeping your existing skills.
Args:
skills (string[]): Skill names (e.g. "n8n", "Python") or numeric skill IDs. Names are resolved via the catalogue.
account (string, optional): Which configured Freelancer account to use (see freelancer_list_accounts for labels). Omit to use your default/only account.
Returns: confirmation.
⚠️ This modifies your real profile. Note: Freelancer enforces a maximum number of skills per account; adding past the limit will be rejected by the API.
Use when: "Add n8n and Zapier to my skills", "Add skill 3112 to my profile"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skills | Yes | Skill names or numeric IDs to add | |
| account | No | Which configured Freelancer account to use (see freelancer_list_accounts for labels). Omit to use your default/only account. |