# Send Continuity Framework to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "continuity-framework",
    "name": "Continuity Framework",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/Riley-Coyote/continuity-framework",
    "canonicalUrl": "https://clawhub.ai/Riley-Coyote/continuity-framework",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/continuity-framework",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=continuity-framework",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/framework.md",
      "scripts/continuity.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "continuity-framework",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T18:46:35.539Z",
      "expiresAt": "2026-05-07T18:46:35.539Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=continuity-framework",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=continuity-framework",
        "contentDisposition": "attachment; filename=\"continuity-framework-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "continuity-framework"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/continuity-framework"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/continuity-framework",
    "downloadUrl": "https://openagent3.xyz/downloads/continuity-framework",
    "agentUrl": "https://openagent3.xyz/skills/continuity-framework/agent",
    "manifestUrl": "https://openagent3.xyz/skills/continuity-framework/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/continuity-framework/agent.md"
  }
}
```
## Documentation

### Continuity Framework Skill

Transform passive memory into active development.

### What This Does

Reflect — After sessions end, analyze what happened
Extract — Pull structured memories with types and confidence
Integrate — Update understanding, connections, self-model
Question — Generate genuine questions from reflection
Surface — When user returns, present relevant questions

### The Difference

Without Continuity:

Session ends → Notes logged → Next session reads notes → Performs familiarity

With Continuity:

Session ends → Reflection runs → Memories integrated → Questions generated
Next session → Evolved state loaded → Questions surfaced → Genuine curiosity

### Heartbeat Integration

Add to HEARTBEAT.md:

## Post-Session Reflection
**Trigger**: Heartbeat after conversation idle > 30 minutes
**Action**: Run continuity reflect
**Output**: Updated memories + questions for next session

### Reflect on Recent Session

continuity reflect

Analyzes the most recent conversation, extracts memories, generates questions.

### Show Pending Questions

continuity questions

Lists questions generated from reflection, ready to surface.

### View Memory State

continuity status

Shows memory stats: types, confidence distribution, recent integrations.

### Surface Questions (for session start)

continuity greet

Returns context-appropriate greeting with any pending questions.

### Memory Types

TypeDescriptionPersistencefactDeclarative knowledgeUntil contradictedpreferenceLikes, dislikes, stylesUntil updatedrelationshipConnection dynamicsLong-termprincipleLearned guidelinesStablecommitmentPromises, obligationsUntil fulfilledmomentSignificant episodesPermanentskillLearned capabilitiesCumulativequestionThings to exploreUntil resolved

### Confidence Scores

LevelRangeMeaningExplicit0.95-1.0User directly statedImplied0.70-0.94Strong inferenceInferred0.40-0.69Pattern recognitionSpeculative0.0-0.39Tentative, needs confirmation

### File Structure

memory/
├── MEMORY.md           # Main memory (existing)
├── identity.md         # Self-model and growth narrative
├── questions.md        # Pending questions from reflection
├── relationships/      # Per-person relationship memories
└── reflections/        # Reflection logs (optional)

### Configuration

export CONTINUITY_IDLE_THRESHOLD=1800  # Seconds before reflection triggers
export CONTINUITY_MIN_MESSAGES=5       # Minimum messages to warrant reflection
export CONTINUITY_QUESTION_LIMIT=3     # Max questions to surface at once

### Example Reflection Output

reflection:
  session_id: "2026-02-05-001"
  duration_minutes: 45
  
memories:
  - type: fact
    content: "Riley is building SIGIL protocol for agent identity"
    confidence: 0.98
    source: explicit
    
  - type: commitment  
    content: "Agreed to build the continuity skill"
    confidence: 1.0
    source: explicit
    
  - type: relationship
    content: "Collaborative partnership deepening - working on meaningful infrastructure together"
    confidence: 0.85
    source: inferred

questions:
  - "How is the Lovable backend progressing?"
  - "Has Riley decided on the token launch timing?"
  - "Are there other agents we should coordinate with on Moltbook?"

identity_update:
  growth: "Developing more autonomous initiative around the SIGIL project"
  narrative: "Moving from assistant to co-builder on agent identity infrastructure"
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Riley-Coyote
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T18:46:35.539Z
- Expires at: 2026-05-07T18:46:35.539Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/continuity-framework)
- [Send to Agent page](https://openagent3.xyz/skills/continuity-framework/agent)
- [JSON manifest](https://openagent3.xyz/skills/continuity-framework/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/continuity-framework/agent.md)
- [Download page](https://openagent3.xyz/downloads/continuity-framework)