ワンクリックで
permission
Use when changing Feishu document visibility, copy permissions, or download permissions for an uploaded document token.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when changing Feishu document visibility, copy permissions, or download permissions for an uploaded document token.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when configuring obshare-cli credentials, checking saved settings, testing connectivity, clearing local config, or setting optional Obsidian bridge values used by the V0.2.0 direct-share stack.
Use when setting up obshare-cli 0.2.0, reviewing available commands, or choosing the right command for config, upload, permission, history, delete, and the plugin-first direct-share workflow.
Use when uploading a Markdown note to Feishu, optionally applying public or copy/download permissions, or requesting JSON upload results for automation or the Obsidian plugin direct-share flow.
Use when removing a Feishu document by token and cleaning the matching entry from local obshare-cli upload history.
Use when checking obshare-cli upload history, finding document tokens, or reviewing previous upload URLs and permission snapshots.
| name | permission |
| description | Use when changing Feishu document visibility, copy permissions, or download permissions for an uploaded document token. |
Adjust sharing permissions for an existing Feishu document.
| Command | Purpose |
|---|---|
set <token> | Update sharing flags for one document |
conda run -n obsd obshare-cli permission set <token> [--public] [--allow-copy] [--allow-download]
conda run -n obsd obshare-cli --json permission set <token> [--public] [--allow-copy] [--allow-download]
conda run -n obsd obshare-cli permission set doxcnAbcDefGhi --public
conda run -n obsd obshare-cli permission set doxcnAbcDefGhi --allow-copy --allow-download
conda run -n obsd obshare-cli --json permission set doxcnAbcDefGhi --public --allow-copy
--public makes the document link-accessible.--allow-copy allows viewers to copy content.--allow-download allows download and create-copy behavior.