一键导入
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.