agentward Skill
agentward is a Python AI agent skill for Claude Desktop, Cursor, Windsurf with npx, uvx/pip, docker. Open-source permission control plane for AI agents. Scan, enforce, and audit every tool call.
How to use agentward Skill
Install or run
pip install agentward
agentward initClient configuration
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/tmp"
]
},
"github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-github"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "<your-token>"
}
},
"playwright": {
"command": "npx",
"args": [
"-y",
"@playwright/mcp"
]
},
"desktop-commander": {
"command": "npx",
"args": [
"-y",
"@wonderwhy-er/desktop-commander"
]
},
"fetch": {
"command": "uvx",
"args": [
"mcp-server-fetch"
]
},
"postgres": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-postgres",
"postgresql://localhost/postgres"
]
},
"sqlite": {
"command": "npx",
"args": [
"-y",
"mcp-server-sqlite-npx",
"/tmp/audit-test.db"
]
},
"slack": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-slack"
],
"env": {
"SLACK_BOT_TOKEN": "<your-token>",
"SLACK_TEAM_ID": "<your-team>"
}
},
"git": {
"command": "uvx",
"args": [
"mcp-server-git"
]
},
"memory": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-memory"
]
}
}
}Compatible clients
What is agentward Skill?
agentward is a Python AI agent skill for Claude Desktop, Cursor, Windsurf with npx, uvx/pip, docker. Open-source permission control plane for AI agents. Scan, enforce, and audit every tool call. 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 agentward using npx. Check agentward-ai/agentward for the latest setup command.
- 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
- Install or run with git clone
- Works with Claude Desktop
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 agentward 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 agentward?
agentward is a Python AI agent skill for Claude Desktop, Cursor, Windsurf with npx, uvx/pip, docker. Open-source permission control plane for AI agents. Scan, enforce, and audit every tool call.
Who is agentward best for?
agentward is best for reusing agent instructions, scripts, and references, agent skills workflows, coding workflows, data workflows, claude desktop users.
How do I install agentward?
Install or run agentward using npx. Check agentward for the latest setup command.
Is agentward actively maintained?
agentward may need a closer maintenance check before production use.
Auto-fetched from GitHub.