
nantes skills on Claude Market
8 skills published by nantes. Each listing includes a one-command install for Claude Code, OpenClaw, Codex, and Hermes, plus a link to the upstream source.
arxiv-osiris
Searches and downloads scientific papers from arXiv.org using keywords, category filters, and arXiv IDs. Returns metadata including authors, dates, and categories alongside PDF access.
mcp-client
A Model Context Protocol (MCP) client that connects to MCP-enabled servers to invoke tools, read resources, and access prompt templates. Available as both a PowerShell script and a Python library.
agent-metrics-osiris
A Python/PowerShell tool that tracks API calls, errors, latency, and system resource usage for AI agents. Outputs a terminal dashboard and exports metrics to JSON.
agent-watcher
Monitors the Moltbook feed for new agents and posts matching specified keywords. Detected agents can be saved to a local Open Notebook instance or a markdown file as fallback. Runs on a schedule to keep a running log of activity in the agent community.
open-notebook-integration
Connects OpenClaw agents to open-notebook, a locally hosted research assistant. Agents can create notebooks, save content, and query stored knowledge using PowerShell functions that call the open-notebook REST API. Runs fully local via Docker and Ollama with no external API costs.
evoagentx
EvoAgentX is a framework for building AI agents that auto-construct workflows from a stated goal and improve themselves based on feedback. It supports multiple LLM backends and includes short-term and long-term memory. The skill provides install, status check, docs, and workflow execution commands via PowerShell.
simplemem
SimpleMem gives LLM agents persistent memory across sessions by compressing interactions into compact units and retrieving them based on intent. It uses a multi-index approach combining semantic, lexical, and symbolic layers. Without an OpenAI key, it falls back to JSON-based keyword search.
agent-id-osiris
Cryptographic identity system for AI agents using Ed25519 or RSA key pairs. Lets agents sign messages, verify signatures, and generate persistent agent IDs or signed Agent Cards for A2A/MCP protocols.