nozich-agent

Configure Nozich Agent setups, extensions, memory, and skills.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/anilcan-kara/nozich-agent --skill nozich-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nozich-agent
Source: https://github.com/anilcan-kara/nozich-agent/tree/main/skills/autonomous-ai-agents/nozich-agent
Command: npx skills add https://github.com/anilcan-kara/nozich-agent --skill nozich-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Nozich Agent is a self-improving AI agent framework; this skill provides clear guidance to configure, extend, and contribute to it, including setup, memory, skills, and spawning additional agent instances.

Core Features & Use Cases

  • Self-improving through skills: persist workflows as reusable skill documents.
  • Persistent memory across sessions: remember preferences, environment details, and past lessons.
  • Multi-platform gateway: operate across terminal, Telegram, Discord, and more with a single gateway.
  • Provider-agnostic: swap models/providers without code changes.
  • Profiles and extensibility: run multiple isolated instances, with plugins and tools.
  • Use cases include development, sysadmin, data analysis, research, and automation.
  • Use Case example: a developer configures an environment, spawns a secondary agent, and searches past conversations to tailor responses.

Quick Start

Install Nozich Agent, run nozich, and start configuring features with nozich setup to tailor the environment.

Frequently Asked Questions about nozich-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure a self-improving AI agent to persist workflows as reusable skills?

To configure a self-improving AI agent, run the setup command to tailor the environment and define workflows as reusable skill documents. You must include a root SKILL.md file with required name and description frontmatter, alongside optional scripts, references, and assets directories for extended resources.

How does agent memory work across multiple sessions for remembering environment details?

Agent memory persists across sessions by storing preferences, environment details, and past lessons. This allows the agent to search previous conversations and tailor responses based on historical context without requiring manual reconfiguration.

Can I spawn multiple isolated agent instances and run them on different platforms like Telegram and Discord?

Yes, you can spawn multiple isolated agent instances using profiles and operate them across terminal, Telegram, Discord, and more through a single multi-platform gateway. Each instance runs independently with its own configuration and tools.

Does the agent framework support swapping AI models or providers without changing code?

Yes, the agent framework is provider-agnostic, allowing you to swap models and providers without code changes. This enables flexible switching between different AI backends while maintaining the same configuration and skill structure.

What directory structure is required when contributing new skills to the agent?

Contributing new skills requires a root SKILL.md file with frontmatter containing a name and description. You can optionally add scripts, references, and assets directories to include extended resources for the skill.

Why does my agent setup require a SKILL.md file at the root?

Your agent setup requires a SKILL.md file at the root because it enforces the frontmatter metadata needed for the agent to identify and load the skill. The file must contain a valid name and description for the skill to function properly.