
Research
/Security News
Mini Shai-Hulud Campaign Hits Red Hat Cloud Services npm Packages
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.
@bagdock/skills
Advanced tools
AI agent skills for the Bagdock platform — CLI, API, and email best practices
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.
npx skills add bagdock/bagdock-skills
Then select the ones you wish to install.
| Skill | Description | Source |
|---|---|---|
| bagdock | Bagdock platform API — apps, edges, auth, marketplace | Authored here |
| bagdock-cli | Operate Bagdock from the terminal | Synced from bagdock/bagdock-cli |
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"
}
}
}
}
This repo serves as a plugin for multiple platforms:
.cursor-plugin/.claude-plugin/.codex-plugin/claude mcp add (see AGENTS.md)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.
BAGDOCK_API_KEY environment variableManage API keys in the operator dashboard at /{operatorSlug}/developer/keys
MIT
FAQs
AI agent skills for the Bagdock platform — CLI, API, and email best practices
We found that @bagdock/skills demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Research
/Security News
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.

Research
/Security News
The North Korean malware loader hides in a Packagist-listed package and its GitHub branch to fetch and execute remote code in a likely Contagious Interview-style lure.

Security News
The Rust project is moving toward formal rules on LLM use in contributions after months of internal debate over maintainer burden, code quality, and contributor experience.