ari-time-research
Research ARI's memory and knowledge over time windows
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Research ARI's memory and knowledge over time windows
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
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-time-research |
| description | Research ARI's memory and knowledge over time windows |
| triggers | ["/last30days","/lastweek","/lastmonth","last N days","what did we learn","recent decisions","what happened since"] |
Query ARI's memory and knowledge base over specific time periods. Useful for:
| Command | Time Window |
|---|---|
/lastweek | Past 7 days |
/last30days | Past 30 days |
/lastmonth | Past 30 days |
| "last N days" | Past N days |
| "since [date]" | Since specific date |
/lastweek patterns
Returns patterns learned in the last 7 days.
/last30days decisions
Returns decisions made in the last 30 days with reasoning.
what did we learn since Monday?
Natural language time query.
You can filter by domain:
patterns - Learned patterns and conventionsdecisions - Decisions and their rationalefixes - Bug fixes and solutionsdocs - Documentation changesExample:
/lastweek decisions domain:architecture
Filter by confidence level (0-1):
/last30days patterns minConfidence:0.7
This skill uses the ari_memory_time_search MCP tool:
const results = await ari_memory_time_search({
startDate: '2024-01-01',
endDate: '2024-01-08', // Optional, defaults to now
domain: 'patterns',
minConfidence: 0.5,
limit: 50,
});
## Research: Last 7 Days
### Decisions (3)
1. **ADR-009: Use Zod for all schemas** (Jan 5)
- Reasoning: Runtime validation, TypeScript integration
- Confidence: 0.95
2. **Chose Vitest over Jest** (Jan 3)
- Reasoning: ESM support, faster, TypeScript-native
- Confidence: 0.90
### Patterns Learned (5)
- EventBus for all cross-layer communication
- Audit all state changes
- Trust levels on every message
...
### Fixes Applied (2)
- Fixed hash chain verification on startup
- Resolved memory leak in websocket handler
Results from time research can feed into: