rwa-pulse
$
npx mdskill add aaronjmars/aeon/rwa-pulsetracks rwa tokenization momentum weekly
- surfaces new protocols, tvl growth, and regulatory updates in rwa tokenization
- reads memory files and market context for current data and protocol lists
- defaults to known protocols and appends new discoveries each week
- outputs structured updates for articles, briefs, and ongoing research
SKILL.md
.github/skills/rwa-pulseView on GitHub ↗
---
name: rwa-pulse
description: Weekly Real World Asset tokenization momentum tracker — surfaces new protocol launches, TVL milestones, institutional adoption, and regulatory approvals
tags: [crypto, research]
---
Today is ${today}. Read `memory/MEMORY.md` and `memory/topics/market-context.md` (if present) before starting.
## Voice
If `soul/SOUL.md` and `soul/STYLE.md` are populated, match the operator's voice in the notification. If empty or absent, write in a clear, direct, neutral tone — lowercase, punchy, no hedging.
## Why this skill exists
RWA tokenization is one of the largest growth categories in crypto, but most daily-token skills don't surface it with enough depth to feed articles, newsletters, or research briefs. This skill runs weekly, surfaces the signal, and keeps the operator's RWA notes current.
## Configuration
Read `memory/topics/rwa.md` if it exists for an operator-defined list of tracked protocols. If the file doesn't exist or has no `## Protocols` section, default to a baseline of: `Ondo Finance`, `Maple Finance`, `Centrifuge`, `Figure`, `BlackRock BUIDL`, `Franklin Templeton`. The skill will append any newly discovered protocols on each run.
## Steps
### 1. Load current context
Read:
- `memory/MEMORY.md` — current RWA notes and last known stats
- `memory/topics/rwa.md` — protocol list, prior TVL baseline, signal log
- `memory/topics/market-context.md` — most recent market context snapshot (if present)
Note the last-known RWA TVL baseline (if any). This becomes the comparison point.
### 2. Search for developments from the last 7 days
Run these searches via WebSearch:
```
WebSearch: "RWA tokenization real world assets ${year} site:theblock.co OR site:dlnews.com OR site:coindesk.com OR site:blockworks.co"
WebSearch: "tokenized treasury ONDO Maple Centrifuge ${year}"
WebSearch: "institutional crypto RWA BlackRock Franklin Templeton tokenized fund ${year}"
WebSearch: "RWA TVL total value locked ${year}"
WebSearch: "real world asset tokenization regulation SEC ${year}"
```
Collect all hits. Keep only items from the last 7 days. Discard opinion pieces — keep launches, TVL milestones, partnerships, regulatory actions, and institutional product announcements.
### 3. Fetch current TVL and key protocol stats
Use WebFetch to get current data:
- **RWA.xyz overall market**: `https://app.rwa.xyz` — total tokenized RWA mcap and top protocols
- For each protocol in the configured list, run: WebSearch `"<protocol name> TVL ${year}"`
If WebFetch fails on any URL, fall back to WebSearch.
Record: total RWA market cap (if available), top protocol TVL figures, any notable % changes vs baseline.
### 4. Filter and rank developments
Score each development:
| Criterion | Weight |
|-----------|--------|
| Institutional adoption (BlackRock, Franklin Templeton, major bank) | HIGH |
| New protocol launch or product with real TVL | HIGH |
| TVL milestone (new ATH, >10% change in 7d) | MEDIUM |
| Regulatory approval or framework advance | MEDIUM |
| Regulatory setback or enforcement | MEDIUM |
| Partnership announcement (no TVL yet) | LOW |
Keep top 4–5 items. Deduplicate against recent logs.
### 5. Update memory
Append (or create) an `## RWA Pulse — ${today}` section in `memory/topics/rwa.md`:
```markdown
## RWA Pulse — ${today}
- **Total RWA market:** [$ figure if found, else "N/A"]
- **Top move:** [biggest development in one line]
- **Notable items:** [2-3 short bullets]
- **Next watch:** [what to check next week]
```
If `memory/topics/market-context.md` exists, mirror a single-line summary into its `## RWA` section.
### 6. Send notification via `./notify -f`
Write to a temp file first, then send:
Format:
```
rwa pulse — ${today}
[top development in one punchy line]
[second development]
[third development]
[fourth if notable]
read it: memory/topics/rwa.md
```
Keep under 800 chars. Lowercase. Direct. No hedging.
Write to `.pending-notify-temp/rwa-pulse-${today}.md`, then:
```bash
./notify -f .pending-notify-temp/rwa-pulse-${today}.md
```
Create `.pending-notify-temp/` if it doesn't exist.
### 7. Log to memory/logs/${today}.md
Append:
```markdown
## RWA Pulse
- **Total RWA market:** [figure or N/A]
- **Developments found:** N
- **Top item:** [one line]
- **Updated:** memory/topics/rwa.md
- **Notification:** sent
- RWA_PULSE_OK
```
If fewer than 2 developments found, log `RWA_PULSE_SKIP: insufficient signal (<2 items)` and stop without notifying.
## Required Environment Variables
None. Uses WebSearch and WebFetch only.
## Sandbox Note
All external calls use WebSearch and WebFetch (Claude built-in tools), which bypass the GitHub Actions sandbox network restriction. No curl, no prefetch scripts needed.
## Output feeds
- `article` skill — use `memory/topics/rwa.md` as source
- `topic-momentum` — RWA signal now has dedicated weekly data
- `weekly-newsletter` — RWA developments slot into the weekly picks section
More from aaronjmars/aeon
- [REPLACE: SKILL_NAME]Daily price and volume tracker for [REPLACE: TOKEN_SYMBOL] with anomaly alerts above [REPLACE: ALERT_THRESHOLD_PCT]% movement
- Action Converter5 concrete real-life actions for today, leverage-scored against open loops with specificity and anti-fluff gates
- Agent BuzzCurated AI-agent tweets, clustered into narratives with insight summaries
- agent-displacementWeekly tracker of AI agent substitution signals — which roles, companies, and industries show real headcount displacement. Named roles + real deployments only.
- AI Framework WatchWeekly competitive-intelligence digest on the AI agent framework space — momentum, releases, breaking changes across a curated watchlist
- AIXBT PulseCross-domain market pulse from AIXBT's free grounding endpoint — crypto, macro, tradfi, geopolitics. Refreshes taxonomy references (clusters, chains) as a bonus.
- api-health-probeDaily pre-batch API provider health check — detects credit exhaustion or auth failure for every configured provider key before the morning batch runs, giving the operator a window to act before skills degrade
- Approval AuditList a wallet's live ERC-20 token approvals on Base and flag unlimited / risky spender grants. Keyless via Base RPC (eth_getLogs + eth_call) — no explorer key needed.
- article-queueWeekly article idea synthesizer — ranks signals from topic-momentum, beat-tracker, and narrative-tracker into a prioritized queue the article skill reads on next run
- atrium-catalog-watcherWeekly diff of the Atrium marketplace catalog at https://atriumhermes.tech/.well-known/skills/index.json against the prior snapshot — surfaces newly-published skills, removed skills, and updated descriptions. Supply-side complement to sparkleware-catalog (curated skill-packs.json registry) and skill-update-check (version drift of installed skills).