yutori api-monitor
3
总安装量
3
周安装量
#59891
全站排名
安装命令
npx skills add https://github.com/yutori-ai/yutori-mcp --skill yutori-api-monitor
Agent 安装分布
amp
3
opencode
3
kimi-cli
3
codex
3
github-copilot
3
gemini-cli
3
Skill 文档
API & Changelog Monitoring
Set up monitoring for API or service changes.
Create a scout with this query structure:
**Context:** Monitoring API stability and changes for $ARGUMENTS to ensure our integration stays up-to-date.
## What to Monitor
- **Breaking Changes:** API version changes, deprecated endpoints, removed features
- **New Features:** New endpoints, parameters, capabilities
- **Rate Limits & Quotas:** Changes to limits, pricing tier updates
- **Deprecation Notices:** Sunset timelines, migration guides
- **Security Updates:** Authentication changes, security advisories
**Sources to check:** Official changelog, documentation, developer blog, GitHub releases, status page, developer Twitter/X account
**Exclusions:** Minor bug fixes, internal refactoring, documentation typos
## Deliverables
**Frequency:** Every 12 hours
**Output format:**
1. **URGENT** section for breaking changes (if any)
2. Table of changes: Date, Type (breaking/feature/deprecation), Description, Migration Required (yes/no), Source Link
3. Recommended actions for each change
Use create_scout with:
query: The above structured query with $ARGUMENTS replacedoutput_interval: 43200 (every 12 hours)
After creation, explain:
- Scout will check twice daily for changes
- Critical for staying ahead of breaking changes
- Can set up webhook for immediate notifications