add-sharepoint

仓库创建 2026年1月22日最近提交 4 小时前SkillHot 收录 20 天前
▸ 精选理由

提供列编码、查找与认证等关键参考,适合企业级 SharePoint 场景。

▸ 风险提示

需要访问 SharePoint API 并管理权限,可能改动或泄露文档与列表数据。

这个 Skill 做什么

在 Power Apps 中集成或创建 SharePoint 列表与文档库的读写功能。

在 Power Apps 里把 SharePoint 列表或文档库接进来,支持读写、管理文档或创建新的列表结构,适合移动应用需要和 SharePoint 交互时使用。能处理列编码、choice、lookup 等常见陷阱,并照顾 Graph API 的认证和站点 ID 等细节。特色是把平台复杂性屏蔽掉,直接给可用的数据连接和字段映射建议。

▸ 展开 SKILL.md 英文原文

Use when the user wants to read or write SharePoint lists, manage documents in a SharePoint document library, or create a new SharePoint list from a Power Apps mobile app.

开发编程SharePoint文档/列表集成通用
566
Stars
116
Forks
40
仓库内 Skill
+152
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/mobile-apps/skills/add-sharepoint/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/mobile-apps/skills/add-sharepoint/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
**📋 Shared instructions: [shared-instructions.md](${CLAUDE_SKILL_DIR}/../../shared/shared-instructions.md)** — read first.

**References:**

- [sharepoint-reference.md](./references/sharepoint-reference.md) — Column encoding, choice fields, lookups, API patterns (CRITICAL)
- [api-authentication-reference.md](./references/api-authentication-reference.md) — Graph API auth, token, site ID
- [list-management-reference.md](./references/list-management-reference.md) — Query, create, extend lists and columns

# Add SharePoint

Two paths: **existing lists** (skip to Step 6) or **new lists** (full workflow).

## Workflow

1. Check Memory Bank → 2. Plan → 3. Setup Graph API Auth → 4. Review Existing 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有