math-inc

60 mods across 1 repository, 1.3k stars between them.

OpenGauss AGENTS.md

01

math-inc/OpenGauss

Instructions file CodexOpenCode

Instructions for math-inc/OpenGauss, covering gauss agent - development guide, development environment, project structure, file dependency chain and aiagent class (runagent.py).

1.3k 4mo ago A 3,386 tokens original MIT

blackbox

02

math-inc/OpenGauss

Skill Claude CodeCodex

Delegate coding tasks to Blackbox AI CLI agent. Multi-model agent with built-in judge that runs tasks through multiple LLMs and picks the best result. Requires the blackbox CLI and a Blackbox AI API key.

1.3k 4mo ago A 47 tokens original MIT

solana

03

math-inc/OpenGauss

Skill Claude CodeCodex

Query Solana blockchain data with USD pricing — wallet balances, token portfolios with values, transaction details, NFTs, whale detection, and live network stats. Uses Solana RPC + CoinGecko. No API key required.

1.3k 4mo ago A 47 tokens copy · 91% MIT

blender-mcp

04

math-inc/OpenGauss

Skill Claude CodeCodex

Control Blender directly from Gauss via socket connection to the blender-mcp addon. Create 3D objects, materials, animations, and run arbitrary Blender Python (bpy) code. Use when user wants to create or modify anything in Blender.

1.3k 4mo ago A 54 tokens original MIT

agentmail

05

math-inc/OpenGauss

Skill Claude CodeCodex

Give the agent its own dedicated email inbox via AgentMail. Send, receive, and manage email autonomously using agent-owned email addresses (e.g. [email protected]).

1.3k 4mo ago A 41 tokens original MIT

neuroskill-bci

06

math-inc/OpenGauss

Skill Claude CodeCodex

Connect to a running NeuroSkill instance and incorporate the user's real-time cognitive and emotional state (focus, relaxation, mood, cognitive load, drowsiness, heart rate, HRV, sleep staging, and 40+ derived EXG scores) into responses. Requires a BCI wearable (Muse 2/S or OpenBCI) and the NeuroSkill desktop app…

1.3k 4mo ago A 82 tokens copy · 92% MIT

openclaw-migration

07

math-inc/OpenGauss

Skill Claude CodeCodex

Migrate a user's OpenClaw customization footprint into Gauss Agent. Imports Gauss-compatible memories, SOUL.md, command allowlists, user skills, and selected workspace assets from /.openclaw, then reports exactly what could not be migrated and why.

1.3k 4mo ago A 58 tokens copy · 88% MIT

telephony

08

math-inc/OpenGauss

Skill Claude CodeCodex

Give Gauss phone capabilities without core tool changes. Provision and persist a Twilio number, send and receive SMS/MMS, make direct calls, and place AI-driven outbound calls through Bland.ai or Vapi.

1.3k 4mo ago A 45 tokens original MIT

qmd

09

math-inc/OpenGauss

Skill Claude CodeCodex

Search personal knowledge bases, notes, docs, and meeting transcripts locally using qmd — a hybrid retrieval engine with BM25, vector search, and LLM reranking. Supports CLI and MCP integration.

1.3k 4mo ago B 43 tokens original MIT

1password

10

math-inc/OpenGauss

Skill Claude CodeCodex

Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in, and reading/injecting secrets for commands.

1.3k 4mo ago A 37 tokens original MIT

oss-forensics

11

math-inc/OpenGauss

Skill Claude CodeCodex

Supply chain investigation, evidence recovery, and forensic analysis for GitHub repositories. Covers deleted commit recovery, force-push detection, IOC extraction, multi-source evidence collection, hypothesis formation/validation, and structured forensic reporting. Inspired by RAPTOR's 1800+ line OSS Forensics system.

1.3k 4mo ago B 64 tokens original MIT

apple-notes

12

math-inc/OpenGauss

Skill Claude CodeCodex

