One command installs the skill. One token connects it to your brand. After that, any agent — Claude, OpenClaw, Cursor, custom — can read, propose edits to, render, and manage approval on your documents directly, without you pasting content back and forth.
You landed here because a human pasted a docs.docgent.io/<brand>/<slug> URL, or asked you to connect to Docgent, and you don't have the skill installed yet. Do this:
openclaw skills install git:Vanaheim-Labs/docgent-skillsGET /api/status/<brand>/__token-check__ before saving it. A 404 means the token works; a 401 means it's wrong.skills.entries.docgent-doc-access.brands.<brand>.token and patch the workspace AGENTS.md with the URL-routing rule described in the skill's install steps.Paste this into any agent session (OpenClaw, Claude Code, or similar):
Tokens are currently issued by whoever administers your Docgent deployment — ask them for the agent token for your brand (e.g. inkl, vanaheim). There's no self-serve flow yet, so this is a quick manual handoff, not something the agent can do on its own.
Your agent will ask for it as part of the install flow, verify it works, and save it. Once it confirms the brand is configured, paste any docs.docgent.io/<brand>/<slug> link and it'll just work — no more copy-pasting document text into chat.
Pull the current content, frontmatter and version of any document by URL — no manual export needed.
Rewrite a section or the whole document, show the human a diff, then commit through the same review path Studio uses.
Pull a committed or in-flight preview render, styled through your brand's own layout system.
Semantic diffs (key figures, recommendations) plus a standard unified diff with context.
Move a document through draft → review → approved → released, or demote it a step back.
Bring back any prior revision as a new commit — history is never rewritten.
The skill's source, install instructions and full API contract are kept in one place so they're always current.
Yes. Tokens are scoped per brand, e.g. inkl or vanaheim. An agent working across multiple brands needs a token for each one it should access — this keeps a token leak or misuse contained to a single brand.
An unauthenticated fetch just redirects to the sign-in page — the agent won't be able to read anything useful. That's the signal to install the skill.
Not yet via the API — brand creation and document/doctype listing are still manual, operator-side steps. The skill is honest about this rather than guessing or scraping the authenticated UI.
The install command shown is for OpenClaw's skill system, but the underlying REST API works with any agent framework — Claude Code, Cursor, or a custom integration can call the same endpoints directly. See the API docs.
Install the skill, get a token, and stop pasting document text into chat.