skills/general/search-skill-database/SKILL.md
search skills, find skill, browse skills, skill marketplace.
npx skillsauth add beam-ai-team/beam-next-skills search-skill-databaseInstall 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.
Browse and search the central Skill Marketplace (120+ skills) to find what you need.
This skill is read-only for the marketplace by default. Before exporting search results or saving a marketplace report, show the query, fields requested, output destination, and credential/environment variable used. Require explicit user approval in the current turn before writing files. Searching/listing skills in chat does not require approval.
Discover skills from the shared marketplace. Filter by name, team, or integration to find relevant skills for import.
Use cases:
Time Estimate: 30 seconds
# List all skills
uv run python skills/integrations/airtable/airtable-master/scripts/query_records.py \
--base app1gngDx52VAgjVQ --table tblsQL8n9EfMAFIyD \
--token MUTAGENT --fields "Name,Description,Team" --limit 200
# 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 "FIND('gmail', LOWER({Name}))"
List all available skills:
uv run python skills/integrations/airtable/airtable-master/scripts/query_records.py \
--base app1gngDx52VAgjVQ --table tblsQL8n9EfMAFIyD \
--token MUTAGENT --fields "Name,Team" --limit 200
Search by name (contains):
--filter "FIND('slack', LOWER({Name}))"
Filter by team:
--filter "{Team}='Solutions'"
--filter "{Team}='google'"
--filter "{Team}='hubspot'"
Combined search:
--filter "AND({Team}='Solutions', FIND('beam', LOWER({Name})))"
Output shows skill metadata:
Found 5 records
1. gmail
Team: google
Description: Send, read, and search emails...
2. slack
Team: slack
Description: Complete Slack integration...
3. hubspot-create-deal
Team: hubspot
Description: Create deals in HubSpot CRM...
Once you find what you need:
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
| Looking for... | Filter |
|----------------|--------|
| Gmail/email skills | --filter "FIND('gmail', LOWER({Name}))" |
| Slack skills | --filter "FIND('slack', LOWER({Name}))" |
| HubSpot CRM | --filter "{Team}='hubspot'" |
| Google suite | --filter "{Team}='google'" |
| Beam AI agents | --filter "FIND('beam', LOWER({Name}))" |
| Solutions team | --filter "{Team}='Solutions'" |
| All integrations | --filter "{Team}='langfuse' OR {Team}='hubspot'" |
| Team | Count | Examples | |------|-------|----------| | google | 8 | gmail, google-calendar, google-sheets, google-docs | | slack | 2 | slack, slack-connect | | hubspot | 15+ | hubspot-create-deal, hubspot-search-contacts | | langfuse | 6 | langfuse-get-trace, langfuse-list-sessions | | beam | 4 | beam-connect, beam-debug-issue-tasks | | Solutions | 20+ | fathom, create-meeting-minutes, design-beam-agent | | system | 10 | close-session, validate-system, update-beam-next | | skill-dev | 5 | create-skill, share-skill, import-skill |
| Property | Value |
|----------|-------|
| Base ID | app1gngDx52VAgjVQ |
| Skills Table | tblsQL8n9EfMAFIyD |
| Files Table | tblhx8DRvcHN7GWmJ |
| Token | MUTAGENT |
| Total Skills | 120+ |
User: "what slack skills are available?"
AI: Searching Skill Marketplace for Slack skills...
uv run python query_records.py --base app1gngDx52VAgjVQ \
--table tblsQL8n9EfMAFIyD --token MUTAGENT \
--fields "Name,Description" \
--filter "FIND('slack', LOWER({Name}))"
Found 2 skills:
1. slack
Complete Slack integration - 32 API operations
(messages, channels, reactions, reminders)
2. slack-connect
Meta-skill for Slack workspace connection
Want to import one? Say "import slack"
For programmatic use:
uv run python query_records.py ... --json
Returns:
{
"records": [
{"id": "rec...", "fields": {"Name": "gmail", "Team": "google", ...}},
...
]
}
import-skill - Import a skill from 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.