Manage Apple Notes via the memo CLI on macOS (create, view, search, edit).

1.3k 4mo ago A 23 tokens copy · 83% MIT

apple-reminders

13

math-inc/OpenGauss

Skill Claude CodeCodex

Manage Apple Reminders via remindctl CLI (list, add, complete, delete).

1.3k 4mo ago A 21 tokens copy · 92% MIT

findmy

14

math-inc/OpenGauss

Skill Claude CodeCodex

Track Apple devices and AirTags via FindMy.app on macOS using AppleScript and screen capture.

1.3k 4mo ago A 23 tokens copy · 83% MIT

imessage

15

math-inc/OpenGauss

Skill Claude CodeCodex

Send and receive iMessages/SMS via the imsg CLI on macOS.

1.3k 4mo ago A 19 tokens copy · 80% MIT

claude-code

16

math-inc/OpenGauss

Skill Claude CodeCodex

Delegate coding tasks to Claude Code (Anthropic's CLI agent). Use for building features, refactoring, PR reviews, and iterative coding. Requires the claude CLI installed.

1.3k 4mo ago A 39 tokens original MIT

codex

17

math-inc/OpenGauss

Skill Claude CodeCodex

Delegate coding tasks to OpenAI Codex CLI agent. Use for building features, refactoring, PR reviews, and batch issue fixing. Requires the codex CLI and a git repository.

1.3k 4mo ago A 40 tokens copy · 88% MIT

math-inc/OpenGauss

Skill Claude CodeCodex

Spawn additional Gauss Agent instances as autonomous subprocesses for independent long-running tasks. Supports non-interactive one-shot mode (-q) and interactive PTY mode for multi-turn collaboration. Different from delegatetask — this runs a full separate gauss process.

1.3k 4mo ago C 56 tokens original MIT

opencode

19

math-inc/OpenGauss

Skill Claude CodeCodex

Delegate coding tasks to OpenCode CLI agent for feature implementation, refactoring, PR review, and long-running autonomous sessions. Requires the opencode CLI installed and authenticated.

1.3k 4mo ago A 36 tokens copy · 94% MIT

ascii-art

20

math-inc/OpenGauss

Skill Claude CodeCodex

Generate ASCII art using pyfiglet (571 fonts), cowsay, boxes, toilet, image-to-ascii, remote APIs (asciified, ascii.co.uk), and LLM fallback. No API keys required.

1.3k 4mo ago B 47 tokens copy · 97% MIT

ascii-video

21

math-inc/OpenGauss

Skill Claude CodeCodex

Production pipeline for ASCII art video — any format. Converts video/audio/images/generative input into colored ASCII character video output (MP4, GIF, image sequence). Covers: video-to-ASCII conversion, audio-reactive music visualizers, generative ASCII art animations, hybrid video+audio reactive, text/lyrics…

1.3k 4mo ago A 118 tokens original MIT

excalidraw

22

math-inc/OpenGauss

Skill Claude CodeCodex

Create hand-drawn style diagrams using Excalidraw JSON format. Generate .excalidraw files for architecture diagrams, flowcharts, sequence diagrams, concept maps, and more. Files can be opened at excalidraw.com or uploaded for shareable links.

1.3k 4mo ago A 58 tokens copy · 92% MIT

jupyter-live-kernel

23

math-inc/OpenGauss

Skill Claude CodeCodex

Use a live Jupyter kernel for stateful, iterative Python execution via hamelnb. Load this skill when the task involves exploration, iteration, or inspecting intermediate results — data science, ML experimentation, API exploration, or building up complex code step-by-step. Uses terminal to run CLI commands against a…

1.3k 4mo ago A 76 tokens copy · 78% MIT

dogfood

24

math-inc/OpenGauss

Skill Claude CodeCodex

Systematic exploratory QA testing of web applications — find bugs, capture evidence, and generate structured reports.

1.3k 4mo ago A 22 tokens copy · 86% MIT