This repository contains a collection of agent skills for beamdrop. These skills are designed to enhance the capabilities of agents by providing them with specialized functionalities.
Agent Skills are folders of instructions, scripts, and resources that agents can discover and use to do things more accurately and efficiently. They work across any AI agent that supports the open Agent Skills standard.
| Skill | Description |
|---|---|
| beamdrop | Interact with a Beamdrop file storage server — upload, download, and manage f... |
Use skills to install skills directly:
# Install all skills
npx skills add beamdrop/agent-skills
# Install specific skills
npx skills add beamdrop/agent-skills --skill beamdrop
# List available skills
npx skills add beamdrop/agent-skills --listInstall via Claude Code's plugin system:
# Add the plugin (includes all skills)
/plugin add beamdrop/agent-skillsClaude Code plugins are also supported in Factory's Droid.
Agent skills can also be installed by using the below commands from Playbooks or Context7:
# Playbooks
npx playbooks add skill beamdrop/agent-skills
# Context7
npx ctx7 skills install /beamdrop/agent-skillsUse the included script to add new skills:
node scripts/add-skill.js <skill-name> "<description>"Example:
node scripts/add-skill.js beamdrop "Interact with a Beamdrop file storage server — upload, download, and manage files via the S3-compatible API. Use when the user wants to store files, create buckets, generate presigned URLs, or manage API keys on a Beamdrop instance."This will create the skill structure and automatically update manifest.json, platform plugin files, skills/index.json, and this README.
| Script | Description |
|---|---|
node scripts/add-skill.js |
Add a new skill to the repository |
node scripts/sync-skills.js |
Sync manifest.json, platform plugin files, skills/index.json, and README with skills directory |
Contributions are welcome! Please read our Contributing Guide for more information.
MIT