kepano/obsidian-skills
Obsidian Skills provides a collection of agent skills enabling AI agents to interact with Obsidian vaults, facilitating content creation and editing of Markdown, Bases, and JSON Canvas files, as we...
Awesome AI Agents › AI Agent Development
Mini Agent is a compact demonstration project from MiniMax that shows recommended practices for building an agent on top of the MiniMax M2.5 model. It talks to an Anthropic-compatible API and fully supports interleaved thinking, which the README presents as the way to unlock the reasoning capability of M2 on long and complex tasks. The codebase implements a complete agent execution loop with a basic toolset covering file system and shell operations, so it works as a starting skeleton rather than a finished product. Persistence comes from a session note tool that lets the agent actively record key information and carry it across sessions, while an intelligent context manager automatically summarizes conversation history up to a configurable token limit so tasks can continue indefinitely. Fifteen professional Claude Skills for documents, design, testing and development are bundled as a git submodule, and MCP is supported natively for tools such as knowledge graph access and web search. Every request, response and tool execution is logged in detail for debugging, and the project deliberately keeps the CLI and code simple so readers can follow the whole flow. Installation is managed with uv in two modes: a quick start mode that installs the tool directly from GitHub and generates configuration under a home directory, and a development mode that clones the repository, syncs dependencies, initialises the skills submodule and copies a config template. Configuration is a YAML file holding the API key, API base, model name, maximum step count and workspace directory, with separate global and China endpoints documented. The CLI accepts a workspace argument, and optional ACP integration allows use from the Zed editor. The README also documents tests, coverage and common troubleshooting for SSL and module import errors.
https://github.com/MiniMax-AI/Mini-Agent
Obsidian Skills provides a collection of agent skills enabling AI agents to interact with Obsidian vaults, facilitating content creation and editing of Markdown, Bases, and JSON Canvas files, as we...
Agent-Reach allows AI agents to access web content from major social media and video platforms through a CLI, without API fees, enhancing their perceptual capabilities.
This project provides a reusable Next.js template for reverse-engineering and cloning any website into a modern codebase using various AI coding agents.
Smolagents is a minimalistic Python library by Hugging Face for creating intelligent agents that think and act by generating and executing Python code, supporting multiple LLMs, modalities, and tool integrations.
Page Agent is a JavaScript in-page GUI agent enabling natural language control of web interfaces without browser extensions or headless browsers, supporting various LLMs.
TencentDB Agent Memory provides a local, 4-tier progressive pipeline for AI agent long-term memory, enhancing performance and reducing token usage without external API dependencies.
A meta-skill that distills messages, documents, interviews and public sources about a person into a source-grounded Person Profile, packaged as an Agent Skill for coding agents and chat bots.
Coze Studio is an all-in-one AI agent development platform that simplifies the creation, debugging, and deployment of AI agents through visual tools and supports no-code and low-code development approaches.