技能 share
📦

share

低風險 ⚙️ 外部命令

建立並分享精緻的 p11 文件

建立可分享、可審閱並附有留言的文件,通常需要多種工具和複雜的工作流程。此技能可讓你將精緻文件撰寫為 React code,並使用 p11 CLI 透過可分享連結發布。

支援: Claude Codex Code(CC)
📊 75 合格
1

下載技能 ZIP

2

在 Claude 中上傳

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

3

開啟並開始使用

Agent 可讀資源

當 AI Agent、爬蟲或腳本需要乾淨上下文、而不是讀取完整頁面時,請使用這些連結。

測試它

正在使用「share」。 Create a project kickoff document

預期結果:

我將為你的專案啟動建立一份 p11 文件。執行 p11 share 後,你會收到一個用於檢視和留言的 read URL,以及一個供日後更新使用的 edit URL。

正在使用「share」。 Update the Q3 report with new revenue numbers

預期結果:

我將使用提供的 edit URL 更新現有文件。新版本會在保留未變更區段留言的同時,新增營收資料表。

正在使用「share」。 Create a meeting notes document with action items

預期結果:

我將建立一份結構化會議筆記文件,包含與會者、討論重點、已作成決策,以及包含負責人和期限的行動項目表。

安全審計

低風險
v1 • 5/23/2026

All 51 static findings are false positives. The 4 'Weak cryptographic algorithm' alerts target YAML description strings and a React component name (DefinitionDescription) containing the substring 'DES'. The 47 'Ruby/shell backtick execution' alerts are markdown code formatting backticks, not shell operators. The skill does legitimately invoke CLI commands (p11, npm) as part of its document publishing workflow, which is the basis for the external_commands risk factor. No malicious intent, data exfiltration, or prompt injection detected.

3
已掃描檔案
134
分析行數
4
發現項
1
審計總數
低風險問題 (3)
Weak Cryptographic Algorithm - False Positive (React Component Name)
Static analyzer flagged 'DefinitionDescription' in references/components.md:34 as a weak cryptographic algorithm. This is a React component name from @p11-core/components containing the substring 'DES' (Data Encryption Standard). It is not an actual cryptographic operation.
Weak Cryptographic Algorithm - False Positive (YAML Description Strings)
Static analyzer flagged description strings in agents/openai.yaml:3, SKILL.md:3, and SKILL.md:5 as weak cryptographic algorithms. These are plain-text YAML description fields with no cryptographic references.
Ruby/Shell Backtick Execution - False Positive (Markdown Code Blocks)
Static analyzer flagged backtick characters across SKILL.md and references/components.md as Ruby/shell backtick execution. All instances are markdown code fence delimiters (```) or inline code markers (`) used for formatting code examples and documentation. No shell execution backticks exist in these files.
審計者: claude

品質評分

41
架構
100
可維護性
87
內容
65
社群
84
安全
100
規範符合性

你能建構什麼

起草並分享專案提案

將會議筆記轉換為包含區段、標題和表格的格式化提案文件,然後發布以供團隊審閱。

發布技術文件

建立包含程式碼範例的結構化文件,並透過可留言的連結分享,以收集開發者回饋。

建立可審閱的規格文件

撰寫詳細的規格文件,讓利害關係人在核准前可透過留言進行行內審閱。

試試這些提示

建立簡單文件
Create a p11 document with the title 'Weekly Status Report' containing sections for accomplishments, blockers, and next steps.
含有表格和清單的文件
Create a p11 document comparing three solutions. Include a feature comparison table and a bullet list of pros and cons for each option.
更新現有文件
Update the existing report at report.tsx using the edit URL provided. Add a new section for Q4 results with a data table.
含程式碼範例的多格式文件
Create a technical specification document with a title page, an introduction section, a code example using CodeBlock, and a requirements table. Use pageless mode for continuous scrolling.

最佳實務

  • 在建立或更新文件前,務必確認 p11 CLI 已安裝且為最新版本。
  • 僅使用來自 @p11-core/components 的 document-safe components,以確保文件正確呈現。
  • 將 edit URLs 保持私密,文件審閱時只分享 read URLs。

避免

  • 不要在 p11 文件中包含表單、按鈕或導覽等互動式 React components。
  • 不要將 p11 CLI 安裝為專案依賴項;請改用全域安裝或 npx。
  • 不要在記錄中或向審閱者公開 edit URLs;它們會授予更新和刪除存取權。

常見問題

什麼是 p11 文件?
p11 文件是一個靜態 React .tsx module,使用 document-safe components 來建立可分享、可留言的內容。
我需要安裝任何東西嗎?
是,p11 CLI 必須全域安裝。如果缺少此工具,該技能可以使用 npm 為你安裝。
發布後可以編輯文件嗎?
可以,使用原始發布產生的 edit URL 來推送更新版本。read URL 會保持不變。
我可以在 p11 文件中使用哪些元件?
請使用來自 @p11-core/components 的 document-safe components,包括 Document、Heading、Section、Text、Table、CodeBlock 等。
我的文件是私密的嗎?
已發布文件可由任何持有 read URL 的人存取。Edit URLs 會作為 bearer credentials,應保持私密。
我可以刪除已發布的文件嗎?
可以,你可以使用文件的 edit URL 刪除文件。如果日後可能需要刪除文件,請妥善保管 edit URL。

開發者詳情

檔案結構