integrate-module

integrate-module is a skill for Claude Code, Codex from WingedGuardian/GENesis-AGI. It costs 25 tokens per session (1,622 once invoked), scanned A, original, MIT.

A workflow for connecting an outside program, service, or tool to Genesis as a module. It examines how the program works, maps possible connections, creates configuration, and checks the result.

In plain words
What is it for?
Use it to connect a running service, code repository, local tool, or described system to Genesis. It supports integrations where Genesis needs to drive, monitor, or interact with that system.
Why use it?
It removes the need to work out an integration manually when the program was not originally built for Genesis. It helps identify the program’s available interfaces and connection points.

Skill for Claude CodeCodex

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 skills/wingedguardian/genesis-agi/integrate-module
Any agent
npx skills add WingedGuardian/GENesis-AGI --skill integrate-module
Clone the repo
git clone --depth 1 https://github.com/WingedGuardian/GENesis-AGI

Made for: Claude Code, Codex.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/wingedguardian/genesis-agi/integrate-module.svg)](https://agentmods.dev/skills/wingedguardian/genesis-agi/integrate-module)
Your own site
<a href="https://agentmods.dev/skills/wingedguardian/genesis-agi/integrate-module"><img src="https://agentmods.dev/badge/skills/wingedguardian/genesis-agi/integrate-module.svg" alt="Measured on agentmods" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,622 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.00025 $0.01622
Opus 5 $0.00013 $0.00811
Sonnet 5 $0.00005 $0.00324
Haiku 4.5 $0.00003 $0.00162

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

Security

Grade A, and why

integrate-module 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 5d 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.

src/genesis/skills/integrate-module/SKILL.md · 187 lines

How it starts

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

Integrate Module

Turn any external program into a Genesis module. This is the standardized process for plugging a program into Genesis — whether it was built for Genesis or not.

Genesis is the nervous system. The program is the body. This skill builds the connection between them.

When to Use

  • User says "integrate X into Genesis" or "make X a module"
  • User wants to plug an external program, service, or tool into Genesis
  • User wants Genesis to drive, monitor, or interact with an external system
  • Ego session discovers a program worth integrating and proposes it

Input

One of:

  • Running service URL (e.g., http://your-host:8080)
  • Repository URL (e.g., github.com/user/repo)
  • Local path (e.g., ~/my-tool/)
  • Description (e.g., "a job automation tool running on my server")

Phase 1: Discovery

Goal: Understand what the program does, how it communicates, and what Genesis can connect to.

If running service:

  1. Probe for health endpoints: /health, /api/health, /status, /
  2. Probe for API documentation: /docs, /openapi.json, /swagger.json
  3. If OpenAPI spec found: parse all endpoints, methods, parameters
  4. If no spec: probe common REST patterns, check response shapes
  5. Record: base URL, available endpoints, response formats, auth requirements

If repository:

  1. Clone or read the source
  2. Identify tech stack (language, framework, database, scheduler)
  3. Find entry points: route definitions, CLI commands, main functions
  4. Map API endpoints from source (FastAPI routes, Express handlers, etc.)
  5. Identify configuration: env vars, config files, secrets needed
  6. Check deployment method: Docker, systemd, kubernetes, manual
  7. Record: full capability map from source

If description only:

  1. Ask the user for more details: where does it run? how do you access it?
  2. Attempt to locate the service or source based on what they share
  3. Fall back to manual endpoint mapping with user guidance

Output of Phase 1:

A structured assessment:

Program: [name]
Location: [URL / path / host]
Tech Stack: [language, framework, DB]
Communication: [HTTP API / CLI / stdin / socket]
Endpoints Found: [count]
Auth Required: [yes/no, method]
Health Check: [endpoint, expected response]

Read the full file on GitHub · 187 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. 5d ago First seen · 187 lines · 25 tokens per session scan A c433472b3bdb

Subscribe to this mod's changes

integrate-module is a skill published in the GitHub repository WingedGuardian/GENesis-AGI (93 stars, last pushed today), licensed MIT. It adds 25 tokens to every session and 1,622 once invoked, about $0.0001 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-30.

Related

Other skills, from other repositories

search

Unified academic paper search, citation chains, paper download (arXiv LaTeX/PDF, Sci-Hub), figure extraction from papers, LaTeX source reading, BibTeX fetching, web search, and browser automation for Cloudflare-protected sites (PRL, Science, Nature, Google Scholar).

Muuuun/luxas · 0 tokens

qec-construct

Verifier-in-the-loop CONSTRUCTION of quantum error-correcting codes with transversal non-Clifford gates (CCZ/T). Applies whenever the project goal is a new or better code/construction — INCLUDING search-phrased goals ("find codes beating X"), where the construct-loop (propose algebraic rule → qverify → debug) is the…

Muuuun/luxas · 148 tokens

figure

Hybrid figure pipeline (Nano Banana raster + rembg background removal + TikZ vector assembly). Includes a TikZ template library covering quantum circuits (quantikz), Feynman diagrams (tikz-feynman), circuits (circuitikz), molecules (chemfig), 2D/3D plots (pgfplots), energy-level diagrams, phase-space trajectories…

Muuuun/luxas · 104 tokens

memory

Cross-project research memory. Deep-dive past projects' notes, record corrections, and save cross-project insights across all Luxas research projects.

Muuuun/luxas · 30 tokens

compute-methods

Environment-verified friction sheets for field-standard computational tools (Rydberg pair interactions, QEC circuits, qLDPC decoding, code distance, atom dynamics, optics, quantum chemistry). Each sheet lists the tools the field actually uses, the first-use frictions that make agents wrongly abandon them, and one-line…

Muuuun/luxas · 113 tokens

context-window-management

Strategies for managing LLM context windows including summarization, trimming, routing, and avoiding context rot.

LiHongwei-cn/lihongwei-cn · 23 tokens