Favicon of agentward

agentward Skill

AI Agent SkillCode & Developer ToolsPythonOpen source

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 init

Client 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

Claude DesktopCursorWindsurfVS Code

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.

Trust signal
85/100
Maintenance signal
80/100
Adoption signal
31/100

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.

npxuvx/pipdockergit cloneClaude DesktopCursorWindsurfVS CodestdioSSE
  • 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

PythonDockerRustNOASSERTION licenseAPI key requiredAPI key requiredOAuthLocal filesDatabase accessNetwork 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.

Destructive actionsWrite actionsRead-only modeFilesystem accessDatabase accessNetwork accessCredentials requiredCan write or update dataMay support destructive actionsAPI key required authenticationHosted or remote

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

PythonDockerRustnpxuvx/pipdockergit cloneClaude DesktopCursorWindsurfVS CodestdioSSE

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.

Share:

Stars
18
Forks
5
Last commit
3 months ago
Repository age
5 months
License
NOASSERTION

Auto-fetched from GitHub.

Similar to agentward