nativ3ai

61 mods across 3 repositories, 329 stars between them.

nativ3ai/hermes-agent-camel

Instructions file CodexOpenCode

Instructions for nativ3ai/hermes-agent-camel, covering hermes agent - development guide, development environment, project structure, file dependency chain and aiagent class (runagent.py).

195 3mo ago A 8,715 tokens copy · 95% MIT

blackbox

02

nativ3ai/hermes-agent-camel

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.

195 3mo ago A 47 tokens copy · 94% MIT

honcho

03

nativ3ai/hermes-agent-camel

Skill Claude CodeCodex

Configure and use Honcho memory with Hermes -- cross-session user modeling, multi-profile peer isolation, observation config, dialectic reasoning, session summaries, and context budget enforcement. Use when setting up Honcho, troubleshooting memory, managing profiles with Honcho peers, or tuning observation, recall…

195 3mo ago A 65 tokens copy · 98% MIT

base

04

nativ3ai/hermes-agent-camel

Skill Claude CodeCodex

Query Base (Ethereum L2) blockchain data with USD pricing — wallet balances, token info, transaction details, gas analysis, contract inspection, whale detection, and live network stats. Uses Base RPC + CoinGecko. No API key required.

195 3mo ago A 51 tokens copy · 100% MIT

solana

05

nativ3ai/hermes-agent-camel

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.

195 3mo ago A 47 tokens copy · 91% MIT

one-three-one-rule

06

nativ3ai/hermes-agent-camel

Skill Claude CodeCodex

Structured decision-making framework for technical proposals and trade-off analysis. When the user faces a choice between multiple approaches (architecture decisions, tool selection, refactoring strategies, migration paths), this skill produces a 1-3-1 format: one clear problem statement, three distinct options with…

195 3mo ago A 105 tokens copy · 83% MIT

blender-mcp

07

nativ3ai/hermes-agent-camel

Skill Claude CodeCodex

Control Blender directly from Hermes 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.

195 3mo ago A 53 tokens copy · 94% MIT

concept-diagrams

08

nativ3ai/hermes-agent-camel

Skill Claude CodeCodex

Generate flat, minimal light/dark-aware SVG diagrams as standalone HTML files, using a unified educational visual language with 9 semantic color ramps, sentence-case typography, and automatic dark mode. Best suited for educational and non-software visuals — physics setups, chemistry mechanisms, math curves, physical…

195 3mo ago A 167 tokens copy · 94% MIT

meme-generation

09

nativ3ai/hermes-agent-camel

Skill Claude CodeCodex

Generate real meme images by picking a template and overlaying text with Pillow. Produces actual .png meme files.

195 3mo ago A 27 tokens copy · 94% MIT

inference-sh-cli

10

nativ3ai/hermes-agent-camel

Skill Claude CodeCodex

Run 150+ AI apps via inference.sh CLI (infsh) — image generation, video creation, LLMs, search, 3D, social automation. Uses the terminal tool. Triggers: inference.sh, infsh, ai apps, flux, veo, image generation, video generation, seedream, seedance, tavily.

195 3mo ago C 74 tokens copy · 92% MIT

docker-management

11

nativ3ai/hermes-agent-camel

Skill Claude CodeCodex

Manage Docker containers, images, volumes, networks, and Compose stacks — lifecycle ops, debugging, cleanup, and Dockerfile optimization.

195 3mo ago A 29 tokens copy · 95% MIT

adversarial-ux-test

12

nativ3ai/hermes-agent-camel

Skill Claude CodeCodex

Roleplay the most difficult, tech-resistant user for your product. Browse the app as that persona, find every UX pain point, then filter complaints through a pragmatism layer to separate real problems from noise. Creates actionable tickets from genuine issues only.

195 3mo ago A 57 tokens copy · 88% MIT

agentmail

13

nativ3ai/hermes-agent-camel

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]).

195 3mo ago A 41 tokens copy · 91% MIT

fitness-nutrition

14

nativ3ai/hermes-agent-camel

Skill Claude CodeCodex

Gym workout planner and nutrition tracker. Search 690+ exercises by muscle, equipment, or category via wger. Look up macros and calories for 380,000+ foods via USDA FoodData Central. Compute BMI, TDEE, one-rep max, macro splits, and body fat — pure Python, no pip installs. Built for anyone chasing gains, cutting…

195 3mo ago A 87 tokens copy · 86% MIT

neuroskill-bci

15

nativ3ai/hermes-agent-camel

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…

195 3mo ago A 82 tokens copy · 91% MIT

fastmcp

16

nativ3ai/hermes-agent-camel

Skill Claude CodeCodex

Build, test, inspect, install, and deploy MCP servers with FastMCP in Python. Use when creating a new MCP server, wrapping an API or database as MCP tools, exposing resources or prompts, or preparing a FastMCP server for Claude Code, Cursor, or HTTP deployment.

195 3mo ago A 62 tokens copy · 94% MIT

mcporter

17

nativ3ai/hermes-agent-camel

Skill Claude CodeCodex

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.

195 3mo ago A 41 tokens copy · 83% MIT

openclaw-migration

18

nativ3ai/hermes-agent-camel

Skill Claude CodeCodex

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

195 3mo ago A 56 tokens copy · 95% MIT

nativ3ai/hermes-agent-camel

Skill Claude CodeCodex

Simplest distributed training API. 4 lines to add distributed support to any PyTorch script. Unified API for DeepSpeed/FSDP/Megatron/DDP. Automatic device placement, mixed precision (FP16/BF16/FP8). Interactive config, single launch command. HuggingFace ecosystem standard.

195 3mo ago A 69 tokens copy · 91% MIT

chroma

20

nativ3ai/hermes-agent-camel

Skill Claude CodeCodex

Open-source embedding database for AI applications. Store embeddings and metadata, perform vector and full-text search, filter by metadata. Simple 4-function API. Scales from notebooks to production clusters. Use for semantic search, RAG applications, or document retrieval. Best for local development and open-source…

195 3mo ago A 63 tokens copy · 100% MIT

clip

21

nativ3ai/hermes-agent-camel

Skill Claude CodeCodex

OpenAI's model connecting vision and language. Enables zero-shot image classification, image-text matching, and cross-modal retrieval. Trained on 400M image-text pairs. Use for image search, content moderation, or vision-language tasks without fine-tuning. Best for general-purpose image understanding.

195 3mo ago A 60 tokens copy · 98% MIT

faiss

22

nativ3ai/hermes-agent-camel

Skill Claude CodeCodex

Facebook's library for efficient similarity search and clustering of dense vectors. Supports billions of vectors, GPU acceleration, and various index types (Flat, IVF, HNSW). Use for fast k-NN search, large-scale vector retrieval, or when you need pure similarity search without metadata. Best for high-performance…

195 3mo ago A 66 tokens copy · 100% MIT

nativ3ai/hermes-agent-camel

Skill Claude CodeCodex

Optimizes transformer attention with Flash Attention for 2-4x speedup and 10-20x memory reduction. Use when training/running transformers with long sequences (>512 tokens), encountering GPU memory issues with attention, or need faster inference. Supports PyTorch native SDPA, flash-attn library, H100 FP8, and sliding…

195 3mo ago A 78 tokens copy · 97% MIT

guidance

24

nativ3ai/hermes-agent-camel

Skill Claude CodeCodex

Control LLM output with regex and grammars, guarantee valid JSON/XML/code generation, enforce structured formats, and build multi-step workflows with Guidance - Microsoft Research's constrained generation framework.

195 3mo ago A 38 tokens copy · 94% MIT