Initial commit with translated description
This commit is contained in:
32
README.md
Normal file
32
README.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# Feishu Doc Skill
|
||||
|
||||
Fetch content from Feishu (Lark) Wiki, Docs, Sheets, and Bitable.
|
||||
|
||||
## Usage
|
||||
|
||||
```bash
|
||||
node index.js fetch <url>
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
||||
Create a `config.json` file in the root of the skill or set environment variables:
|
||||
|
||||
```json
|
||||
{
|
||||
"app_id": "YOUR_APP_ID",
|
||||
"app_secret": "YOUR_APP_SECRET"
|
||||
}
|
||||
```
|
||||
|
||||
Environment variables:
|
||||
- `FEISHU_APP_ID`
|
||||
- `FEISHU_APP_SECRET`
|
||||
|
||||
## Supported URL Types
|
||||
|
||||
- Wiki
|
||||
- Docx
|
||||
- Doc (Legacy)
|
||||
- Sheets
|
||||
- Bitable
|
||||
Reference in New Issue
Block a user