argentos-core Skill
argentos-core is a TypeScript AI agent skill with npx, uvx/pip, docker. Your own AI operating system. Self-hosted. Self-improving. One continuous, truthful, self-directed mind.
How to use argentos-core Skill
Install or run
git clone https://github.com/ArgentAIOS/argentos-core.git
cd argentos-core
pnpm install && pnpm build
bash install.shClient configuration
{
"manifest_version": 3,
"name": "Argent Browser Relay",
"version": "1.0.0",
"description": "Attach Argent to your existing Chrome tab via a local CDP relay server.",
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"permissions": ["debugger", "tabs", "activeTab", "storage", "alarms", "webNavigation"],
"host_permissions": ["http://127.0.0.1/*", "http://localhost/*"],
"background": { "service_worker": "background.js", "type": "module" },
"action": {
"default_title": "Argent Browser Relay (click to attach/detach)",
"default_icon": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
},
"options_ui": { "page": "options.html", "open_in_tab": true }
}
What is argentos-core Skill?
argentos-core is a TypeScript AI agent skill with npx, uvx/pip, docker. Your own AI operating system. Self-hosted. Self-improving. One continuous, truthful, self-directed mind. 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
- OpenAI provider support
Technical details
Install or run argentos-core using npx. Check ArgentAIOS/argentos-core for the latest setup command.
- Built for TypeScript
- Built for Node.js
- Built for Python
- Built for Docker
- Built for Rust
- Install or run with npx
- Install or run with uvx/pip
- Install or run with docker
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 argentos-core 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.
Built with
Explore related resources
Frequently asked questions
What is argentos-core?
argentos-core is a TypeScript AI agent skill with npx, uvx/pip, docker. Your own AI operating system. Self-hosted. Self-improving. One continuous, truthful, self-directed mind.
Who is argentos-core best for?
argentos-core is best for reusing agent instructions, scripts, and references, agent skills workflows, coding workflows, data workflows.
How do I install argentos-core?
Install or run argentos-core using npx. Check argentos-core for the latest setup command.
Is argentos-core actively maintained?
argentos-core may need a closer maintenance check before production use.
Auto-fetched from GitHub.