share Skill
Shares (or unshares) a Microsoft App with users via ms app share / ms app unshare. Use when updating app access control. Published by microsoft in Managed-Apps.
What is share Skill?
Shares (or unshares) a Microsoft App with users via ms app share / ms app unshare. Use when updating app access control. Published by microsoft in Managed-Apps. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Testing use cases
Technical details
- Install or run with Copy skill directory
When to use share Skill
- Use it for testing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/Managed-Apps
- Skill file: plugins/microsoft-managed-apps/skills/share/SKILL.md
What it does
Shares (or unshares) a Microsoft App with users via ms app share / ms app unshare. Use when updating app access control.
Skill instructions
📋 Shared Instructions: shared-instructions.md — Cross-cutting concerns. Always confirm before share/unshare. Share / Unshare Adds or removes user access to the app in the current directory. The CLI resolves emails via Microsoft Graph; entries that don't resolve are returned as warnings (the RP call still succeeds for the resolved entries). Workflow 1. Memory Bank → 2. Verify Project + Env → 3. Mode (share / unshare) → 4. Collect Emails → 5. Confirm → 6. Run → 7. Surface Partial-Success Envelope --- Step 1: Check Memory Bank Read memory-bank.md for app slug, GUID, and environment. Step 2: Verify Project + Env bash test -f ms.config.json || { echo "Not in a Microsoft App workspace."; exit 1; } BIN=ms $BIN auth status must report the expected UPN Step 3: Mode Ask whether the user wants to share (add access) or unshare (remove access). Default to share unless the prompt obviously indicates removal. Step 4: Collect Emails Accept a comma-separated email list. Validate basic shape (user@doma
Explore related resources
Frequently asked questions
What is share?
share is a open-source AI agent skill with Copy skill directory. Shares (or unshares) a Microsoft App with users via ms app share / ms app unshare. Use when updating app access control.
Who is share best for?
share is best for reusing agent instructions, scripts, and references, testing workflows.
How do I install share?
Install or run share using Copy skill directory. Check share for the latest setup command.
Is share actively maintained?
share may need a closer maintenance check before production use.
Auto-fetched from GitHub.