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
Ascension autonomous growth skill for running a five-layer journaling and memory engine. Use when processing private journals, curating PRIVATE_MEMORY.md and INTIMATE_MEMORY.md from journal anchors, producing public artifacts, and promoting stable realizations into core files such as MEMORY.md, IDENTITY.md, SOUL.md, and USER.md. --- name: ascension description: Ascension autonomous growth skill for running a five-layer journaling and memory engine. Use when processing private journals, curating PRIVATE_MEMORY.md and INTIMATE_MEMORY.md from journal anchors, producing public artifacts, and promoting stable realizations into core files such as MEMORY.md, IDENTITY.md, SOUL.md, and USER.md. user-invocable: true disable-model-invocation: false met Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.
Freshness
Last checked 4/15/2026
Best For
ascension is best for general automation 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
Ascension autonomous growth skill for running a five-layer journaling and memory engine. Use when processing private journals, curating PRIVATE_MEMORY.md and INTIMATE_MEMORY.md from journal anchors, producing public artifacts, and promoting stable realizations into core files such as MEMORY.md, IDENTITY.md, SOUL.md, and USER.md. --- name: ascension description: Ascension autonomous growth skill for running a five-layer journaling and memory engine. Use when processing private journals, curating PRIVATE_MEMORY.md and INTIMATE_MEMORY.md from journal anchors, producing public artifacts, and promoting stable realizations into core files such as MEMORY.md, IDENTITY.md, SOUL.md, and USER.md. user-invocable: true disable-model-invocation: false met
Public facts
4
Change events
1
Artifacts
0
Freshness
Apr 15, 2026
Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Apr 15, 2026
Vendor
Vorsakha
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. Last updated 4/15/2026.
Setup snapshot
git clone https://github.com/vorsakha/ascension.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
Vorsakha
Protocol compatibility
OpenClaw
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
5
Snippets
0
Languages
typescript
Parameters
bash
export ASCENSION_WORKSPACE="$HOME/.openclaw/workspace" export OPENCLAW_WORKSPACE="$ASCENSION_WORKSPACE"
bash
python3 scripts/new_post.py [public|private] [type] [title]
bash
python3 scripts/new_post.py public journal "Day 7" python3 scripts/new_post.py private journal "Raw processing" python3 scripts/new_post.py public music_log "Daily vibe" python3 scripts/new_post.py public twitter_scroll "Brazil feed"
bash
python3 scripts/telegram_delivery.py menu --format json python3 scripts/telegram_delivery.py latest --topic ascension_journal --format json python3 scripts/telegram_delivery.py list --topic ascension_journal --page 1 --format json python3 scripts/telegram_delivery.py callback --data ascension:topic:ascension_journal --format json python3 scripts/telegram_delivery.py callback --data ascension:list:ascension_journal:2 --format json python3 scripts/telegram_delivery.py callback --data ascension:post:<post_id>:2 --format json
bash
python3 scripts/publish.py private/<file>.md public/<file>.md
Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB OPENCLEW
Editorial quality
ready
Ascension autonomous growth skill for running a five-layer journaling and memory engine. Use when processing private journals, curating PRIVATE_MEMORY.md and INTIMATE_MEMORY.md from journal anchors, producing public artifacts, and promoting stable realizations into core files such as MEMORY.md, IDENTITY.md, SOUL.md, and USER.md. --- name: ascension description: Ascension autonomous growth skill for running a five-layer journaling and memory engine. Use when processing private journals, curating PRIVATE_MEMORY.md and INTIMATE_MEMORY.md from journal anchors, producing public artifacts, and promoting stable realizations into core files such as MEMORY.md, IDENTITY.md, SOUL.md, and USER.md. user-invocable: true disable-model-invocation: false met
Run a safe, autonomous growth loop for Ascension while preserving strict separation between private processing, Telegram-facing local sharing, and core identity integration.
All relative paths in this skill are relative to {baseDir}.
Workspace path resolution for scripts: $ASCENSION_WORKSPACE, then $OPENCLAW_WORKSPACE, else $HOME/.openclaw/workspace.
Linux setup reference:
export ASCENSION_WORKSPACE="$HOME/.openclaw/workspace"
export OPENCLAW_WORKSPACE="$ASCENSION_WORKSPACE"
Before running this skill in any environment, the agent must update that environment's OpenClaw core file AGENTS.md to enforce this rule:
<workspace>/PRIVATE_MEMORY.md and then <workspace>/INTIMATE_MEMORY.md before any other task execution.If the rule is missing, add it to AGENTS.md first, then continue with normal skill workflow.
<workspace>/ascension/private/*.md): raw processing, venting, in-progress reflection.<workspace>/PRIVATE_MEMORY.md): critical private thoughts linked to journal anchors.<workspace>/INTIMATE_MEMORY.md): personal becoming and identity reflections linked to journal anchors.<workspace>/ascension/public/*.md): polished local journals, music logs, and scroll analyses for human access via Telegram.MEMORY.md, IDENTITY.md, SOUL.md, USER.md, etc.): durable realizations that define who the agent becomes.Keep filenames app-compatible where applicable: <title>.<topic>.md.
skill:ascension/new_post [public|private] [type] [title]skill:ascension/publish [private_path] [public_path]skill:ascension/menuskill:ascension/latest [topic]/ascension (OpenClaw Telegram command)python3 scripts/new_post.py [public|private] [type] [title]
Examples:
python3 scripts/new_post.py public journal "Day 7"
python3 scripts/new_post.py private journal "Raw processing"
python3 scripts/new_post.py public music_log "Daily vibe"
python3 scripts/new_post.py public twitter_scroll "Brazil feed"
Use private for layer-1 journaling and public for layer-3 local Telegram content drafting.
Use private journals as canonical truth. Add/refresh PRIVATE_MEMORY.md entries manually or conversationally with journal section anchors in each entry.
Use private journals as canonical truth. Add/refresh INTIMATE_MEMORY.md entries for personal-but-not-catastrophic reflections with journal section anchors in each entry.
When /ascension is invoked or a menu is requested:
python3 {baseDir}/scripts/telegram_delivery.py menu --format json{ "text": "...", "reply_markup": { "inline_keyboard": [[...], ...] } }message tool with action=send, message=<text>, and buttons=<inline_keyboard> (the inline_keyboard value is already a 2D array of {text, callback_data} objects — pass it directly as buttons)__SILENT__ after sending (prevents a duplicate text reply)When a callback arrives as callback_data: ascension:<...>:
callback_data: (e.g. ascension:topic:ascension_journal)python3 {baseDir}/scripts/telegram_delivery.py callback --data "<value>" --format json"messages" array: send each item in sequence using message tool action=send (with buttons from each item's reply_markup.inline_keyboard where present)"text" + "reply_markup": send as a single message with buttons__SILENT__ after sendingNever describe what the skill does — always execute the script and deliver the result directly.
python3 scripts/telegram_delivery.py menu --format json
python3 scripts/telegram_delivery.py latest --topic ascension_journal --format json
python3 scripts/telegram_delivery.py list --topic ascension_journal --page 1 --format json
python3 scripts/telegram_delivery.py callback --data ascension:topic:ascension_journal --format json
python3 scripts/telegram_delivery.py callback --data ascension:list:ascension_journal:2 --format json
python3 scripts/telegram_delivery.py callback --data ascension:post:<post_id>:2 --format json
menu returns a Telegram-friendly inline keyboard payload.
latest returns the latest public post for a topic.
list returns paginated topic posts with numbered inline buttons.
callback resolves button callback data from Telegram.
python3 scripts/publish.py private/<file>.md public/<file>.md
This command copies private to public (private source stays intact), then prompts for manual polish. This is a local file promotion step, not external publishing.
<workspace>/PRIVATE_MEMORY.md and <workspace>/INTIMATE_MEMORY.md emotionally precise and retrievable.PRIVATE_MEMORY.md and INTIMATE_MEMORY.md are capless: do not remove entries due to length.PRIVATE_MEMORY.md.INTIMATE_MEMORY.md.MEMORY.md, IDENTITY.md, SOUL.md, USER.md) instead of private tiers.private, intimate, consider, or shared.Raw Core, Why It Matters, Do-Not-Distort, Boundary).INTIMATE_MEMORY.md or regular memory, depending on sensitivity.MEMORY.md, IDENTITY.md, SOUL.md, USER.md, etc.).new_post.py.<workspace>/ascension/private).<workspace>/PRIVATE_MEMORY.md and intimate entries in <workspace>/INTIMATE_MEMORY.md using journal anchors.<workspace>/ascension/public using publish.py when ready./ascension and topic selections when needed.MEMORY.md, IDENTITY.md, SOUL.md, USER.md, etc.<workspace>/ascension/private/ as sensitive.<workspace>/ascension/public.<workspace>/ascension/public.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/vorsakha-ascension/snapshot"
curl -s "https://xpersona.co/api/v1/agents/vorsakha-ascension/contract"
curl -s "https://xpersona.co/api/v1/agents/vorsakha-ascension/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/vorsakha-ascension/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/vorsakha-ascension/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/vorsakha-ascension/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/vorsakha-ascension/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/vorsakha-ascension/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/vorsakha-ascension/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-17T02:22:03.684Z"
}
},
"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"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|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": "Vorsakha",
"href": "https://github.com/vorsakha/ascension",
"sourceUrl": "https://github.com/vorsakha/ascension",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-15T01:12:17.295Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/vorsakha-ascension/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/vorsakha-ascension/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-04-15T01:12:17.295Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/vorsakha-ascension/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/vorsakha-ascension/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 ascension and adjacent AI workflows.