Anthropic技能
ego lite browser
贊助ego lite 是 AI 代理執行網頁自動化最快的瀏覽器,可與 Codex 或 Claude Code 共享您的登入狀態,零成本、零配置。
Alpha Vantage MCP Server
贊助獲取金融市場數據:即時與歷史股票、ETF、期權、外匯、加密貨幣、大宗商品、基本面、技術指標等
Composio
贊助一鍵連接1500+個MCP伺服器
people-analytics
knowledge-work-plugins/skills/people-analytics
分析勞動力數據——離職率、敬業度、多元性與生產力。以「離職率」、「流動分析」、「多元性指標」等觸發。
people-report
knowledge-work-plugins/human-resources/skills/people-report
生成員工人數、離職率、多元性或組織健康報告。用於為領導層提取員工人數快照、按團隊分析離職趨勢等。
performance-analytics
knowledge-work-plugins/skills/performance-analytics
分析行銷成效,包含關鍵指標、趨勢分析與優化建議。適用於建立成效報告、檢視行銷活動時使用。
performance-report
knowledge-work-plugins/marketing/skills/performance-report
建立一份行銷成效報告,包含關鍵指標、趨勢分析、成功與不足之處,以及優先優化建議。適用於總結…
performance-review
knowledge-work-plugins/human-resources/skills/performance-review
結構化績效考核,包含自我評估、主管模板及校準準備。適用於考核季開始時,需要撰寫自我評估…
pia-generation
claude-for-legal/privacy-legal/skills/pia-generation
根據內部格式,為新功能、產品或處理活動生成一份隱私影響評估,使用從種子PIA中學習到的結構。使用…
pipeline-review
knowledge-work-plugins/sales/skills/pipeline-review
分析管道健康狀況 — 優先處理交易、標記風險、獲取每週行動計劃。適用於進行每週管道審查、決定應專注哪些交易時…
pitch-deck
financial-services/plugins/agent-plugins/pitch-agent/skills/pitch-deck
根據來源檔案中的資料,填入投資銀行簡報範本的內容。使用時機:使用者提供需填寫的 PowerPoint 範本,使用者擁有來源資料…
plain-language-letters
claude-for-legal/legal-clinic/skills/plain-language-letters
Reference: DEPRECATED — use `/client-letter` for routine correspondence or `/status client` for substantive updates. Split into two more focused skills during…
plan-payroll
knowledge-work-plugins/small-business/skills/plan-payroll
預測現金流、排列逾期發票順序,並分階段設定PayPal提醒,讓業主能安心處理薪資作業。可接受選擇性的預測期間與發薪日期…
plan-zoom-integration
knowledge-work-plugins/partner-built/zoom-plugin/skills/plan-zoom-integration
將Zoom整合構想轉化為包含架構、驗證及交付里程碑的實作計畫。當您需要實用的建置方案與階段性規劃時使用…
plan-zoom-product
knowledge-work-plugins/partner-built/zoom-plugin/skills/plan-zoom-product
根據使用案例選擇合適的Zoom建置方案,並清楚說明各方案的取捨。適用於在REST API、Webhooks、WebSockets、Meeting SDK等之間進行決策時使用。
playground
claude-plugins-official/plugins/playground/skills/playground
自包含的HTML遊樂場,具備即時預覽、互動控制項及可複製的提示輸出。內含五種常見遊樂場類型的模板:設計決策、資料探索、概念對映、文件評論與程式碼審查。每個遊樂場皆提供即時預覽、僅提及非預設選項的自然語言提示生成功能,以及一鍵複製按鈕。以無外部依賴的單一HTML檔案建置,預設為深色主題,並包含合理的預設配置...
Plugin Settings
claude-code/skills/Plugin Settings
We need to translate the given text from English to Traditional Chinese. The text describes a per-project plugin configuration stored in YAML frontmatter and markdown files within the .claude/ directory. It mentions settings files format, hooks, commands, agents, quick-exit pattern, and parsing techniques. We must preserve product names, protocol names, URLs, numbers, technical terms. The name "Plugin Settings" is not in the source text, so we don't include it. We translate only the text inside <text>. No extra commentary. Translation: 每個專案的插件配置儲存在 .claude/ 目錄下的 YAML frontmatter 和 markdown 檔案中。設定檔案使用 .claude/plugin-name.local.md 格式,包含用於結構化配置的 YAML frontmatter 和用於額外上下文或提示的 markdown 主體。鉤子、指令和代理可以讀取設定以自訂行為;快速退出模式檢查檔案存在性和啟用標誌,在未配置時跳過。提供用
Plugin Structure
claude-code/skills/Plugin Structure
標準化目錄結構與清單配置,適用於Claude Code外掛,支援自動元件探索。遵循慣例佈局,包含.claude-plugin/plugin.json清單,以及根層級的commands/、agents/、skills/、hooks/目錄,用於自動探索。元件自動載入:commands與agents為.md檔案,skills為包含SKILL.md的子目錄,hooks透過JSON配置。使用${CLAUDE_PLUGIN_ROOT}環境變數處理所有外掛內部路徑...
plugin-settings
claude-plugins-official/plugins/plugin-dev/skills/plugin-settings
將每個專案的插件配置與狀態儲存在 .claude/plugin-name.local.md 檔案中,並使用 YAML 前置資料。設定檔採用 YAML 前置資料進行結構化配置,並以 Markdown 主體提供額外上下文或提示。掛鉤、指令與代理可讀取設定以自訂行為,無需修改程式碼。包含用於提取個別欄位(字串、布林值、數值)及 Markdown 主體內容的 Bash 解析模式。常見模式包括切換掛鉤啟用、...
plugin-structure
claude-plugins-official/plugins/plugin-dev/skills/plugin-structure
標準化目錄結構與Claude Code外掛的清單配置,支援自動元件發現。採用慣例佈局與自動發現機制:指令、代理、技能及鉤子可從標準目錄自動載入,無需明確註冊。基於.claude-plugin/plugin.json的清單驅動配置,支援元資料、自訂元件路徑及可選的MCP伺服器定義。使用${CLAUDE_PLUGIN_ROOT}環境變數實現可攜式路徑引用,適用於所有...
policy-diff
claude-for-legal/regulatory-legal/skills/policy-diff
比對特定法規變更與已索引的政策庫。當法規發生變更,需要了解其影響哪些政策以及具體變更內容時使用。
policy-drafting
claude-for-legal/employment-legal/skills/policy-drafting
根據不同司法管轄區的法律差異,草擬一份附有州補充條款的僱傭政策。當使用者說「草擬一份關於[主題]的政策」、「我們…」時使用。
policy-lookup
knowledge-work-plugins/human-resources/skills/policy-lookup
以簡單明瞭的語言查找並解釋公司政策。可透過「我們的帶薪休假政策是什麼」、「我可以在其他國家遠端工作嗎」、「費用報銷如何運作」等問題觸發。
policy-monitor
claude-for-legal/ai-governance-legal/skills/policy-monitor
保持隱私政策與實務同步。兩種模式:每週掃描已儲存的PIA、DPA審查及分流結果以發現政策偏差;或直接查詢…
policy-redraft
claude-for-legal/regulatory-legal/skills/policy-redraft
產出一個建議的標記式政策重擬稿,以填補由 /regulatory-legal:gaps 或 /regulatory-legal:policy-diff 發現的落差。內部初稿…
policy-starter
claude-for-legal/ai-governance-legal/skills/policy-starter
根據已發布的模型政策草擬一份嚴謹的AI使用政策,並根據您的實務概況進行調整——這是一個研究與綜合工具,其輸出為一份草案,用於……
portfolio
claude-for-legal/ip-legal/skills/portfolio
追蹤IP資產組合——註冊、續展、維護費用及使用聲明。適用於檢查即將續展的項目、新增或更新資產時…
portfolio-monitoring
financial-services/plugins/agent-plugins/valuation-reviewer/skills/portfolio-monitoring
追蹤並分析投資組合公司相對於計畫的績效表現。接收每月/每季的財務資料包(Excel、PDF),擷取關鍵績效指標,並標示與計畫的差異…
portfolio-rebalance
financial-services/plugins/vertical-plugins/wealth-management/skills/portfolio-rebalance
分析投資組合配置偏離情況,並生成跨帳戶的再平衡交易建議。考量稅務影響、交易成本及洗售規則…
portfolio-status
claude-for-legal/litigation-legal/skills/portfolio-status
從 _log.yaml 彙整投資組合 — 風險分布、即將到來的截止日期、過期事項、重要性總計、階段分布及標記異常。使用…
ppt-template-creator
financial-services/plugins/vertical-plugins/financial-analysis/skills/ppt-template-creator
根據使用者提供的 PowerPoint 範本,建立自包含的 PPT 範本技能(而非簡報)。僅在使用者想要建立可重複使用的技能時使用…
PPTX
skills/skills/pptx
簡報的建立、編輯與分析。當Claude需要處理簡報(.pptx檔案)以進行:(1) 建立新簡報、(2) 修改或編輯內容、(3) 處理版面配置、(4) 新增註解或備忘稿,或其他任何簡報相關任務。 授權:專有。LICENSE.txt包含完整條款
文件精選pptx-author
financial-services/plugins/agent-plugins/market-researcher/skills/pptx-author
在無頭模式下於磁碟生成.pptx檔案,而非操作即時PowerPoint文件——適用於無開啟Office應用程式的受管代理程式工作階段。
第 331–360 個,共 575 個