ari-anthropic-monitor
Monitor official Anthropic releases for ARI improvements - VERIFIED SOURCES ONLY
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Monitor official Anthropic releases for ARI improvements - VERIFIED SOURCES ONLY
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Discord slash commands, approval routing, channel policy, button interaction patterns for OpenClaw/ARI Discord integration
Obsidian vault integration patterns — vault-analyzer.ts, /ari-vault-* commands, morning briefing snippet, PARA structure, read-only enforcement
OpenClaw plugin development patterns — hooks, manifest structure, plugin SDK, APEX/CODEX enforcement
NOVA's P1 PayThePryce pipeline — market signal ingest, card detection, price monitoring, script generation, thumbnail generation, video assembly, approval gate
CHASE's P2 Pryceless Solutions pipeline — lead discovery, 5-criteria audit, LLM qualification, Prompt Forge 4-pass lock, demo generation, outreach approval gate
NOVA's thumbnail generation pipeline — Ideogram V3 via Fal.ai (primary) + DALL-E 3 fallback, 4-variant strategy, Pokemon TCG copyright rules,
| name | ari-anthropic-monitor |
| description | Monitor official Anthropic releases for ARI improvements - VERIFIED SOURCES ONLY |
| triggers | ["check anthropic updates","new claude features","anthropic releases","what's new from anthropic"] |
Track official Anthropic releases to keep ARI current with the latest capabilities, security patches, and best practices. Only uses verified Anthropic sources.
| Source | URL | Trust Level |
|---|---|---|
| Anthropic News | https://www.anthropic.com/news | SYSTEM |
| API Release Notes | https://docs.anthropic.com/en/release-notes | SYSTEM |
| Claude Code Releases | https://github.com/anthropics/claude-code/releases | SYSTEM |
| Anthropic SDK | https://github.com/anthropics/anthropic-sdk-python | SYSTEM |
| Claude Blog | https://claude.com/blog | SYSTEM |
| Anthropic Research | https://www.anthropic.com/research | SYSTEM |
| Source | Trust Level | Verification |
|---|---|---|
| claude-plugins-official | VERIFIED | Anthropic-managed |
| anthropics/claude-code | VERIFIED | Anthropic repo |
| trailofbits/skills | VERIFIED | Security firm |
1. User invokes "check anthropic updates"
2. Fetch from VERIFIED sources only:
- WebFetch → anthropic.com/news
- WebFetch → docs.anthropic.com/release-notes
- gh api → anthropics/claude-code releases
3. Parse and filter for ARI-relevant updates:
- Claude API changes
- Claude Code plugin system
- Security advisories
- Performance improvements
- New capabilities
4. Present findings with security assessment:
- Source verification status
- Compatibility with ARI architecture
- Security implications
- Implementation complexity
5. User decides whether to proceed
## Anthropic Updates Report
**Generated**: [timestamp]
**Sources Checked**: [list of verified sources]
### Security Advisories (PRIORITY)
[Any security-related updates]
### Claude API Updates
[New API features or changes]
### Claude Code Updates
[Plugin system, hooks, commands]
### Research & Papers
[Relevant research that could improve ARI]
### Recommendations for ARI
| Update | Priority | Security Impact | Requires Review |
|--------|----------|-----------------|-----------------|
| ... | ... | ... | ... |
All recommendations flow through:
Before any action:
// Verify source is in trusted list
const TRUSTED_SOURCES = [
'anthropic.com',
'docs.anthropic.com',
'claude.com',
'github.com/anthropics',
'github.com/trailofbits'
];
function verifySource(url: string): boolean {
return TRUSTED_SOURCES.some(trusted => url.includes(trusted));
}
User: "check anthropic updates"
Skill:
Checking verified Anthropic sources...
✅ anthropic.com/news - Connected
✅ docs.anthropic.com/release-notes - Connected
✅ github.com/anthropics/claude-code - Connected
## Anthropic Updates Report
Generated: 2026-01-28
### Security Advisories
None found.
### Claude API Updates
- Claude 3.5 Opus: Improved reasoning (Jan 15)
- Tool use enhancements (Jan 10)
### Claude Code Updates
- Plugin system v2.1: New hook types
- Marketplace security improvements
### Recommendations for ARI
| Update | Priority | Security | Action |
|--------|----------|----------|--------|
| Hook system v2.1 | Medium | Safe | Review |
| Tool use update | Low | Safe | Monitor |
No automatic installations. Review recommendations?