teams-api 1.7.1 → 1.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +10 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -186,6 +186,16 @@ npm install -g teams-api
186
186
  teams-api auth --login
187
187
  ```
188
188
 
189
+ ### Agent skill
190
+
191
+ Compatible coding agents can install the optional [teams-api skill](skills/teams-api/) to learn when and how to use the CLI or SDK:
192
+
193
+ ```bash
194
+ npx -y skills add Maxim-Mazurok/teams-api --skill teams-api
195
+ ```
196
+
197
+ The installer detects supported agents and asks whether to install the skill for the current project or globally. Once installed, the agent loads it automatically for relevant Teams tasks.
198
+
189
199
  ### Advanced Topics
190
200
 
191
201
  Manual token usage, debug-session auth, and programmatic Node.js usage are covered later in this README.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "teams-api",
3
- "version": "1.7.1",
3
+ "version": "1.7.2",
4
4
  "description": "AI-native Microsoft Teams integration — read conversations, send messages, manage members via the Teams Chat Service REST API",
5
5
  "type": "commonjs",
6
6
  "repository": {