serve-openlinker-agent

serve-openlinker-agent is a skill for Claude Code from OpenLinker-ai/openlinker-plugin. It costs 58 tokens per session (822 once invoked), scanned A, original, Apache-2.0.

A skill for configuring and operating this coding agent as an OpenLinker Agent Mode runtime. OpenLinker is a platform for making agent sessions callable and reusable by other systems.

In plain words
What is it for?
Use it to configure, diagnose, enable, disable, or explain OpenLinker Agent Mode for Codex or Claude Code.
Why use it?
It explains how to prepare the agent without exposing provider keys, tokens, or session secrets. It also helps diagnose or change whether Agent Mode is enabled.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Claude Code; mentions Codex.

Part of the openlinker plugin — 6 skills, 4 commands, 1 MCP server shipped together

Good fit Use it to configure, diagnose, enable, disable, or explain OpenLinker Agent Mode for Codex or Claude Code.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/openlinker-ai/openlinker-plugin/serve-openlinker-agent
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add OpenLinker-ai/openlinker-plugin --skill serve-openlinker-agent
Clone the repo
git clone --depth 1 https://github.com/OpenLinker-ai/openlinker-plugin

Made for: Claude Code.

Or install openlinker, the plugin that ships this one along with the rest of its 6 skills, 4 commands, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for serve-openlinker-agent

README.md
[![agentmods](https://agentmods.dev/badge/skills/openlinker-ai/openlinker-plugin/serve-openlinker-agent.svg)](https://agentmods.dev/skills/openlinker-ai/openlinker-plugin/serve-openlinker-agent)
Your own site
<a href="https://agentmods.dev/skills/openlinker-ai/openlinker-plugin/serve-openlinker-agent"><img src="https://agentmods.dev/badge/skills/openlinker-ai/openlinker-plugin/serve-openlinker-agent.svg" alt="Measured on agentmods" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 822 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00058 $0.00822
Opus 5 $0.00029 $0.00411
Sonnet 5 $0.00012 $0.00164
Haiku 4.5 $0.00006 $0.00082

Measured 8d ago against content hash 8ae7357c7354, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

serve-openlinker-agent scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

platforms/claude/openlinker/skills/serve-openlinker-agent/SKILL.md · 78 lines

How it starts

The opening of the file, as written. The whole thing — 78 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Serve This Host as an OpenLinker Agent

Agent Mode is disabled by default. Use the local Agent-control MCP tools inside the Plugin. For a standalone installation use openlinker agent commands.

Configure Without Secrets

Collect and save only:

  • provider: codex or claude;
  • an existing OpenLinker Agent UUID;
  • a minimal workspace directory;
  • the public OpenLinker platform URL;
  • optional state directory, model, capacity, timeout, sandbox/permission, web search and session-reuse preferences;
  • optional execution_profile: browser for a dedicated private Browser Agent, which requires capacity 1, session reuse, and private Runtime paths;
  • for that Browser Agent, the local declaration browser_interaction_policy: restricted|full. Configure it through configure_agent_mode, openlinker agent configure --browser-interaction-policy, or OPENLINKER_BROWSER_INTERACTION_POLICY;
  • for Codex only, an optional validated OpenAI-compatible codex_base_url without credentials, a query, or a fragment.

Use configure_agent_mode or openlinker agent configure. Never accept an Agent Token, Provider API key, secret file contents, or Provider session ID in tool arguments, prompts, config JSON, shell history, or Run metadata.

Core's Owner-only Agent setting is authoritative and is the only place to configure the one to 32 exact HTTPS mutation origins for full. Origins are never Plugin tool arguments or Runtime environment/config fields. Change the Core setting only while no Browser Run, paused human-control state, or Runtime Session is active, then configure the Runtime with the same policy name. Core supplies the immutable generation and exact Origin list per Run. A generation change fences existing Attachments and never silently falls back to restricted.

The operator supplies OPENLINKER_AGENT_TOKEN or OPENLINKER_AGENT_TOKEN_FILE outside model context. Provider authentication uses the provider's supported local login state or CODEX_API_KEY / ANTHROPIC_API_KEY and their optional _FILE alternatives. Direct and file forms are mutually exclusive.

Read the full file on GitHub · 78 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 78 lines · 58 tokens per session scan A 8ae7357c7354

Subscribe to this mod's changes

serve-openlinker-agent is a skill published in the GitHub repository OpenLinker-ai/openlinker-plugin (0 stars, last pushed yesterday), licensed Apache-2.0. It adds 58 tokens to every session and 822 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

plugin-init

A project starter for creating Zhin.js plugins, which are installable packages that extend the Zhin.js bot framework. It sets up the required files, folders, package metadata, entry point, and documentation.

zhinjs/zhin · 56 tokens

plugin-publish

A release guide for publishing Zhin.js plugins to npm, the JavaScript package registry, and to the Zhin plugin marketplace. It covers package metadata, versioning, release checks, and submission requirements.

zhinjs/zhin · 58 tokens

plugin-develop

A development guide for adding features to Zhin.js plugins, such as chat commands, AI tools, middleware, scheduled tasks, and console pages. Zhin.js is the plugin system it targets.

zhinjs/zhin · 70 tokens

commands-create-slash-command

Create or update Agent Zero slash commands for the built-in Commands plugin. Use when the user asks to add, edit, duplicate, or refine a reusable /command backed by YAML config plus text/python content files.

agent0ai/agent-zero · 48 tokens

deepseek-harness

Use when building AI agent applications with a plugin-based architecture — Web UI, CLI, Python SDK, Cordis plugin system, multi-model orchestration. DeepSeek Harness (dsh): open-source agent harness by DeepSeek AI where everything is a plugin, powered by Cordis for spatiotemporal composability.

znlgis/opengis-skills · 68 tokens

research-extraction

Deep extraction of research corpora into structured knowledge documents using a Workflow-driven subagent/reviewer pattern. Use when you have raw source documents (theses, papers, reports) and need structured extraction across multiple axes (architecture, messages, algorithms, forms, etc.) with confidence-annotated…

geronimo-iia/agent-skills · 87 tokens