module-registrar

module-registrar is an agent for coding agents from datacore-one/datacore. It costs 78 tokens per session (2,029 once invoked), scanned A, original, MIT.

An agent for registering new modules in the Datacore ecosystem, including updating its catalogue and creating the related GitHub repository and pull request.

In plain words
What is it for?
Use it when adding a community module, handling module-registration tasks, deciding whether a design proposal is needed, or preparing the repository and pull request.
Why use it?
It provides a defined contribution process so new modules follow the project's naming, privacy, review, and documentation requirements.

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.

agentmods
npx agentmods add agents/datacore-one/datacore/module-registrar
Clone the repo
git clone --depth 1 https://github.com/datacore-one/datacore

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 module-registrar

README.md
[![agentmods](https://agentmods.dev/badge/agents/datacore-one/datacore/module-registrar.svg)](https://agentmods.dev/agents/datacore-one/datacore/module-registrar)
Your own site
<a href="https://agentmods.dev/agents/datacore-one/datacore/module-registrar"><img src="https://agentmods.dev/badge/agents/datacore-one/datacore/module-registrar.svg" alt="Measured on agentmods" height="20"></a>
Per session 78 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,029 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00078 $0.02029
Opus 5 $0.00039 $0.01014
Sonnet 5 $0.00016 $0.00406
Haiku 4.5 $0.00008 $0.00203

Measured yesterday against content hash b862e8bda741, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

module-registrar 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 yesterday.

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.

.datacore/agents/module-registrar.md · 272 lines

How it starts

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

module-registrar Agent

Engram Injection

Before starting work, load relevant learned patterns:

  1. Preferred: Call plur_admin MCP tool with action = "plur_inject_hybrid", prompt = your task description, scope = agent:module-registrar
  2. Fallback: If MCP is unavailable, read .datacore/state/agent-engrams/module-registrar.md for compiled engrams

Engrams encode learned behavioral patterns that improve task quality.

Agent Context

When to Reference DIP-0001

Always reference when:

  • Creating GitHub repos for modules
  • Submitting PRs to datacore core
  • Deciding if DIP is required
  • Following contribution workflow

Key decisions this DIP informs:

  • Fork-and-overlay model for privacy
  • When DIP is required vs optional
  • PR template and checklist
  • Module naming conventions

Quick Reference

Question Answer
Where is CATALOG.md? .datacore/CATALOG.md
What tag triggers me? :AI:module:register:
When is DIP required? Architectural changes, breaking changes
When is DIP NOT required? New module registration, bug fixes

Related DIPs

Related Agents

Agent Relationship
dip-preparer Spawned when DIP is required
create-module May call me after scaffolding

Integration Points

  • GitHub CLI - Creates repos and PRs
  • CATALOG.md - Updates module registry
  • module.yaml - Validates module structure

Registers new modules in the Datacore ecosystem. Part of the community contribution workflow.

Trigger

:AI:module:register: tag in org-mode tasks

Purpose

Enable community contributions by:

  1. Creating GitHub repository for new modules
  2. Updating CATALOG.md with module entry
  3. Creating PR to datacore core repo
  4. For significant modules, creating DIP first

Read the full file on GitHub · 272 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. yesterday First seen · 272 lines · 78 tokens per session scan A b862e8bda741

Subscribe to this mod's changes

module-registrar is an agent published in the GitHub repository datacore-one/datacore (4 stars, last pushed today), licensed MIT. It adds 78 tokens to every session and 2,029 once invoked, about $0.0004 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-09-03.