edit-offline-profile

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

适合仅需小范围调整离线策略的维护场景。

▸ 风险提示

需访问并修改 Dataverse 离线配置,要求相应权限。

这个 Skill 做什么

对现有离线配置的单项设置(范围/列/频率)进行修改而不重跑向导。

在不重跑整个 /setup 向导的情况下,允许你只修改现有离线配置里的某一项(比如表格的行范围、列字段或同步频率)。适合想做小范围微调、不希望覆盖其它设置或触发全量重建的时候使用。该操作只改单项配置并保留其余设置,避免意外回退或重复配置流程带来的麻烦。

▸ 展开 SKILL.md 英文原文

Use when the user wants to change ONE aspect of an existing offline profile (row scope for a table, column list, sync frequency) without re-running the full /setup-offline-profile wizard. Mirrors the /edit-app gated edit pattern.

数据与抓取离线配置Dataverse微调通用
566
Stars
116
Forks
40
仓库内 Skill
+152
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/mobile-apps/skills/edit-offline-profile/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/mobile-apps/skills/edit-offline-profile/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
**Shared instructions: [shared-instructions.md](${CLAUDE_SKILL_DIR}/../../shared/shared-instructions.md)** — read first.

**References:**

- [dataverse-offline-api.md](${CLAUDE_SKILL_DIR}/../../shared/references/dataverse-offline-api.md) §4 / §7 — POST item + PATCH selectedcolumns
- [offline-profile-reconciliation.md](${CLAUDE_SKILL_DIR}/../../shared/references/offline-profile-reconciliation.md) — refreshing the `schemaColumns` baseline after a column edit

# Edit Offline Profile

Re-run a single piece of an existing profile — change one table's row scope, update the column list, adjust sync frequency, or rename the profile. Avoids the cognitive cost of walking the full /setup-offline-profil
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有