eva Skill
eva is a TypeScript AI agent skill for Cursor, VS Code, Codex with npx, docker, git clone. Orchestrate sandboxed agents that run in the cloud while you work. Fully open source
How to use eva Skill
Install or run
git clone https://github.com/your-org/eva.git
cd eva
pnpm installClient configuration
{
"manifest_version": 3,
"name": "Eva Assist",
"version": "1.0.0",
"description": "AI-powered assistant for asking questions and flagging issues in your codebase",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmZhuLNCNxlK7vevsCBN0LKqoGKEiaCafFZrLtNKDD9XdVvuUYSE9PodC04Z7RZMJEmBNWpcYIMxokZNm5iBuoB0cCvDZIEasy6MdKFW4/AqJbXo++4fOfhnPPE9BIj/yZt4gVwOVg5n+GBihmrL5Ljubni0kucRVfMjPvq/IUe+F9qYcRS6cxDfDG96fMKtitpaRh3PbWdR8wxtBEtMwpQ3CSPi2jby5SnfyJ81ioraap7ihB1vPZa29NAwFQydWo/WjFSNC/Yo1udN5ds0LzeUjXoisnp43PnJy/NThnyYJCZiSQ+Y6umlMeBQPKJNIONCMycW0+/OqV1F5p+s0ewIDAQAB",
"permissions": [
"activeTab",
"storage",
"scripting",
"tabs",
"cookies",
"clipboardWrite"
],
"host_permissions": [
"<all_urls>",
"https://*.clerk.accounts.dev/*",
"https://clerk.vedantb.com/*"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_icon": {
"16": "icons/icon.png",
"32": "icons/icon.png",
"48": "icons/icon.png",
"128": "icons/icon.png"
},
"default_title": "Toggle Eva toolbar"
},
"icons": {
"16": "icons/icon.png",
"32": "icons/icon.png",
"48": "icons/icon.png",
"128": "icons/icon.png"
},
"content_scripts": [
{
"matches": ["<all_urls>"],
"js": ["content.js"],
"run_at": "document_idle"
}
]
}
Compatible clients
What is eva Skill?
eva is a TypeScript AI agent skill for Cursor, VS Code, Codex with npx, docker, git clone. Orchestrate sandboxed agents that run in the cloud while you work. Fully open source 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
- Document generation support
- Anthropic provider support
Available tools
Technical details
Install or run eva using npx. Check vvedantb/eva for the latest setup command.
- Built for TypeScript
- Built for Node.js
- Built for Docker
- Built for Go
- Built for Rust
- Install or run with npx
- Install or run with docker
- Install or run with git clone
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 eva 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 cursor users.
Built with
Explore related resources
Frequently asked questions
What is eva?
eva is a TypeScript AI agent skill for Cursor, VS Code, Codex with npx, docker, git clone. Orchestrate sandboxed agents that run in the cloud while you work. Fully open source
Who is eva best for?
eva is best for reusing agent instructions, scripts, and references, agent skills workflows, coding workflows, data workflows, cursor users.
How do I install eva?
Install or run eva using npx. Check eva for the latest setup command.
Is eva actively maintained?
eva may need a closer maintenance check before production use.
Auto-fetched from GitHub.