Corpus
/install corpus
Corpus Skill
Use this skill to read and write a user's Corpus data through the Corpus API.
Required environment variables
CORPUS_API_TOKEN: user token for Corpus API access.
Generate CORPUS_API_TOKEN
- Install Corpus AI for iPhone:
https://apps.apple.com/us/app/corpus-ai/id6748364607 - Open the app and sign in.
- Go to
Integrations->OpenClaw. - Create an API token and copy it (the full value is shown once).
- Set that value as
CORPUS_API_TOKENin your OpenClaw skill env.
Optional environment variables
CORPUS_API_BASE_URL: API base URL (default:https://corpusai.app).CORPUS_TIMEOUT_SECONDS: HTTP timeout in seconds (default:30).
OpenClaw config example
{
"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"
}
}
}
}
}
Commands
Run all commands through:
python3 {baseDir}/scripts/corpus_api.py \x3Ccommand> [options]
Available commands:
profilelist-content --limit 20 --cursor \x3Ccursor>search --query "\x3Ctext>" --limit 8content --user-content-id \x3Cid>save-url --url \x3Curl> [--user-note "\x3Cnote>"]create-reminder --title "\x3Ctitle>" --description "\x3Cdesc>" --scheduled-date-utc "2026-02-18T16:00:00Z" [--user-content-id \x3Cid>]
Recommended workflow for implementation tasks
When a user asks for "find items in Corpus and implement":
- Use
searchwith a focused query. - Use
contentfor top hits to collect concrete steps. - Produce an implementation plan with explicit file changes.
- Apply code changes in the current working repository after user confirmation.
Safety rules
- Never print or log
CORPUS_API_TOKEN. - Prefer read operations before write operations.
- Before write operations (
save-url,create-reminder), confirm user intent if the instruction is ambiguous.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install corpus - After installation, invoke the skill by name or use
/corpus - Provide required inputs per the skill's parameter spec and get structured output
What is Corpus?
Access a user's Corpus library from OpenClaw. Use when the user asks to search saved content, fetch item details, save links into Corpus, or create reminders... It is an AI Agent Skill for Claude Code / OpenClaw, with 441 downloads so far.
How do I install Corpus?
Run "/install corpus" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Corpus free?
Yes, Corpus is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Corpus support?
Corpus is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Corpus?
It is built and maintained by doninocode (@doninocode); the current version is v1.0.1.