miroshark-aeon Skill
miroshark-aeon is a JavaScript AI agent skill for Claude Desktop, Codex with git clone, remote URL. Public agent automation of miroshark
How to use miroshark-aeon Skill
Install or run
git clone https://github.com/<you>/aeon # skip if you usedClient configuration
# Smithery configuration — https://smithery.ai/docs/config#smitheryyaml
# Auto-generated by skills/smithery-manifest. Do not edit by hand.
startCommand:
type: stdio
configSchema:
type: object
properties:
repoPath:
type: string
description: >
Absolute path to a local clone of github.com/aaronjmars/aeon.
The MCP server reads skills.json from this path and dispatches
`claude -p` from it. Defaults to walking up from the installed
package; set this when the server cannot locate its own repo root.
default: ""
required: []
commandFunction:
|-
config => ({
command: 'node',
args: [(config.repoPath || '.') + '/apps/mcp-server/dist/index.js'],
env: process.env
})
exampleConfig:
repoPath: "/Users/you/code/aeon"
Compatible clients
What is miroshark-aeon Skill?
miroshark-aeon is a JavaScript AI agent skill for Claude Desktop, Codex with git clone, remote URL. Public agent automation of miroshark This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Reusable instructions support
- Includes SKILL.md support
- Shell commands support
- Browser use support
- Spreadsheet work support
- OpenAI provider support
- Anthropic provider support
Technical details
Install or run miroshark-aeon using git clone. Check aaronjmars/miroshark-aeon for the latest setup command.
- Built for JavaScript
- Built for Node.js
- Built for Python
- Built for Rust
- Install or run with git clone
- Install or run with remote URL
- Works with Claude Desktop
- Works with Codex
Requirements and access
Security and permissions
Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.
When to use miroshark-aeon Skill
- Use it for reusing agent instructions, scripts, and references.
- Use it for agent skills workflows.
- Use it for coding workflows.
- Use it for data workflows.
- Use it for claude desktop users.
Built with
Explore related resources
Frequently asked questions
What is miroshark-aeon?
miroshark-aeon is a JavaScript AI agent skill for Claude Desktop, Codex with git clone, remote URL. Public agent automation of miroshark
Who is miroshark-aeon best for?
miroshark-aeon is best for reusing agent instructions, scripts, and references, agent skills workflows, coding workflows, data workflows, claude desktop users.
How do I install miroshark-aeon?
Install or run miroshark-aeon using git clone. Check miroshark-aeon for the latest setup command.
Is miroshark-aeon actively maintained?
miroshark-aeon may need a closer maintenance check before production use.
Auto-fetched from GitHub.