skills/general/import-skill/SKILL.md
import skill, download skill, install skill, get skill.
npx skillsauth add beam-ai-team/beam-next-skills import-skillInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Download skills from the central Skill Marketplace (Airtable) into your local Beam Next.
Before downloading or importing skills, show the marketplace source, skill names, output directory, files to create or overwrite, backup path, and credential/environment variable used. Require explicit user approval in the current turn before writing files or overwriting existing skills. Searching/listing marketplace entries in dry-run mode does not require approval.
Pull any skill from our shared 120+ skill database directly into skills/general/. Handles:
# Import a specific skill
uv run python skills/integrations/airtable/airtable-master/scripts/download_skill.py \
--base app1gngDx52VAgjVQ --table tblsQL8n9EfMAFIyD \
--files-table tblhx8DRvcHN7GWmJ \
--skill "gmail" --token MUTAGENT --output 01-skills
# List all available skills (dry-run)
uv run python skills/integrations/airtable/airtable-master/scripts/download_skill.py \
--base app1gngDx52VAgjVQ --table tblsQL8n9EfMAFIyD \
--all --token MUTAGENT --dry-run
First, find what you need:
# Search by name
uv run python skills/integrations/airtable/airtable-master/scripts/query_records.py \
--base app1gngDx52VAgjVQ --table tblsQL8n9EfMAFIyD \
--token MUTAGENT --fields "Name,Description,Team" \
--filter "{Name} contains 'gmail'"
# List all skills
uv run python skills/integrations/airtable/airtable-master/scripts/query_records.py \
--base app1gngDx52VAgjVQ --table tblsQL8n9EfMAFIyD \
--token MUTAGENT --fields "Name,Team" --limit 200
uv run python skills/integrations/airtable/airtable-master/scripts/download_skill.py \
--base app1gngDx52VAgjVQ --table tblsQL8n9EfMAFIyD \
--files-table tblhx8DRvcHN7GWmJ \
--skill "<SKILL_NAME>" --token MUTAGENT --output 01-skills
Output:
Using token: AIRTABLE_API_KEY_MUTAGENT
Using linked files table: tblhx8DRvcHN7GWmJ
OK - Extracted 5 files (complete)
ls skills/general/<skill-name>/
cat skills/general/<skill-name>/SKILL.md
| Parameter | Required | Description |
|-----------|----------|-------------|
| --skill | Yes* | Skill name to import |
| --all | Yes* | Import all skills (alternative to --skill) |
| --output | No | Output directory (default: ./downloaded-skills) |
| --files-table | No | SkillFiles table for large skills |
| --no-backup | No | Skip backup of existing skills |
| --dry-run | No | Show what would be imported |
*Either --skill or --all is required
| Property | Value |
|----------|-------|
| Base ID | app1gngDx52VAgjVQ |
| Skills Table | tblsQL8n9EfMAFIyD |
| Files Table | tblhx8DRvcHN7GWmJ |
| Token | MUTAGENT |
| Total Skills | 120+ |
| Category | Examples | |----------|----------| | Integrations | gmail, slack, notion, airtable, hubspot, langfuse, fathom | | Google Suite | google-calendar, google-sheets, google-docs, google-slides | | AI/Agents | beam-connect, notebooklm, design-beam-agent | | Productivity | mental-models, ultrathink, create-meeting-minutes | | System | plan-project, close-session, validate-system |
When importing a skill that already exists locally:
<skill-name>.backup.<timestamp>To restore:
rm -rf skills/general/my-skill
mv skills/general/my-skill.backup.20251231_120000 skills/general/my-skill
To skip backup:
--no-backup
User: "import the gmail skill"
AI: Importing gmail from Skill Marketplace...
uv run python download_skill.py --base app1gngDx52VAgjVQ \
--table tblsQL8n9EfMAFIyD --files-table tblhx8DRvcHN7GWmJ \
--skill "gmail" --token MUTAGENT --output 01-skills
OK - Extracted 8 files (complete)
Skill imported to: skills/general/gmail/
Files:
- SKILL.md
- scripts/send_email.py
- scripts/read_emails.py
- scripts/search_emails.py
- references/setup-guide.md
...
Say "send email" to use this skill.
| Error | Solution |
|-------|----------|
| Skill not found | Check spelling, run search first |
| No content | Skill has no bundle (metadata only) |
| Permission denied | Check AIRTABLE_API_KEY_MUTAGENT in .env |
| Partial bundle | Add --files-table for complete download |
search-skill-database - Search the marketplaceshare-skill - Upload your skill to marketplacecreate-skill - Create a new skill locallySkill Marketplace powered by Airtable
tools
Build a Palantir-shape, PDF-native use-case proposal document for a sophisticated enterprise account: research-grounded use cases (each with description, challenge, impact, value), an operating-graph ontology page, a recommended PoC with a week-by-week plan, and a closing page that asks for one decision. Load when a client asks us to 'propose high-impact use cases', requests a use-case presentation/catalog for a function (finance, HR, ops), or when a technical evaluation team will review candidates to pick a PoC. NOT for single-account cold outreach (use prospect-brief), full process diagnostics (use operating-diagnostic), or priced proposals (use proposal-creation).
development
Convert Beam Figma slide designs into high-fidelity, editable HTML presentation decks. Use when Codex is asked to audit Figma slides, extract slide templates, rebuild Beam slides as HTML decks, decide whether Figma imagery should be exported or rebuilt in HTML/CSS, create Beam/Prism-compatible deck templates, or improve fidelity of existing Beam HTML slide rebuilds.
development
Use the Beam AI reusable slide library: individual HTML slide templates extracted from Beam Figma rebuilds, kept separate from deck themes and full deck templates. Load when the user asks for a slide library, specific Beam slide patterns, reusable Figma-inspired slides, Prism slide-library items, or slide-level HTML templates.
development
Use Beam AI deck and report design packs, HTML templates, and curated examples to create sales decks, customer intro decks, RPO decks, and DIN A4 use-case proposal reports. Load when the user asks for Beam-branded presentation templates, Prism-compatible deck templates, Beam report templates, customer intro decks, commercial proposals, or reusable HTML deck/report examples.