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.
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 00-system/skills/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 00-system/skills/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 00-system/skills/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 00-system/skills/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
development
--- name: taste-skill type: skill version: '1.0' author: Leonxlnx (packaged by Zhichao Li) category: general tags: - frontend - design - anti-slop - landing-page updated: '2026-06-11' visibility: public description: Anti-slop frontend skill for landing pages, portfolios, and redesigns. The agent reads the brief, infers the right design direction, and ships interfaces that do not look templated. Real design systems when applicable, audit-first on redesigns, strict pre-flight check. license: MIT.
development
Use when communicating quantitative information in any form — Slack updates, emails, reports, decks, dashboards, landing pages, product UI, public talks. Covers two integrated layers: (1) making numbers semantically meaningful (translation, anchoring, simplification, story-pairing) and (2) showing numbers cleanly (chart vs table vs prose, chart-by-message, pre-attentive emphasis, color discipline, decluttering). Distilled and integrated from *Show Me the Numbers* (Stephen Few) and *Make Numbers Count* (Chip Heath & Karla Starr). Not for raw data analysis or statistics — this is about communication of numbers, not their derivation.
development
Use when the user wants to design, redesign, shape, critique, audit, polish, clarify, distill, harden, optimize, adapt, animate, colorize, extract, or otherwise improve a frontend interface. Covers websites, landing pages, dashboards, product UI, app shells, components, forms, settings, onboarding, and empty states. Handles UX review, visual hierarchy, information architecture, cognitive load, accessibility, performance, responsive behavior, theming, anti-patterns, typography, fonts, spacing, layout, alignment, color, motion, micro-interactions, UX copy, error states, edge cases, i18n, and reusable design systems or tokens. Also use for bland designs that need to become bolder or more delightful, loud designs that should become quieter, live browser iteration on UI elements, or ambitious visual effects that should feel technically extraordinary. Not for backend-only or non-UI tasks.
tools
Stateful multi-session tutor adapted for Beam — teach a stakeholder to understand, trust, and operate a specific agent, or teach a Solution Engineer a client's business process for delivery. Grounds every lesson in Knowledge Hub sources (real agent graphs, real tasks, transcripts, Linear) before any web resource. Also works for any general topic. Trigger on "teach me", "beam teach", "教我", "onboard <person> on <agent>", "help <stakeholder> understand the agent", "learn this client's process".