# Send Session Wrap-Up 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": "session-wrap-up",
    "name": "Session Wrap-Up",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/branexp/session-wrap-up",
    "canonicalUrl": "https://clawhub.ai/branexp/session-wrap-up",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/session-wrap-up",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=session-wrap-up",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/session-wrap-up"
    },
    "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/session-wrap-up",
    "downloadUrl": "https://openagent3.xyz/downloads/session-wrap-up",
    "agentUrl": "https://openagent3.xyz/skills/session-wrap-up/agent",
    "manifestUrl": "https://openagent3.xyz/skills/session-wrap-up/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/session-wrap-up/agent.md"
  }
}
```
## Documentation

### Session Wrap Up

End-of-session protocol to preserve context and ensure continuity between sessions.

### When Triggered

Run this protocol when the user indicates they want to wrap up the current session before starting a new one.

### Protocol Steps

Execute these steps in order:

### 1. Flush to Daily Log

Write to memory/YYYY-MM-DD.md (create if doesn't exist):

Key topics discussed in this session
Decisions made
Commands, configs, or code that worked
Problems solved and how they were solved
Any gotchas or lessons learned

### 2. Update Long-Term Memory

If significant learnings occurred, update MEMORY.md:

New user preferences discovered
Important lessons learned
Long-term decisions made
Workflow changes

### 3. Update PARA Notes

Check and update the PARA structure in notes/ (or memory/notes/):

Open loops (notes/areas/open-loops.md): Add new unfinished items, mark completed items with ✅
Projects (notes/projects/): Update progress on active projects
Areas (notes/areas/): Add new ongoing responsibilities
Resources (notes/resources/): Add new reference material, how-tos

### 4. Commit Changes

cd <workspace>
git add -A
git status
git commit -m "wrap-up: YYYY-MM-DD session summary"
git push

Notes:

The wrap-up git push is automatic (no confirmation prompt).
If git push fails, report the error and leave the commit locally.

### 5. Report Summary

Provide a brief summary to the user:

What was captured
Files updated
Any items that need follow-up next session
Confirmation that changes were committed (and pushed, if successful)

### Example Output

## Session Wrap-Up Complete ✅

**Captured to daily log:**
- Configured PARA second brain
- Fixed vector indexing for notes
- Set up weekly memory review cron

**Updated:**
- MEMORY.md: Added memory system learnings
- notes/areas/open-loops.md: Marked .gitignore task complete

**Committed:** \`wrap-up: 2026-01-30 session summary\`

**Follow-up next session:**
- Check LanceDB autoCapture setting
- Consider morning briefing cron

Ready for new session! ⚡

### Notes

Always create the daily log file if it doesn't exist
Use the current date for filenames and commit messages
Keep summaries concise but complete
Include the ⚡ emoji at the end (GigaBot signature)
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: branexp
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/session-wrap-up)
- [Send to Agent page](https://openagent3.xyz/skills/session-wrap-up/agent)
- [JSON manifest](https://openagent3.xyz/skills/session-wrap-up/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/session-wrap-up/agent.md)
- [Download page](https://openagent3.xyz/downloads/session-wrap-up)