Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@bagdock/skills

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bagdock/skills

AI agent skills for the Bagdock platform — CLI, API, and email best practices

latest
Source
npmnpm
Version
0.1.6
Version published
Maintainers
1
Created
Source

Bagdock Skills

A collection of skills for AI coding agents following the Agent Skills format. Available as a plugin for Claude Code, Cursor, OpenAI Codex, and Conductor. Includes an MCP server for tool access.

Install

npx skills add bagdock/bagdock-skills

Then select the ones you wish to install.

Available Skills

SkillDescriptionSource
bagdockBagdock platform API — apps, edges, auth, marketplaceAuthored here
bagdock-cliOperate Bagdock from the terminalSynced from bagdock/bagdock-cli

MCP Server

The plugin includes the Bagdock MCP server, giving agents tool access to the full Bagdock API.

{
  "mcpServers": {
    "bagdock": {
      "command": "npx",
      "args": ["-y", "bagdock-mcp"],
      "env": {
        "BAGDOCK_API_KEY": "your_api_key"
      }
    }
  }
}

Plugins

This repo serves as a plugin for multiple platforms:

  • Cursor.cursor-plugin/
  • Claude Code.claude-plugin/
  • OpenAI Codex.codex-plugin/
  • Conductor — Uses claude mcp add (see AGENTS.md)

Editing skills

Skills marked "Authored here" can be edited directly in this repo.

Skills marked "Synced from" are automatically synced from their source repos. Do not edit them here — changes will be overwritten on the next sync. Edit in the source repo instead.

Prerequisites

  • A Bagdock account with a developer or operator role
  • API key stored in BAGDOCK_API_KEY environment variable

Manage API keys in the operator dashboard at /{operatorSlug}/developer/keys

License

MIT

Keywords

bagdock

FAQs

Package last updated on 05 Apr 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