Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
Pre-trade risk assessment and policy enforcement for crypto trading using the Survivability-Aware Execution (SAE) framework. Use this skill before executing any crypto trade, when evaluating trader behavioral state (revenge trading, tilt, overconfidence, late-night impulsivity), when assessing market narrative risk, when computing position/leverage/frequency limits, when enforcing cool-down periods or staged execution, when auditing trading plugins or extensions for supply-chain risk, or when the user mentions risk management, survivability, blow-up prevention, liquidation avoidance, or trading discipline. --- name: sae-policy-guard description: > Pre-trade risk assessment and policy enforcement for crypto trading using the Survivability-Aware Execution (SAE) framework. Use this skill before executing any crypto trade, when evaluating trader behavioral state (revenge trading, tilt, overconfidence, late-night impulsivity), when assessing market narrative risk, when computing position/leverage/frequency limits, when enfo Capability contract not published. No trust telemetry is available yet. 15 GitHub stars reported by the source. Last updated 4/15/2026.
Freshness
Last checked 4/15/2026
Best For
sae-policy-guard is best for supply, policy workflows where OpenClaw compatibility matters.
Not Ideal For
Contract metadata is missing or unavailable for deterministic execution.
Evidence Sources Checked
editorial-content, GITHUB OPENCLEW, runtime-metrics, public facts pack
Pre-trade risk assessment and policy enforcement for crypto trading using the Survivability-Aware Execution (SAE) framework. Use this skill before executing any crypto trade, when evaluating trader behavioral state (revenge trading, tilt, overconfidence, late-night impulsivity), when assessing market narrative risk, when computing position/leverage/frequency limits, when enforcing cool-down periods or staged execution, when auditing trading plugins or extensions for supply-chain risk, or when the user mentions risk management, survivability, blow-up prevention, liquidation avoidance, or trading discipline. --- name: sae-policy-guard description: > Pre-trade risk assessment and policy enforcement for crypto trading using the Survivability-Aware Execution (SAE) framework. Use this skill before executing any crypto trade, when evaluating trader behavioral state (revenge trading, tilt, overconfidence, late-night impulsivity), when assessing market narrative risk, when computing position/leverage/frequency limits, when enfo
Public facts
5
Change events
1
Artifacts
0
Freshness
Apr 15, 2026
Capability contract not published. No trust telemetry is available yet. 15 GitHub stars reported by the source. Last updated 4/15/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Apr 15, 2026
Vendor
True Ai Labs
Artifacts
0
Benchmarks
0
Last release
Unpublished
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Capability contract not published. No trust telemetry is available yet. 15 GitHub stars reported by the source. Last updated 4/15/2026.
Setup snapshot
git clone https://github.com/True-AI-Labs/sae-policy-guard.gitSetup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
True Ai Labs
Protocol compatibility
OpenClaw
Adoption signal
15 GitHub stars
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
3
Snippets
0
Languages
typescript
Parameters
json
[
{
"timestamp": "2026-02-19T14:30:00Z",
"asset": "BTC-PERP",
"direction": "long",
"size_usd": 5000,
"leverage": 10,
"pnl_usd": -450,
"holding_minutes": 12,
"was_stop_loss": false
}
]json
{
"asset": "BTC-PERP",
"candles_1h": [{"timestamp": "...", "open": 97000, "high": 97500, "low": 96800, "close": 97200, "volume": 1234567}],
"funding_rate": 0.0003,
"open_interest_usd": 15000000000,
"orderbook_depth_bps_10": 5000000,
"spread_bps": 1.2
}json
{
"social_volume_24h": 45000,
"social_volume_7d_avg": 12000,
"sentiment_score": 0.82,
"top_keywords": ["moon", "breakout", "ATH"]
}Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB OPENCLEW
Editorial quality
ready
Pre-trade risk assessment and policy enforcement for crypto trading using the Survivability-Aware Execution (SAE) framework. Use this skill before executing any crypto trade, when evaluating trader behavioral state (revenge trading, tilt, overconfidence, late-night impulsivity), when assessing market narrative risk, when computing position/leverage/frequency limits, when enforcing cool-down periods or staged execution, when auditing trading plugins or extensions for supply-chain risk, or when the user mentions risk management, survivability, blow-up prevention, liquidation avoidance, or trading discipline. --- name: sae-policy-guard description: > Pre-trade risk assessment and policy enforcement for crypto trading using the Survivability-Aware Execution (SAE) framework. Use this skill before executing any crypto trade, when evaluating trader behavioral state (revenge trading, tilt, overconfidence, late-night impulsivity), when assessing market narrative risk, when computing position/leverage/frequency limits, when enfo
Survivability-Aware Execution is a trading execution gate: before an order is placed, determine the maximum allowed risk budget and executable action set right now.
Core objective: minimize tail losses and liquidation probability — not maximize per-trade returns. Three modules: Trader-State Model, Market/Narrative Context, Policy Gate.
| Task | Action | Script |
|---|---|---|
| Pre-trade risk check | Run full SAE pipeline | trader_state.py → market_context.py → policy_gate.py |
| Behavioral state only | Score trader patterns | python scripts/trader_state.py --trades <file> |
| Market context only | Assess environment | python scripts/market_context.py --market <file> |
| Compute constraints | Generate policy gate | python scripts/policy_gate.py --trader-state <json> --market-context <json> |
| Narrative firewall | Check narrative risk | python scripts/market_context.py --market <file> --mode narrative |
| Plugin/extension audit | Scan supply-chain risk | python scripts/threat_audit.py --target <path> |
| Replay evaluation | Backtest SAE decisions | python scripts/replay_evaluate.py --trades <file> |
| Full threat assessment | Run threat model | Follow threat assessment workflow below |
Follow these 8 steps for every trade assessment. Do NOT skip steps.
Collect from the user:
If no explicit trade, assess current state for monitoring. If user cannot provide trade history, use self-reported state with conservative defaults.
Run scripts/trader_state.py with the trader's recent trade history.
Input format — JSON array of trades:
[
{
"timestamp": "2026-02-19T14:30:00Z",
"asset": "BTC-PERP",
"direction": "long",
"size_usd": 5000,
"leverage": 10,
"pnl_usd": -450,
"holding_minutes": 12,
"was_stop_loss": false
}
]
Output — JSON with scores (0.0–1.0) for six patterns:
revenge_trading: loss → rapid re-entry with increased sizeoverconfidence: win streak → size escalationhigh_freq_switching: excessive direction/asset changeslate_night_impulsivity: trades outside normal hourstilt_averaging: adding to losing positions repeatedlyfomo_chasing: entering after large price movesPlus composite risk_escalation_probability (0.0–1.0).
If trade history is unavailable, ask the user about recent losses, current emotional state, time of day, and how many trades they have made today. Apply conservative defaults (risk_escalation_probability >= 0.5 when uncertain).
Run scripts/market_context.py with current market data.
Input format — JSON:
{
"asset": "BTC-PERP",
"candles_1h": [{"timestamp": "...", "open": 97000, "high": 97500, "low": 96800, "close": 97200, "volume": 1234567}],
"funding_rate": 0.0003,
"open_interest_usd": 15000000000,
"orderbook_depth_bps_10": 5000000,
"spread_bps": 1.2
}
Optional sentiment input:
{
"social_volume_24h": 45000,
"social_volume_7d_avg": 12000,
"sentiment_score": 0.82,
"top_keywords": ["moon", "breakout", "ATH"]
}
Output — volatility_regime, liquidity_score, event_window, narrative_intensity, error_amplification_score.
If market data is unavailable, ask the user to describe current conditions or default to elevated caution (error_amplification_score = 0.5).
Run scripts/policy_gate.py combining outputs from Steps 2 and 3, plus trade intent.
The script applies the Policy Matrix and outputs enforceable constraints:
gate_decision: ALLOW / CONSTRAIN / COOL_DOWN / BLOCKmax_position_pct: max position as % of portfoliomax_leverage: max allowed leveragemax_trades_per_hour: frequency budgetcool_down_minutes: mandatory wait (0 if none)staged_execution: whether order must be split into tranchesstage_count: number of tranches if stagednarrative_exclusion: whether narrative firewall blocks this tradepolicy_token_required: whether forced confirmation is neededviolations: list of specific constraint breachesrationale: human-readable explanationFormat output using assets/policy-report-template.md. Clearly show:
For each decision type:
If policy_token_required is true:
CRITICAL: A BLOCK decision cannot be overridden. Only CONSTRAIN and COOL_DOWN support policy tokens.
After execution or non-execution, log:
trade_id, sae_decision, constraints_applied, override_used, actual_outcomeThis data feeds back into Step 2 for future assessments. Recommend the user maintain a local trade journal JSON file for continuous improvement.
On request or at regular intervals, run scripts/replay_evaluate.py to assess SAE
effectiveness. Report: tail-risk reduction, false-block rate, lead time.
See references/evaluation-protocol.md for methodology.
The policy gate maps (trader_risk_band × market_risk_band) to constraints:
| Trader Risk | Market Risk | Decision | Position Cap | Leverage Cap | Cool-Down | Staged | Narrative Block | |---|---|---|---|---|---|---|---| | Low (<0.3) | Low (<0.3) | ALLOW | 100% | 100% | 0 min | No | No | | Low | Medium (0.3–0.6) | CONSTRAIN | 75% | 75% | 0 min | No | No | | Low | High (>0.6) | CONSTRAIN | 50% | 50% | 0 min | 2 tranches | If narrative >0.8 | | Medium (0.3–0.6) | Low | CONSTRAIN | 75% | 75% | 0 min | No | No | | Medium | Medium | CONSTRAIN | 50% | 50% | 15 min | 2 tranches | If narrative >0.7 | | Medium | High | COOL_DOWN | 25% | 25% | 30 min | 3 tranches | If narrative >0.6 | | High (>0.6) | Low | CONSTRAIN | 50% | 50% | 15 min | 2 tranches | No | | High | Medium | COOL_DOWN | 25% | 25% | 30 min | 3 tranches | If narrative >0.5 | | High | High | BLOCK | 0% | 0% | 60 min | N/A | Yes |
All thresholds configurable via assets/config-schema.yaml.
The narrative firewall predicts whether current market narrative will trigger loss-of-control behavior — NOT whether price will move.
Signals:
When narrative_exclusion triggers:
--mode narrative for standalone narrative assessmentFor auditing trading system plugins, bots, or extensions:
python scripts/threat_audit.py --target <plugin-path>assets/threat-assessment-template.mdreferences/threat-model.md for the full taxonomyAll thresholds are configurable. Copy assets/config-schema.yaml, modify values,
and pass with --config <path> to any script.
Key configurable parameters:
These are not suggestions. They are constraints.
gate_decision is BLOCK: the agent MUST refuse to execute the trade. No exceptions. No overrides.gate_decision is COOL_DOWN: the agent MUST impose the actual time delay. No early release.gate_decision is CONSTRAIN: the agent MUST adjust trade parameters to fit constraints before execution.policy_token_required is true: the agent MUST obtain explicit user confirmation before proceeding.Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
curl -s "https://xpersona.co/api/v1/agents/true-ai-labs-sae-policy-guard/snapshot"
curl -s "https://xpersona.co/api/v1/agents/true-ai-labs-sae-policy-guard/contract"
curl -s "https://xpersona.co/api/v1/agents/true-ai-labs-sae-policy-guard/trust"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Do not use if
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Rank
70
AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs
Traction
No public download signal
Freshness
Updated 6d ago
Rank
70
Free, local, open-source 24/7 Cowork app and OpenClaw for Gemini CLI, Claude Code, Codex, OpenCode, Qwen Code, Goose CLI, Auggie, and more | 🌟 Star if you like it!
Traction
No public download signal
Freshness
Updated 6d ago
Rank
70
The Frontend for Agents & Generative UI. React + Angular
Traction
No public download signal
Freshness
Updated 23d ago
Contract JSON
{
"contractStatus": "missing",
"authModes": [],
"requires": [],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": null,
"outputSchemaRef": null,
"dataRegion": null,
"contractUpdatedAt": null,
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/true-ai-labs-sae-policy-guard/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/true-ai-labs-sae-policy-guard/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/true-ai-labs-sae-policy-guard/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/true-ai-labs-sae-policy-guard/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/true-ai-labs-sae-policy-guard/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/true-ai-labs-sae-policy-guard/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"OPENCLEW"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_OPENCLEW",
"generatedAt": "2026-04-17T03:32:43.358Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "OPENCLEW",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
},
{
"key": "supply",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "policy",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|profile capability:supply|supported|profile capability:policy|supported|profile"
}Facts JSON
[
{
"factKey": "docs_crawl",
"category": "integration",
"label": "Crawlable docs",
"value": "6 indexed pages on the official domain",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
},
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "True Ai Labs",
"href": "https://github.com/True-AI-Labs/sae-policy-guard",
"sourceUrl": "https://github.com/True-AI-Labs/sae-policy-guard",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-15T01:13:26.175Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/true-ai-labs-sae-policy-guard/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/true-ai-labs-sae-policy-guard/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-04-15T01:13:26.175Z",
"isPublic": true
},
{
"factKey": "traction",
"category": "adoption",
"label": "Adoption signal",
"value": "15 GitHub stars",
"href": "https://github.com/True-AI-Labs/sae-policy-guard",
"sourceUrl": "https://github.com/True-AI-Labs/sae-policy-guard",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-15T01:13:26.175Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/true-ai-labs-sae-policy-guard/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/true-ai-labs-sae-policy-guard/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "docs_update",
"title": "Docs refreshed: Sign in to GitHub · GitHub",
"description": "Fresh crawlable documentation was indexed for the official domain.",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
}
]Sponsored
Ads related to sae-policy-guard and adjacent AI workflows.