feishu-cli-perm
10
总安装量
2
周安装量
#29641
全站排名
安装命令
npx skills add https://github.com/riba2534/feishu-cli --skill feishu-cli-perm
Agent 安装分布
openclaw
2
Skill 文档
é£ä¹¦æé管çæè½
为é£ä¹¦äºææ¡£æ·»å ææ´æ°åä½è æéã
éç¨åºæ¯
- ç»é£ä¹¦ææ¡£æ·»å åä½è æé
- æ¹éææèæ¬å
- æç¡®åä½è ç±»åãæé级å«ãæ¯å¦éç¥
å½ä»¤æ ¼å¼
æ·»å æé
feishu-cli perm add <TOKEN> \
--doc-type <DOC_TYPE> \
--member-type <MEMBER_TYPE> \
--member-id <MEMBER_ID> \
--perm <PERM> \
[--notification]
æ´æ°æé
feishu-cli perm update <TOKEN> \
--doc-type <DOC_TYPE> \
--member-type <MEMBER_TYPE> \
--member-id <MEMBER_ID> \
--perm <PERM>
åæ°è¯´æ
doc-typeï¼äºææ¡£ç±»åï¼
| å¼ | 说æ |
|---|---|
| docx | æ°çææ¡£ |
| doc | æ§çææ¡£ |
| sheet | çµåè¡¨æ ¼ |
| bitable | å¤ç»´è¡¨æ ¼ |
| wiki | ç¥è¯åº |
| file | æä»¶ |
| folder | æä»¶å¤¹ |
| mindnote | æç»´ç¬è®° |
| minutes | å¦è®° |
| slides | å¹»ç¯ç |
member-typeï¼åä½è ID ç±»åï¼
| å¼ | 说æ | ç¤ºä¾ |
|---|---|---|
| é®ç®± | user@example.com | |
| openid | Open ID | ou_xxx |
| unionid | Union ID | on_xxx |
| userid | User ID | 123456 |
| openchat | 群è ID | oc_xxx |
| opendepartmentid | é¨é¨ ID | od_xxx |
| groupid | ç¾¤ç» ID | gc_xxx |
| wikispaceid | ç¥è¯ç©ºé´ ID | ws_xxx |
permï¼æéè§è²ï¼
| å¼ | 说æ |
|---|---|
| view | æ¥çæé |
| edit | ç¼è¾æé |
| full_access | å®å ¨è®¿é®æéï¼å¯ç®¡çï¼ |
å¯éåæ°
--notificationï¼æ·»å æéåéç¥å¯¹æ¹
示ä¾
æé®ç®±æ·»å ç¨æ·ä¸ºç¼è¾è
feishu-cli perm add docx_xxxxxx \
--doc-type docx \
--member-type email \
--member-id user@example.com \
--perm edit \
--notification
æ Open ID æ·»å ç¨æ·æ¥çæé
feishu-cli perm add docx_xxxxxx \
--doc-type docx \
--member-type openid \
--member-id ou_xxxxxx \
--perm view
ç»ç¾¤èæ·»å ç¼è¾æé
feishu-cli perm add sht_xxxxxx \
--doc-type sheet \
--member-type openchat \
--member-id oc_xxxxxx \
--perm edit
æé¨é¨æ·»å æ¥çæé
feishu-cli perm add sht_xxxxxx \
--doc-type sheet \
--member-type opendepartmentid \
--member-id od_xxxxxx \
--perm view
æ´æ°å·²ææé
feishu-cli perm update docx_xxxxxx \
--doc-type docx \
--member-type email \
--member-id user@example.com \
--perm full_access
æ§è¡æµç¨
-
æ¶éææ¡£ä¿¡æ¯
- è·åææ¡£ Tokenï¼ä» URL æç¨æ·æä¾ï¼
- ç¡®å® doc-typeï¼æ ¹æ® Token åç¼å¤æï¼
-
æ¶éåä½è ä¿¡æ¯
- ç¡®å® member-typeï¼é®ç®±æå¸¸ç¨ï¼
- è·å member-id
-
éæ©æé级å«
- viewï¼ä» æ¥ç
- editï¼å¯ç¼è¾
- full_accessï¼å®å ¨è®¿é®
-
æ§è¡å½ä»¤
- å¯éæ·»å
--notificationéç¥å¯¹æ¹
- å¯éæ·»å
Token åç¼å¯¹åºå ³ç³»
| åç¼ | doc-type |
|---|---|
| docx_ | docx |
| doccn | doc |
| sht_ | sheet |
| bascn | bitable |
| wikicn | wiki |
| fldcn | folder |
常è§é»è®¤æä½
åå»ºææ¡£åèªå¨ææï¼
# åå»ºææ¡£åï¼ç»æå®ç¨æ·æ·»å å®å
¨è®¿é®æé
feishu-cli perm add <doc_token> \
--doc-type docx \
--member-type email \
--member-id user@example.com \
--perm full_access \
--notification