Manage organization skills from the Admin Console.
1. What you can do
A skill gives Qwen Work a repeatable method, knowledge set, or workflow for a specific task. Admins can:
- control whether members can browse the public skill marketplace, upload personal skills, or submit skills to the organization;
- create and maintain organization-owned skills;
- control whether an organization skill is visible to members; and
- review skills submitted by members.
2. Configure skill access
The top of the page contains three organization-wide settings.
Public marketplace visibility
- On: Members can see and browse the public skill marketplace.
- Off: The public marketplace entry is hidden. Public skills that are already installed are not automatically removed.
Allow personal skill uploads
- On: Members can upload their own skills in their personal space.
- Off: Members cannot add new personal uploads. Whether existing resources remain usable depends on their current member-side status.
Allow members to add skills to Organization skills
- On: Members can submit skills to the organization. New submissions appear under Skill reviews.
- Off: Members cannot create new organization submissions. Existing review records remain available.
3. Create an organization skill
- Open Organization skills.
- Select Add skill.
- Enter the skill information.
- Upload an icon and skill ZIP package when needed.
- Set the supported clients and team visibility.
- Select Create.
Field reference
| Field | Required | Guidance |
|---|---|---|
| Skill name | Yes | Technical identifier using lowercase letters, numbers, and hyphens only; maximum 64 characters, for example sales-report |
| Chinese name | No | Name shown in the Chinese interface |
| Author | No | If empty, the current admin is recorded |
| Version | No | Use a clear version such as 1.0.0 |
| Description | No | Explain the purpose, required input, and intended scenario |
| Icon | No | Image file up to 2 MB |
| Supported clients | Yes | Choose where members can discover the skill |
| Team visibility | No | When on, the skill is shown in the team's marketplace |
| Skill ZIP package | Recommended | ZIP only, up to 10 MB |
4. Prepare a skill package
The package should contain one top-level folder matching the skill name, with a SKILL.md file inside:
- the top-level folder matches the Skill name exactly;
{skill-name}/SKILL.mdexists;- unrelated system files such as
.DS_Storeand__MACOSXare removed; - file paths do not contain unsafe segments such as
..; and - the ZIP file is no larger than 10 MB.
5. Find and review skills
- Search by skill name under Organization skills.
- Review the name, description, package status, supported clients, status, team visibility, and last update time.
- Use pagination to view more skills.
6. Edit a skill
- Find the skill.
- Select Edit.
- Change the Chinese name, author, version, description, icon, supported clients, or team visibility.
- To replace the package, choose a new ZIP file.
- Select Save changes.
7. Control team visibility
Use Team visible in the list:
- On: The skill appears in the team's marketplace.
- Off: The skill is hidden from the team's marketplace. Members who already installed it are not affected.
8. Download or remove a skill
Download a package
- Find a skill marked Uploaded.
- Select Download.
- Save the ZIP file.
Remove a skill
- Select Remove for the skill.
- Verify the skill name.
- Confirm removal.
9. Review member submissions
- Open Skill reviews.
- Filter by Pending, Approved, Rejected, Cancelled, or All.
- Select Details and review the name, description, author, version, supported clients, and package.
- For a pending submission:
- select Approve to publish it immediately to Organization skills; or
- select Reject, enter a reason, and return it to the submitter.
- Confirm that the submission status has updated.
- the name and purpose are clear and do not conflict with an existing skill;
- the package comes from a trusted source and contains no sensitive or unauthorized content;
- supported clients and organization visibility follow company policy; and
- the description gives members enough information to use the skill.
10. Troubleshooting
Create is unavailable
Check that the skill name is not empty and contains no uppercase letters, underscores, spaces, or other unsupported characters.
Package upload fails
Confirm that the file is a ZIP under 10 MB, then check the folder structure and SKILL.md.
The skill exists but members cannot see it
Check:
- whether Team visible is on;
- whether supported clients include the client used by the member; and
- whether the member is in the correct organization workspace.
Member submissions are missing
Confirm that Allow members to add skills to Organization skills is on and that the member completed submission. Select All to check whether the submission was already processed or cancelled.
Previous: Credits · Back to overview · Next: Kits