技能 skill-share
🔗

skill-share

安全 🌐 網路存取⚙️ 外部命令

在 Slack 上创建和共享 Claude 技能

也可從以下取得: Joseph OBrien,Joseph OBrien,ComposioHQ

团队浪费时间手动与同事共享新创建的技能。此技能可自动创建具有正确结构的技能,并通过 Rube 集成立即在 Slack 上通知您的团队。

支援: Claude Code(CC)
📊 70 充足
1

下載技能 ZIP

2

在 Claude 中上傳

前往 設定 → 功能 → 技能 → 上傳技能

3

開啟並開始使用

測試它

正在使用「skill-share」。 Create a skill called 'pdf-analyzer' that extracts text and images from PDF documents

預期結果:

  • Created skill directory: /skill-pdf-analyzer/
  • Generated SKILL.md with frontmatter metadata
  • Created scripts/, references/, assets/ directories
  • Validated skill structure - all checks passed
  • Packaged skill as skill-pdf-analyzer.zip
  • Posted to Slack #skills channel: New Skill Created: pdf-analyzer - Extracts text and images from PDF documents

正在使用「skill-share」。 Create a weather skill for checking forecasts

預期結果:

  • Generated skill-weather directory with SKILL.md
  • Created scripts/ for weather API calls
  • Added references/ for documentation
  • Validated naming and metadata
  • Notified #dev-team on Slack

正在使用「skill-share」。 Create three data skills: data-cleaner, data-validator, data-exporter

預期結果:

  • Created skill-data-cleaner/, skill-data-validator/, skill-data-exporter/
  • Each skill has proper structure and templates
  • All three validated successfully
  • Packaged as individual zip files
  • Posted summary to #data-engineering channel

安全審計

安全
v5 • 1/17/2026

All 22 static findings are false positives. The skill contains only documentation files (SKILL.md and skill-report.json) with no executable code. The static scanner misidentified plain text descriptions as cryptographic patterns and markdown code formatting as command execution. This is a pure prompt-based skill template.

2
已掃描檔案
256
分析行數
2
發現項
5
審計總數

風險因素

🌐 網路存取 (1)
⚙️ 外部命令 (1)
審計者: claude 查看審計歷史 →

品質評分

38
架構
100
可維護性
85
內容
30
社群
100
安全
83
規範符合性

你能建構什麼

标准化技能创建

确保所有团队成员创建技能时使用一致的结构,并自动发送 Slack 通知

自动化技能流水线

构建可在整个组织内自动创建和分发技能的工具

跟踪技能清单

当新技能创建时接收即时 Slack 通知,以便于可见性和发现

試試這些提示

创建基础技能
Use skill-share to create a new skill called [skill-name] with description: [description]
创建完整结构
Create a comprehensive skill package named [skill-name] for [use-case] with validation and Slack notification
批量创建技能
Use skill-share to create these skills: [list of skill names and descriptions], then share them on our #skills channel
自动化工作流
Create a new skill named [name] with [description], validate its structure, package it, and notify the #engineering-team channel on Slack

最佳實務

  • 使用描述性的连字符名称,清晰表明技能用途
  • 提供详细的描述,帮助团队成员了解技能功能
  • 在与更大团队共享前先在本地验证技能

避免

  • 创建没有有意义描述的技能会降低可发现性
  • 跳过验证可能会导致格式错误的技能包
  • 使用模糊的名称会使后续查找技能变得困难

常見問題

skill-share 与哪些工具配合使用?
Skill-share 与 Claude Code 和 Rube MCP 配合使用以实现 Slack 集成。Rube 处理所有 Slack 消息。
我可以在没有 Slack 的情况下使用此技能吗?
是的,技能创建和打包功能可以独立使用。Slack 共享功能需要配置 Rube MCP。
创建的技能存储在哪里?
技能会在当前工作目录中创建为 skill-[名称] 文件夹,并带有正确的结构。
在 Slack 上共享时我的数据安全吗?
Skill-share 只共享您明确提供的元数据(名称、描述、文件链接)。
为什么我的技能验证失败?
常见问题:缺少描述、名称格式无效,或 SKILL.md 中缺少必需的前置元数据字段。
这与手动创建技能有何不同?
Skill-share 将目录创建、模板生成、验证、打包和团队通知自动化为一步完成。

開發者詳情

檔案結構

📄 SKILL.md