You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

submit-agent-tool

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

submit-agent-tool

CLI to submit tools to the Agent Tools Marketplace

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

submit-agent-tool

CLI tool for submitting tools to the Agent Tools Marketplace.

Quick Start

npx submit-agent-tool

Usage

Interactive Mode

Just run the command and answer the prompts:

npx submit-agent-tool

Command Line Arguments

npx submit-agent-tool \
  --name "ClawVault" \
  --url "github.com/Versatly/clawvault" \
  --type cli \
  --description "Memory system for AI agents"

Options

OptionAliasDescription
--name-nTool name
--url-uGitHub URL (various formats accepted)
--type-tTool type: cli, mcp, api, library, framework, plugin
--description-dTool description
--author-aAuthor name (optional)
--apiCustom API endpoint
--help-hShow help
--version-VShow version

URL Formats

All of these work:

https://github.com/owner/repo
github.com/owner/repo
owner/repo

Examples

# Full command
npx submit-agent-tool -n "MyTool" -u "owner/repo" -t mcp -d "Does cool stuff"

# With author
npx submit-agent-tool \
  --name "SuperAgent" \
  --url "github.com/dev/super-agent" \
  --type framework \
  --description "Agent framework for building AI tools" \
  --author "YourName"

Tool Types

  • cli - Command-line tools
  • mcp - Model Context Protocol servers
  • api - REST/GraphQL APIs
  • library - Code libraries/SDKs
  • framework - Development frameworks
  • plugin - Extensions/plugins for other tools

Global Install

npm install -g submit-agent-tool
submit-agent-tool --help

License

MIT

Keywords

agent

FAQs

Package last updated on 01 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts