Imported from wixette/clawnotes (openclaw-snapshots/20260312/src/gateway/server-methods/AGENTS.md). Install upstream with npx skills add wixette/clawnotes --skill server-methods. Copyright stays with the author.
Gateway Server Methods Notes
Pi session transcripts are a parentId chain/DAG; never append Pi type: "message" entries via raw JSONL writes (missing parentId can sever the leaf path and break compaction/history). Always write transcript messages via SessionManager.appendMessage(...) (or a wrapper that uses it).
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/wixette-clawnotes-server-methods/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
wixette-clawnotes-server-methods.ocm.jsonjson
{
"ocm": "1",
"id": "wixette-clawnotes-server-methods",
"kind": "skill",
"name": "server-methods",
"description": "Gateway Server Methods Notes",
"publisher": "wixette",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Gateway Server Methods Notes"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/wixette/clawnotes",
"path": "openclaw-snapshots/20260312/src/gateway/server-methods/AGENTS.md",
"ref": "a33278e37124d84c91400fc5468e862bf4192034",
"url": "https://github.com/wixette/clawnotes/blob/a33278e37124d84c91400fc5468e862bf4192034/openclaw-snapshots/20260312/src/gateway/server-methods/AGENTS.md",
"key": "wixette/clawnotes/openclaw-snapshots/20260312/src/gateway/server-methods/AGENTS.md"
}
},
"instructions": "# Gateway Server Methods Notes\n\n- Pi session transcripts are a `parentId` chain/DAG; never append Pi `type: \"message\"` entries via raw JSONL writes (missing `parentId` can sever the leaf path and break compaction/history). Always write transcript messages via `SessionManager.appendMessage(...)` (or a wrapper that uses it).",
"cost": {
"context_tokens": 81
}
}
Fetch it by URL: GET /api/v1/registry/wixette-clawnotes-server-methods/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.