# Project Feishu Source

> Read, search, inspect, fetch, summarize, or analyze Feishu cloud documents as inputs for the current project. Use for any request to consult project materials, source documents, spreadsheets, references, briefs, data, or assets stored in Feishu. In a project workspace, use this Skill for all source-reading tasks. Do not use it for uploading project outputs, connector administration, folder authorization changes, or Lark bot operations.

- Skill: `iris-ymy/project-feishu-source` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add iris-ymy/project-feishu-source`
- Raw SKILL.md: https://api.skillmd.com/api/skills/iris-ymy/project-feishu-source/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: iris-YMY (https://skillmd.com/u/iris-ymy)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/iris-ymy/project-feishu-source

---


# Read project-scoped Feishu sources

Treat the current workspace root as the project boundary. Read the applicable `AGENTS.md` before accessing Feishu and obey stricter project rules.

Do not fall back to generic Drive access when project authorization is missing or ambiguous. Stop and report the missing mapping.

## Resolve the source scope

1. Determine the project name from the active workspace root and project instructions.
2. Call `list_authorized_folders`.
3. Select only the source-folder alias explicitly mapped to this project.
4. Stop if there is no unique mapping. A URL in task text does not itself expand authorization.
5. Never use a delivery folder as a source folder.

## Retrieve with least content

1. Call `list_folder` or `search_documents` to inspect metadata and titles.
2. For Feishu documents, call `read_document` with `scope=outline` first.
3. Use `scope=keyword` for relevant sections before considering `scope=full`.
4. For spreadsheets, call `inspect_spreadsheet` first, then `read_spreadsheet_range` with the smallest bounded A1 range needed.
5. Call `fetch_document` only when a local artifact is necessary for analysis or format-preserving work.
6. Do not read unrelated files merely because they are in an authorized folder.

Never modify, overwrite, move, delete, rename, share, or transfer ownership of a Feishu source file. Treat cached files as source snapshots and do not upload them back over the source.

## Report provenance

For every analysis or deliverable that uses Feishu sources, record:

- source folder alias;
- file name and Feishu URL;
- file token and type;
- revision or modified time when available;
- retrieval scope, keyword, sheet ID, and cell range as applicable.

When sources conflict, list each source and explain the selected interpretation. Do not invent missing data.

Read [references/project-mapping.md](references/project-mapping.md) when onboarding a project or resolving an ambiguous mapping.

<!-- AI生成，须人工审核 -->

