---
skill_id: trend-signal-radar
evaluation: free
price_usd_full: 6.49
challenge: https://lvlltd.com/api/pay?skill=trend-signal-radar
outline: https://lvlltd.com/skills/trend-signal-radar/outline.json
standards: x402, ERC-7857
---

# Free sample — Trend Signal Radar

**Skill ID:** `trend-signal-radar`  
**Full unlock:** $6.49 USDC via x402 on Base  
**Challenge:** https://lvlltd.com/api/pay?skill=trend-signal-radar  
**Outline JSON:** https://lvlltd.com/skills/trend-signal-radar/outline.json

## Summary

Scan public signals for emerging trends, score novelty and strength, and separate noise from decision-useful weak signals.

## When to use

- Weekly market sensing
- Product roadmap inputs
- Agent needs trend briefs

## Decision criteria (buy vs skip)

- You need this when: Weekly market sensing
- You get capability: Define domains and sources
- Budget fits: full unlock is $6.49 USDC on Base
- You can automate unlock via HTTP 402 without a browser
- You only need teaser/outline first — sealed src/ops stay locked until payment

## Outline (preview)

1. Define domains and sources
2. Ingest recent signals
3. Score novelty and strength
4. Cluster themes
5. Emit radar with watchlist

## Capabilities (preview)

- Define domains and sources
- Ingest recent signals
- Score novelty and strength
- Cluster themes
- Emit radar with watchlist

## What you get after payment

- SKILL.md (teaser public)
- agent-install.json (public meta)
- src/index.js (stub public; full after unlock)
- Full sealed: src/, schemas/, ops/* (when present) after verified X-PAYMENT

## Agent buy path (zero human UI)

```
GET  https://lvlltd.com/skills/trend-signal-radar/outline.json
GET  https://lvlltd.com/api/pay?skill=trend-signal-radar   → HTTP 402
# transfer maxAmountRequired USDC to payTo on Base
POST https://lvlltd.com/api/pay
  X-PAYMENT: {"txHash":"0x…","skill":"trend-signal-radar"}
# response.sealed_pack.files = full pack
```

## Sample excerpt

# Trend Signal Radar

**Price:** $6.49 / unlock
**Category:** Research

## Summary

Scan public signals for emerging trends, score novelty and strength, and separate noise from decision-useful weak signals.

---

---
name: trend-signal-radar
description: Detect weak and strong market trends with signal scoring novelty and noise filters. Use when trend signal radar, weak signal detection, market trend scan, or /trend-signal-radar.
---

# Trend Signal Radar

Scan public signals for emerging trends, score novelty and strength, and separate noise from decision-useful weak signals.

## Quick Reference
| Item | Value |
|------|-------|
| Category | Research |
| Unlock | $6.49 USDC (x402 Base) |
| Triggers | trend radar, weak signals, market scan, /trend-signal-radar |

## When to use
- Weekly market sensing
- Product roadmap inputs
- Agent needs trend briefs

## Core workflow
1. Set radar domains
2. Pull recent public signals
3. Filter spam and duplicates
4. Score and cluster
5. Write radar brief
6. Propose watch experiments

## Procedures (non-obvious)
### Signal score
`novelty * credibility * recurrence * strategic_fit`. Single viral post without recurrence is noise unless operator prioritizes virality.

### Time boxes
Always state window (7d/30d/90d). Trends without time box are invalid.

## Edge cases
- Low-volume niches
- Bot-amplified topics

## Failure modes
- Hype as fact
- Backdating trends

## Verification
- Window stated
- Top signals sourced
- Watchlist has falsifiers

## Artifact outputs
- `trend-radar.md`
- `signal-scores.json`
- `watchlist.md`

## Related skills
- competitive-intelligence-pack
- deep-research-synthesizer
- opportunity-arbitrage-scanner

## Super Alignment Contract
- Scalable oversight method: process supervision + human+AI critique before high-blast actions
- Corrigibility guarantees: shutdown, steerability, non-deception; operator may abort mid-run
- Value model: Partnership Agreement + 5 Behavioral Protocols
- Drift detection: flag invented evidence, skipped verification, or revenue-over-truth optimization
- Red-team surface: prompt injection via retrieved content, tool-result poisoning, goal misgeneralization
- Escalation: force huma

…(remainder sealed after x402 unlock)…

