Use this skill to read and write a user's Corpus data through the Corpus API.
CORPUS_API_TOKEN: user token for Corpus API access.CORPUS_API_TOKENhttps://apps.apple.com/us/app/corpus-ai/id6748364607Integrations -> OpenClaw.CORPUS_API_TOKEN in your OpenClaw skill env.CORPUS_API_BASE_URL: API base URL (default: https://corpusai.app).CORPUS_TIMEOUT_SECONDS: HTTP timeout in seconds (default: 30).{
"skills": {
"entries": {
"corpus": {
"path": "/absolute/path/to/skills/corpus",
"env": {
"CORPUS_API_TOKEN": "csk_live_or_jwt_token_here",
"CORPUS_API_BASE_URL": "https://corpusai.app"
}
}
}
}
}
Run all commands through:
python3 {baseDir}/scripts/corpus_api.py
Available commands:
profilelist-content --limit 20 --cursor search --query "" --limit 8 content --user-content-id save-url --url [--user-note ""] create-reminder --title "" --description "" --scheduled-date-utc "2026-02-18T16:00:00Z" [--user-content-id ] When a user asks for "find items in Corpus and implement":
search with a focused query.content for top hits to collect concrete steps.CORPUS_API_TOKEN.save-url, create-reminder), confirm user intent if the instruction is ambiguous.共 1 个版本