Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

OpenGauss

OpenGauss contient 101 skills collectées depuis math-inc, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
101
Stars
1.2k
mis à jour
2026-03-19
Forks
113
Couverture métier
14 catégories métier · 94% classifié
explorateur de dépôts

Skills dans ce dépôt

blackbox
Autres occupations informatiques

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.

2026-03-19
solana
Développeurs de logiciels

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.

2026-03-19
blender-mcp
Développeurs de logiciels

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.

2026-03-19
agentmail
Autres occupations informatiques

Give the agent its own dedicated email inbox via AgentMail. Send, receive, and manage email autonomously using agent-owned email addresses (e.g. gauss-agent@agentmail.to).

2026-03-19
neuroskill-bci
Autres occupations informatiques

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 running locally.

2026-03-19
openclaw-migration
Autres occupations informatiques

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.

2026-03-19
telephony
Développeurs de logiciels

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.

2026-03-19
qmd
Développeurs de logiciels

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.

2026-03-19
1password
Développeurs de logiciels

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

2026-03-19
oss-forensics
Analystes en sécurité de l'information

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.

2026-03-19
apple-notes
Commis de bureau généraux

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

2026-03-19
apple-reminders
Commis de bureau généraux

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

2026-03-19
findmy
Commis de bureau généraux

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

2026-03-19
imessage
Commis de bureau généraux

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

2026-03-19
claude-code
Développeurs de logiciels

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.

2026-03-19
codex
Développeurs de logiciels

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.

2026-03-19
gauss-agent-spawning
Autres occupations informatiques

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 delegate_task — this runs a full separate gauss process.

2026-03-19
opencode
Développeurs de logiciels

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.

2026-03-19
ascii-art
Graphistes

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.

2026-03-19
ascii-video
Artistes en effets spéciaux et animateurs

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 overlays, real-time terminal rendering. Use when users request: ASCII video, text art video, terminal-style video, character art animation, retro text visualization, audio visualizer in ASCII, converting video to ASCII art, matrix-style effects, or any animated ASCII output.

2026-03-19
excalidraw
Développeurs de logiciels

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.

2026-03-19
jupyter-live-kernel
Scientifiques des données

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 live Jupyter kernel. No new tools required.

2026-03-19
dogfood
Analystes en assurance qualité des logiciels et testeurs

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

2026-03-19
himalaya
Développeurs de logiciels

CLI to manage emails via IMAP/SMTP. Use himalaya to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).

2026-03-19
minecraft-modpack-server
non classé

Set up a modded Minecraft server from a CurseForge/Modrinth server pack zip. Covers NeoForge/Forge install, Java version, JVM tuning, firewall, LAN config, backups, and launch scripts.

2026-03-19
pokemon-player
non classé

Play Pokemon games autonomously via headless emulation. Starts a game server, reads structured game state from RAM, makes strategic decisions, and sends button inputs — all from the terminal.

2026-03-19
codebase-inspection
Développeurs de logiciels

Inspect and analyze codebases using pygount for LOC counting, language breakdown, and code-vs-comment ratios. Use when asked to check lines of code, repo size, language composition, or codebase stats.

2026-03-19
github-auth
Développeurs de logiciels

Set up GitHub authentication for the agent using git (universally available) or the gh CLI. Covers HTTPS tokens, SSH keys, credential helpers, and gh auth — with a detection flow to pick the right method automatically.

2026-03-19
github-code-review
Analystes en assurance qualité des logiciels et testeurs

Review code changes by analyzing git diffs, leaving inline comments on PRs, and performing thorough pre-push review. Works with gh CLI or falls back to git + GitHub REST API via curl.

2026-03-19
github-issues
Développeurs de logiciels

Create, manage, triage, and close GitHub issues. Search existing issues, add labels, assign people, and link to PRs. Works with gh CLI or falls back to git + GitHub REST API via curl.

2026-03-19
github-pr-workflow
Développeurs de logiciels

Full pull request lifecycle — create branches, commit changes, open PRs, monitor CI status, auto-fix failures, and merge. Works with gh CLI or falls back to git + GitHub REST API via curl.

2026-03-19
github-repo-management
Développeurs de logiciels

Clone, create, fork, configure, and manage GitHub repositories. Manage remotes, secrets, releases, and workflows. Works with gh CLI or falls back to git + GitHub REST API via curl.

2026-03-19
find-nearby
Commis de bureau généraux

Find nearby places (restaurants, cafes, bars, pharmacies, etc.) using OpenStreetMap. Works with coordinates, addresses, cities, zip codes, or Telegram location pins. No API keys needed.

2026-03-19
mcporter
Autres occupations informatiques

Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation.

2026-03-19
native-mcp
Autres occupations informatiques

Built-in MCP (Model Context Protocol) client that connects to external MCP servers, discovers their tools, and registers them as native Gauss Agent tools. Supports stdio and HTTP transports with automatic reconnection, security filtering, and zero-config tool injection.

2026-03-19
gif-search
Techniciens audio et vidéo

Search and download GIFs from Tenor using curl. No dependencies beyond curl and jq. Useful for finding reaction GIFs, creating visual content, and sending GIFs in chat.

2026-03-19
heartmula
Artistes en effets spéciaux et animateurs

Set up and run HeartMuLa, the open-source music generation model family (Suno-like). Generates full songs from lyrics + tags with multilingual support.

2026-03-19
songsee
Techniciens audio et vidéo

Generate spectrograms and audio feature visualizations (mel, chroma, MFCC, tempogram, etc.) from audio files via CLI. Useful for audio analysis, music production debugging, and visual documentation.

2026-03-19
youtube-content
non classé

Fetch YouTube video transcripts and transform them into structured content (chapters, summaries, threads, blog posts).

2026-03-19
lambda-labs-gpu-cloud
Développeurs de logiciels

Reserved and on-demand GPU cloud instances for ML training and inference. Use when you need dedicated GPU instances with simple SSH access, persistent filesystems, or high-performance multi-node clusters for large-scale training.

2026-03-19
Affichage des 40 principaux skills collectés sur 101 dans ce dépôt.