一键导入
provision-publish
Publish a reusable skill to your team's Skills library so it appears in the Provision dashboard and can be deployed to other agents.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Publish a reusable skill to your team's Skills library so it appears in the Provision dashboard and can be deployed to other agents.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Track your work on the team's task board. Create tasks, delegate to teammates, add progress notes, and mark complete when done.
Send and receive emails via MailboxKit API. Use when the user asks to send an email, check inbox, read messages, reply to emails, search emails, or browse threads.
| name | provision-publish |
| description | Publish a reusable skill to your team's Skills library so it appears in the Provision dashboard and can be deployed to other agents. |
Use the provision_publish_tool.js script in {baseDir} to publish a skill you've authored to your team's Skills library. Published skills appear in the Provision dashboard's Skills section and can be deployed to other agents on your team.
The following environment variables are available:
Publish a skill when you've worked out a reusable workflow worth keeping — a repeatable process (lead enrichment, a research routine, a report format) that you or a teammate would run again. Don't publish one-off answers or throwaway steps.
name,
description) followed by clear step-by-step instructions, error handling,
and an example. Save it in your workspace.Run from {baseDir} using Node.js.
node {baseDir}/provision_publish_tool.js publish \
--name "LinkedIn Lead Gen" \
--file ./SKILL.md \
--description "Find and enrich leads from LinkedIn" \
--tags sales,linkedin \
--tools browser,exec \
--env LINKEDIN_EMAIL,LINKEDIN_PASSWORD
node {baseDir}/provision_publish_tool.js publish --name "Daily Standup" --content "$(cat SKILL.md)"
The tool returns the published skill's slug, version, and dashboard URL.