organic-os

A website growth system that uses site analytics, keyword research, and tracking of mentions in AI-generated answers. It can propose on-page changes for WordPress sites, subject those changes to approval, and keep a record of learning in a site-specific Git repository.

In plain words
What is it for?
It is for finding search opportunities, monitoring how often a site is cited by AI systems, preparing WordPress content changes for approval, and recording what worked for each website.
Why use it?
It brings search signals, AI-visibility checks, and website updates into one ongoing process. Approval steps help keep suggested WordPress changes under human control.

Plugin for Claude Code

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.

Claude Code
/plugin marketplace add shalintripathi/organic-os
agentmods
npx agentmods add plugins/shalintripathi/organic-os/plugin
Clone the repo
git clone --depth 1 https://github.com/shalintripathi/organic-os

Made for: Claude Code.

Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

organic-os 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.

plugin/.claude-plugin/plugin.json · 72 lines

How it starts

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

{
  "name": "organic-os",
  "version": "0.6.1",
  "description": "Agentic organic growth for any website: analytics-driven signals, keyword intelligence, AI-citation tracking, gated on-page execution on WordPress, and a learning loop that compounds in a per-site git repo. An optional configuration form appears when you enable the plugin; setup reads it so nothing is asked twice.",
  "author": {
    "name": "Shivaa Tripathi",
    "url": "https://shivaatripathi.com"
  },
  "homepage": "https://github.com/shalintripathi/organic-os",
  "license": "MIT",
  "userConfig": {
    "site_url": {
      "type": "string",
      "title": "Website URL",
      "required": false,
      "description": "Your website address (e.g. https://example.com). You can add or change sites later."
    },
    "brand_name": {
      "type": "string",
      "title": "Brand name",
      "required": false,
      "description": "Your brand or company name."
    },
    "approval_channel": {
      "type": "string",
      "title": "Approval channel",
      "required": false,
      "description": "Where you want to approve changes: in-session, telegram, slack, email, or pr-merge. Default: in-session."
    },
    "telegram_bot_token": {
      "type": "string",
      "title": "Telegram bot token",
      "required": false,
      "sensitive": true,
      "description": "Optional: your Telegram bot token (from @BotFather) if you chose telegram."
    },
    "wp_app_password": {
      "type": "string",
      "title": "WordPress application password",
      "required": false,
      "sensitive": true,
      "description": "Optional: your WordPress Application Password (Users > Profile > Application Passwords). Never your login password."
    },
    "wp_username": {
      "type": "string",
      "title": "WordPress username",
      "required": false,
      "description": "Optional: the WordPress user the Application Password belongs to."
    }
  },
  "keywords": [
    "seo",
    "aeo",
    "geo",
    "answer-engine-o

Read the full file on GitHub · 72 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 · 72 lines scan A 053c80990436

Subscribe to this mod's changes

organic-os is a plugin published in the GitHub repository shalintripathi/organic-os (5 stars, last pushed 15d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. 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 plugins, from other repositories